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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only 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

Systems & Computer Engineer · Backend Developer — Go, Python, Java

GitHub Stats


About me

package profile

// Profile defines a minimal, idiomatic public profile structure.
type Profile struct {
	Name             string
	Location         string
	Education        []string
	Experience       []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",
	Education: []string{
		"B.Sc. Systems and Computer Engineering — Universidad Nacional de Colombia (Jun 2025)",
	},
	Experience: []string{
		"Software Developer — LAB101 (Strapi, Elasticsearch, Docker)",
		"Development Analyst — Innovbo Group (Java, microservices)",
	},
	FieldsOfInterest: []string{
		"Machine Learning",
		"Natural language processing",
		"Web development",
		"DevOps",
		"Automation",
	},
	Tech: []string{
		"Go",
		"Python",
		"Java",
		"JavaScript",
		"TypeScript",
		"Docker",
		"Elasticsearch",
		"PostgreSQL",
		"Linux",
		"AWS EC2",
		"GCP VMs",
	},
	Links: map[string]string{
		"LinkedIn": "https://www.linkedin.com/in/kevin-fabio-ramos-lopez/",
		"GitHub":   "https://github.com/NivekTakedown",
		"Email":    "mailto:kevinframosl@gmail.com",
	},
}

Tech stack

Go Linux Python Java JavaScript TypeScript Docker Elasticsearch PostgreSQL MySQL SQLite AWS EC2 GCP


Let's Connect and have a Chat!

LinkedIn Email 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