Skip to content
View NivekTakedown's full-sized avatar

Highlights

  • Pro

Block or report NivekTakedown

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NivekTakedown/README.md

Kevin Fabio Ramos López

Software Engineer · Back-End · Cloud · APIs & Microservices
Go · Python · Java — Bogotá, Colombia

Portfolio LinkedIn Email

Contribution activity graph


About me

package profile

// Profile defines a minimal, idiomatic public profile structure.
type Profile struct {
	Name             string
	Location         string
	Role             string
	Education        []string
	Experience       []string
	Certifications   []string
	FieldsOfInterest []string
	Tech             []string
	Links            map[string]string
}

// Me is the populated instance of Profile with Kevin's public info.
var Me = Profile{
	Name:     "Kevin Fabio Ramos López",
	Location: "Bogotá, Colombia",
	Role:     "Software Engineer — back-end, cloud, automation",
	Education: []string{
		"B.Sc. Systems and Computer Engineering — Universidad Nacional de Colombia (Jun 2025)",
	},
	Experience: []string{
		"Software Engineer — SEK, Security Ecosystem Knowledge (Oct 2025 – Present): internal tooling, orchestration, Kubernetes/Podman deployments",
		"Software Development Engineer — LAB101 (Nov 2023 – Aug 2025): Strapi + Elasticsearch search plugin, Python scrapers, AWS/GCP",
		"Development Analyst — Innovbo Group (Apr 2024 – Aug 2024): Java + Firebase microservice, 95% test coverage",
	},
	Certifications: []string{
		"Google Cloud Professional Security Operations Engineer (2026)",
		"Boot.dev — Go, Python, SQL, Docker, HTTP Clients in Go (2025)",
	},
	FieldsOfInterest: []string{
		"Backend engineering",
		"Cloud & DevOps",
		"LLM agents and applied NLP",
		"Security operations",
		"Automation",
	},
	Tech: []string{
		"Go", "Python", "Java", "JavaScript", "TypeScript", "SQL", "Bash",
		"Docker", "Kubernetes", "Podman", "GitHub Actions",
		"AWS (EC2, S3, Lambda)", "GCP", "Linux",
		"PostgreSQL", "MongoDB", "Elasticsearch", "Firebase",
		"Django", "Spring Boot", "Node.js", "React",
		"LangChain", "LlamaIndex", "PyTorch",
	},
	Links: map[string]string{
		"Portfolio": "https://nivektakedown.github.io/portfolio/",
		"LinkedIn":  "https://www.linkedin.com/in/kevin-fabio-ramos-lopez/",
		"GitHub":    "https://github.com/NivekTakedown",
		"Email":     "mailto:kevinframosl@gmail.com",
	},
}

Tech stack

Languages

Go Python Java JavaScript TypeScript Bash

Cloud & DevOps

AWS Google Cloud Docker Kubernetes Podman GitHub Actions Linux

Data & Frameworks

PostgreSQL MySQL SQLite MongoDB Elasticsearch Firebase Django Spring Boot React PyTorch LangChain


Featured projects

Project What it is Stack
Cerberus Chatbot · demo Real-time chatbot for Universidad Nacional de Colombia, answering university queries over WebSockets. Python · Django Channels · LangChain · React · Docker
BullSolve · demo Math problem solver combining a classifier network with a fine-tuned LLaMA-3.1-8B for step-by-step solutions (85% classification accuracy). Python · PyTorch · Unsloth · LLaMA
HTML to JSON Blocks · live Python library that converts HTML into structured JSON blocks, with a modular design and custom image handling. Python · HTML · JSON
Athenus Conversational assistant with an Android front end and a Django back end, served by local Ollama/Mistral models. Android · Python · Django · Ollama · Mistral
EasyCoffee Desktop app for coffee farm management: production per worker, inventory, sales and geospatial views of the lots. Java · JFrame · Maven · H2

More detail — including write-ups and reports — at nivektakedown.github.io/portfolio.


Let's connect

LinkedIn Email Portfolio Instagram

Pinned Loading

  1. html-to-json-blocks html-to-json-blocks Public

    Esta librería en Python convierte HTML en bloques JSON, utilizando transformadores para imágenes y un convertidor base. Permite personalizar el manejo de contenido HTML, incluyendo encabezados, pár…

    Python

  2. strapi-plugin-sso strapi-plugin-sso Public

    Forked from yasudacloud/strapi-plugin-sso

    JavaScript

  3. jdramosl/athenus jdramosl/athenus Public

    Android + Django chatbot powered by Ollama and Mistral LLMs for secure locale data management and seamless AI-driven conversations.

    C++ 2