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 11 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 6

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

Most recent posts

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
Shell History Is Your Best Productivity Tool
If you work in shell/terminal often enough, then over time the history will become your personal knowledge vault, documentation and command reference. Being able to use this personal documentation efficiently can hugely boost your productivity. …
On , 67 words