Programming
Here I write about some gems in programming languages that I stumble upon while writing code or scrolling through StackOverflow.
Annoying Errors and how to fix them
Demystifying some of the errors out there for my future self Continue reading Annoying Errors and how to fix them
sed, awk & co - master the shell
How to automate annoying tasks with shell scripts Continue reading sed, awk & co - master the shell
Python for Data Science
How to get started with Python and what tools to use Continue reading Python for Data Science
Mastering Cloud Computing
Resources for learning cloud computing, from novice to master Continue reading Mastering Cloud Computing
JS vs Python - Destructuring
Destructuring can simplify your code and make it more readable Continue reading JS vs Python - Destructuring