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 14 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 4

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

Most recent posts

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
Everything You Can Do with Python's textwrap Module
Python has many options for formatting strings and text, including f-strings, format() function, templates and more. There's however one module that few people know about and it's called textwrap. This module is specifically built to …
On , 68 words
Modern Git Commands and Features You Should Be Using
All of us - software engineers - use git every day, however most people only ever touch the most basic of commands, such as add, commit, push or pull, like it's still 2005. Git however, …
On , 76 words