Let's explore the unexpected features of cURL - including globbing, parallelization, output formatting, URL parsing and much more levelup.gitconnected.com/10-examples-... #programming #DevOps #sysadmin
Posts by Martin Heinz
Let's explore the unexpected features of cURL - including globbing, parallelization, output formatting, URL parsing and much more levelup.gitconnected.com/10-examples-... #programming #DevOps #sysadmin
Learn all about weak references in Python: reference counting, garbage collection, and practical uses of the `weakref` module towardsdatascience.com/a-guide-to-p... #Python #programming
Learn all about weak references in Python: reference counting, garbage collection, and practical uses of the `weakref` module towardsdatascience.com/a-guide-to-p... #Python #programming
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 levelup.gitconnected.com/recent-docke... #DevOps #Docker
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 levelup.gitconnected.com/recent-docke... #DevOps #Docker
Tips and tricks for turning your shell command history into an ultimate personal documentation and command reference itnext.io/shell-histor... #programming #DevOps #sysadmin
Tips and tricks for turning your shell command history into an ultimate personal documentation and command reference itnext.io/shell-histor... #programming #DevOps #sysadmin
It's not 2005 anymore and `git` offers more than just `add`, `commit`, `push` and `pull`. Let's explore all the new, modern `git` commands, that you should know about itnext.io/modern-git-c...
It's not 2005 anymore and `git` offers more than just `add`, `commit`, `push` and `pull`. Let's explore all the new, modern `git` commands, that you should know about itnext.io/modern-git-c...
Learn about all the things you can do with Python's `textwrap` module, including formatting, text wrapping, trimming and more towardsdatascience.com/everything-y...
Learn about all the things you can do with Python's `textwrap` module, including formatting, text wrapping, trimming and more towardsdatascience.com/everything-y...
Learn how you can improve your indoor air quality by monitoring CO2 with help of Prometheus, Grafana, Raspberry Pi and a CO2 sensor itnext.io/monitoring-i...
Learn how you can improve your indoor air quality by monitoring CO2 with help of Prometheus, Grafana, Raspberry Pi and a CO2 sensor itnext.io/monitoring-i...
Learn how to optimize search and keep your data sorted in Python with the `bisect` module betterprogramming.pub/everything-y... #Python #programming
Learn how to optimize search and keep your data sorted in Python with the `bisect` module betterprogramming.pub/everything-y... #Python #programming
Why maintain a Redis or Memcached instances when you can just use PostgreSQL as a cache? itnext.io/you-dont-nee...