Software Engineer · Back-End · Cloud · APIs & Microservices
Go · Python · Java — Bogotá, Colombia
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",
},
}Languages
Cloud & DevOps
Data & Frameworks
| 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.