Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

NivekTakedown/NivekTakedown

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.