Skip to content

Instantly share code, notes, and snippets.

@danbst
Last active March 8, 2022 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danbst/4e8a5808968e2dda9c99bcee0d742e23 to your computer and use it in GitHub Desktop.
Save danbst/4e8a5808968e2dda9c99bcee0d742e23 to your computer and use it in GitHub Desktop.
{
"meta": { "theme": "elegant" },
"basics": {
"name": "Danylo Hlynskyi",
"label": "Software engineer / DevOps / Educator",
"image": "",
"email": "danylo.hlynskyi@gmail.com",
"phone": "+380983978707",
"url": "https://github.com/danbst",
"summary": "Programmer, engineer with rich production experience: .NET GUI, game server, game client and web application backend.\n\nAlso looking for ways to improve computer science education!",
"location": {
"address": "",
"postalCode": "",
"city": "Kyiv / Ivano-Frankivsk",
"countryCode": "UA"
},
"profiles": [
{
"network": "Linkedin",
"url": "https://www.linkedin.com/in/danylo-hlynskyi/"
},
{
"network": "Github",
"username": "danbst",
"url": "https://github.com/danbst"
}
]
},
"languages": [{
"language": "English",
"fluency": "B2 (Upper Intermediate)"
},{
"language": "Ukrainian",
"fluency": "Native speaker"
},{
"language": "Russian",
"fluency": "Fluent"
}],
"education": [{
"institution": "University",
"url": "https://kpi.ua/en",
"area": "Software Development and Automation",
"studyType": "Bachelor",
"startDate": "2007-09-01",
"endDate": "2013-01-01"
}],
"work": [{
"name": "BroBots, private school",
"position": "Python Educator",
"url": "https://brobots.org.ua/",
"startDate": "2020-12-01",
"summary": "Run Python classes, both online and offline, for students 6-11 grades",
"highlights": [
"Got hands dirty into kids pedagogy and edutech",
"Wrote Python & algorithms curriculum materials",
"Got practical class management experience"
]
},{
"name": "Amplicare, eHealth company",
"position": "Lead DevOps",
"url": "https://www.amplicare.com/",
"startDate": "2017-07-01",
"endDate": "2020-11-01",
"summary": "Development, maintenance and support of an AWS-based server infrastructure",
"highlights": [
"Operated TB-scale amount of data",
"Made multiple pipeline optimizations (indexes, DB and tables split, caching optimizations, compression)",
"Implemented container orchestrator support, so developers could publish and test their own code branch",
"ElasticSeach pipeline maintenance",
"Got an introduction into causality analysis",
"Helped company to pass SOC2 audit"
]
},{
"name": "Moonmana, gamedev studio",
"position": "Software engineer/Devops",
"url": "https://moonmana.com/",
"startDate": "2012-10-01",
"endDate": "2017-06-01",
"summary": "Performed all SW stages of game development: Java/Postgresql server, ActionScript3/C++ mobile client, deployment and production maintenance",
"highlights": [
"Java/Tomcat/Hibernate/EHcache server tech stack, lots of server coding",
"Wrote lots of ActionScript3 game logic, transpiled into C++",
"Learned ops and devops **the hard way**",
"Developed initial deploy system and server infrastructure (NixOS/NixOps)",
"Self-hosted PostgreSQL database, with backups and maintenance"
]
},{
"name": "IT-Enterprise, ERP system",
"position": "Junior software engineer",
"url": "https://it-enterprise.com/",
"startDate": "2010-05-01",
"endDate": "2012-05-01",
"summary": "Support company in complex migration from FoxPro to C#. UI engineering, translating code, ",
"highlights": [
"C#, FoxPro, SQL-Server tech stack",
"Found and fixed remote crash bug. Any client could kill all other clients",
"Created custom textbox control",
"Metric collection from Windows systems, load balancing based on metrics"
]
}],
"skills": [{
"name": "AWS",
"level": "Advanced",
"keywords": [
"EC2",
"IAM",
"Route53",
"S3",
"RDS",
"RedShift",
"Elasticache",
"Lambda",
"Terraform"
]
},{
"name": "Linux",
"level": "Advanced",
"keywords": [
"posix", "bash", "tmux", "vim", "Ubuntu", "nix/NixOS", "Docker", "systemd"
]
},{
"name": "Languages",
"keywords": [
"bash", "Python", "SQL", "nix", "markdown", "HTML", "Java", "ActionScript3", "C++", "Haskell"
]
},{
"name": "Technologies",
"keywords": [
"Terraform", "Vault", "Nomad", "Consul", "PostgreSQL", "Redis", "ElasticSearch", "Docker", "nix", "GSuite", "git", "mercurial", "Jenkins", "SaltStack"
]
}],
"interests": [{
"name": "Programming"
},{
"name": "Math"
},{
"name": "Edutech"
},{
"name": "Rollerblading"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment