Let's explore the unexpected features of cURL - including globbing, parallelization, output formatting, URL parsing and much more https://levelup.gitconnected.com/10-examples-why-curl-is-an-awesome-cli-tool-0b23223ec845 #programming #DevOps #sysadmin
1.8.2024 13:59Let's explore the unexpected features of cURL - including globbing, parallelization, output formatting, URL parsing and much more...Learn all about weak references in Python: reference counting, garbage collection, and practical uses of the `weakref` module https://towardsdatascience.com/a-guide-to-pythons-weak-references-using-weakref-module-d3381b01db99 #Python #programming
25.6.2024 10:24Learn all about weak references in Python: reference counting, garbage collection, and practical uses of the `weakref` module...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 https://levelup.gitconnected.com/recent-docker-buildkit-features-youre-missing-out-on-a25aed8689fe #DevOps #Docker
13.5.2024 11:23Learn how to use BuildKit - the improved builder backend for Docker - that adds many new features to Docker, including new Dockerfile...Tips and tricks for turning your shell command history into an ultimate personal documentation and command reference https://itnext.io/shell-history-is-your-best-productivity-tool-ed3824061efd #programming #DevOps #sysadmin
9.4.2024 08:16Tips and tricks for turning your shell command history into an ultimate personal documentation and command reference...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 https://itnext.io/modern-git-commands-and-features-you-should-be-using-6ee65667e62b #git #programming
4.3.2024 11:55It's not 2005 anymore and `git` offers more than just `add`, `commit`, `push` and `pull`. Let's explore all the new, modern `git`...Learn about all the things you can do with Python's `textwrap` module, including formatting, text wrapping, trimming and more https://towardsdatascience.com/everything-you-can-do-with-pythons-textwrap-module-0d82c377a4c8 #Python #programming
7.2.2024 08:22Learn about all the things you can do with Python's `textwrap` module, including formatting, text wrapping, trimming and more...Learn how you can improve your indoor air quality by monitoring CO2 with help of Prometheus, Grafana, Raspberry Pi and a CO2 sensor https://itnext.io/monitoring-indoor-air-quality-with-prometheus-grafana-and-a-co2-sensor-6c7fb73f6048 #iot #programming
2.1.2024 13:10Learn how you can improve your indoor air quality by monitoring CO2 with help of Prometheus, Grafana, Raspberry Pi and a CO2 sensor...Learn how to optimize search and keep your data sorted in Python with the `bisect` module https://betterprogramming.pub/everything-you-can-do-with-pythons-bisect-module-40bdaadbc22f #Python #programming
8.11.2023 07:40Learn how to optimize search and keep your data sorted in Python with the `bisect` module...Why maintain a Redis or Memcached instances when you can just use PostgreSQL as a cache? https://itnext.io/you-dont-need-a-dedicated-cache-service-postgresql-as-a-cache-bf951afc35e3 #PostgreSQL #DevOps
2.10.2023 18:43Why maintain a Redis or Memcached instances when you can just use PostgreSQL as a cache?...Whether you're debugging networking, databases, your application code, or anything else, these container images will be all you need to get it done https://betterprogramming.pub/a-collection-of-docker-images-to-solve-all-your-debugging-needs-189973aae5c0 #Kubernetes #Docker
4.9.2023 19:16Whether you're debugging networking, databases, your application code, or anything else, these container images will be all you need to...Python has many eyebrows-raising, weird "features" — from quirky behaviours to weird design choices, and borderline bugs… https://betterprogramming.pub/weird-python-features-that-might-catch-you-by-surprise-5b2ca521b0bf #Python #programming #softwaredevelopment
14.8.2023 09:29Python has many eyebrows-raising, weird "features" — from quirky behaviours to weird design choices, and borderline bugs…...Reflections and stats after writing more than 100 articles — Is it worth the time and effort and should you try writing too? https://medium.com/@martin.heinz/lessons-learned-from-writing-100-articles-1d33615610f9
1.8.2023 12:10Reflections and stats after writing more than 100 articles — Is it worth the time and effort and should you try writing too?...Using PyStack's "forbidden magic" to debug deadlocks, segmentation faults, crashes and other difficult bugs in Python https://betterprogramming.pub/debugging-crashes-and-deadlocks-in-python-using-pystack-82569524dc32 #Python #programming #debugging
17.7.2023 17:19Using PyStack's "forbidden magic" to debug deadlocks, segmentation faults, crashes and other difficult bugs in Python...How to replace etcd — the brain of a Kubernetes cluster — with PostgreSQL or any other RDBMS you want https://betterprogramming.pub/goodbye-etcd-hello-postgresql-running-kubernetes-with-an-sql-database-7e1b2e9b5f8f #DevOps #Kubernetes #PostgreSQL
3.7.2023 10:15How to replace etcd — the brain of a Kubernetes cluster — with PostgreSQL or any other RDBMS you want...Set breakpoints, step through code, and interactively debug your Python applications running on Kubernetes with ease https://betterprogramming.pub/remote-interactive-debugging-of-python-applications-running-in-kubernetes-17a3d2eed86f #Python #Kubernetes #programming
19.6.2023 15:42Set breakpoints, step through code, and interactively debug your Python applications running on Kubernetes with ease...These are all the options you have in Python for running other processes - the bad; the good; and most importantly, _the right way_ to do it https://betterprogramming.pub/the-right-way-to-run-shell-commands-from-python-c05f0b9d6cb7 #Python #Linux #DevOps
5.6.2023 16:14These are all the options you have in Python for running other processes - the bad; the good; and most importantly, _the right way_ to do it...True multi-core concurrency is coming to Python in 3.12 release and here's how you can use it right now using sub-interpreter API https://betterprogramming.pub/real-multithreading-is-coming-to-python-learn-how-you-can-use-it-now-90dd7fb81bdf #Python #programming
14.5.2023 15:00True multi-core concurrency is coming to Python in 3.12 release and here's how you can use it right now using sub-interpreter API...Even though Python’s standard library comes with “batteries included”, it’s still missing some essentials and here’s the list: https://betterprogramming.pub/pythons-missing-batteries-essential-libraries-you-re-missing-out-on-12853e5258d2 #python #programming
1.5.2023 15:12Even though Python’s standard library comes with “batteries included”, it’s still missing some essentials and here’s the list:...Learn how you can run your own synthetic monitoring on your Kubernetes clusters without any expensive third-party tools and platforms https://betterprogramming.pub/kubernetes-native-synthetic-monitoring-with-kuberhealthy-15a8939972a #DevOps #Kubernetes #Monitoring
17.4.2023 16:41Learn how you can run your own synthetic monitoring on your Kubernetes clusters without any expensive third-party tools and platforms...Learn how you can run beautiful, repeatable, scripted CLI demos and showcases with zero stress and zero mistakes https://betterprogramming.pub/make-your-cli-demos-a-breeze-with-zero-stress-and-zero-mistakes-5e3f176d2fd3 #demo #programming #cli
3.4.2023 19:27Learn how you can run beautiful, repeatable, scripted CLI demos and showcases with zero stress and zero mistakes...⬆️
⬇️