Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. This website is not dedicated to any particular one thing. Instead, I write whatever interests me most at the moment. No content here is auto-generated, so any bugs, problems, or controversies are entirely on me!
Recent updates from the entire site
{{ $recent_categories := slice "update" }}
{{ range first 7 (where .Site.RegularPages ".Params.category" "intersect" $recent_categories) }}
{{ partial "partials/article_list_item.html" . }}
{{ end }}