{%- import "components/talent_card.html" as tc -%} {%- import "components/social_card.html" as sc -%} {% extends "base.html" %} {% block title %}Introduction{% endblock %} {% block content %}

About me

Welcome to my personal website. My name is Michal Vanko and I'm a programmer . I am developing software for more than half of my life and I love it! Sometimes I stream working on my side projects and building a community of like minded people. Here you can find blogs of my thoughts and journeys, as well as links to my socials where you can see other content.

{% call tc::talent_card("code", "Web development", "Extensive expertise in creating performant, live web applications and websites") %} {% call tc::talent_card("gamepad", "Game development", "Extensive expertise in creating performant, live web applications and websites") %} {% call tc::talent_card("person-chalkboard", "Mentoring & Consulting", "I offer consulting sessions to assist you in developing higher-quality software and share insights from crafting robust, professional web applications. Schedule a session with me and elevate your projects together.") %}

Blog


{% include "sections/social.html" %}

{% include "sections/showcase.html" %}
{% endblock %}