$ whoami

Erik Telepovský

_

Building scalable web applications with Python, Django, and modern technologies. Passionate about system architecture, statistics, and data analysis.

about.py

Introduction

With experience across the full development lifecycle, I enjoy turning complex problems into elegant solutions. When I'm not coding, you'll find me exploring new technologies or contributing to the developer community.

My skills include Python, Swift, and Shell scripting, plus hands-on experience with web services, IaC, CI/CD pipelines, SQL/NoSQL databases, security and most importantly — Unix systems.

I'm also a huge Star Wars nerd, with a side love for design, obstacle races and motorcycles.

models.py
1from django.contrib.auth.models import AbstractUser
2from characteristics import *
3
4
5class Human(AbstractUser):
6tech_stack = ["Django", "htmx", "PostgreSQL", "Docker"]
7languages = ["sk_SK", "en_US"]
8
9def __init__(self):
10self.name = "Erik Telepovský"
11self.role = "Software developer"
12import_data("data.sql")
13
14@staticmethod
15def skills() -> dict[str, list[str]]:
16return {
17"backend": ["Python", "Shell"],
18"devops": ["IaC", "CI/CD", "Security"],
19"databases": ["PL/SQL", "noSQL"]
20}
characteristics.py
1STRENGTHS = [
2"Analytical",
3"Detail-oriented",
4"Creative",
5"Learner",
6"Disciplined"
7]
8
9PRINCIPLES = [
10"Clean Code",
11"Automation First",
12"KISS",
13"DRY",
14"Security by Design"
15]
data.sql
1INSERT INTO software (category, name) VALUES
2('IDE', 'PyCharm'),
3('IDE', 'Cursor'),
4('IDE', 'vim'),
5('API', 'Swagger'),
6('API', 'Postman'),
7('Communication', 'Slack'),
8('Communication', 'Signal'),
9('Communication', 'Zoom'),
10('Design', 'Figma'),
11('Design', 'Pixelmator'),
12('Design', 'Blender');
13
14INSERT INTO interests (category, name) VALUES
15('Sport', 'Obstacle Races'),
16('Sport', 'Triathlon'),
17('Sport', 'Hiking'),
18('Movies', 'Star Wars'),
19('Movies', 'Matrix'),
20('Movies', 'LOTR'),
21('Other', 'Motorcycles');

skillset.json

Skills & Technologies

// Backend

Python Django REST & SOAP APIs Celery / RQ Shell scripting

// Databases

PostgreSQL MySQL / MariaDB Redis MongoDB

// Frontend

HTML5 CSS3 HTMX JavaScript Vue

// Design

Figma Pixelmator Wireframes Prototyping Blender

// DevOps

Docker LXC CI/CD Nginx / Traefik Terraform / Packer

// Monitoring

APM ElasticSearch Kibana Prometheus Grafana Sentry

projects/

Experience & Projects

Web apps development Web services Microservices Cron scripting DevOps engineering Server administration IT infrastructure design Database operations Data backups management CI/CD System monitoring Performance optimisations Dedicated test builds Version Control Systems Virtual Environments Monster CRUD apps Unit & integration testing Security analysis Penetration testing SEM analysis Mobile Apps: iOS, Android Zero-downtime deployment Overview in modern technologies

education.md

Education & Certificates

2007 – 2012

Engineer's degree, Informatics

Technical University in Košice, Slovakia

Best results with honors.

Certificates & Awards

2026

Penetration Testing

Certified penetration testing expertise.

2023

DevOps Engineer

Certified DevOps engineering skills.

2011

AndroidCode Award

Recognition for Android development.

experience.log

Working History

2021 – Ongoing

Senior Lead Developer

Transportly s.r.o.

  • Software architect of projects in logistics department using modern technologies and third-party APIs
  • Scrum teamleader

2019 – 2020

Software Developer

SODONBOS s.r.o.

  • Contracted as developer for a bank payment gateway implementation in Python

2017 – Ongoing

Chief Technology Officer

SWIDA Innovative s.r.o.

  • Contribution to company's technical vision and leading all aspects of technology development
  • Strategic direction and growth objectives

2012 – Ongoing

CEO & Software Developer

Pragmatic Mates s.r.o.

2009 – 2012

ICT System Developer & Network Engineer

E-MAX INTERNET & IT s.r.o.

  • Project designer of multiple networking tools and management systems
  • Technologies including Nagios, Radius, DHCP, mail servers, Apache, Nginx, SNMP

2007 – 2009

Web Developer

SITECH

  • Developing custom CMS in PHP, MySQL, jQuery, XHTML and CSS
  • Apache server configuration and maintenance

~/interests

Beyond the Code

When I'm not writing code, you'll find me pushing my limits at obstacle and triathlon races, hiking trails, riding motorcycles through the countryside, traveling to discover new cultures and places, behind a camera lens chasing the perfect shot, or rewatching the Star Wars saga for the hundredth time.

These passions keep me sharp, curious, and always ready for the next challenge — on screen or off.

contact.sh

Get In Touch

Have a project in mind or want to collaborate? Drop me a message.