Skip to content

Martin Heinz's Blog

Most of [the blog posts] are about topics that I'm most interested in, such as containers, security, CI/CD, or about programming languages like Python or Go.

  • By Martin Heinz
  • Based in Slovakia
  • Roughly seven posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2022 16
2023 19
2024 7

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

10 Examples Why cURL is an Awesome CLI Tool
Whether you're developer, DevOps engineer, SysAdmin, QA or in any other technical role, you're surely familiar with cURL - the command line tool and library for transferring data with URLs (as described in docs). Most …
On , 99 words
A Guide to Python's Weak References Using weakref Module
Chances are that you never touched and maybe haven't even heard about Python's weakref module. While it might not be commonly used in your code, it's fundamental to inner workings of many libraries, frameworks and …
On , 73 words
Recent Docker BuildKit Features You're Missing Out On
Learn how to use BuildKit - the improved builder backend for Docker - that adds many new features to Docker, including new Dockerfile syntax, built-in debugger and more... Source
On , 37 words