Focus on how you did grow instead of on how you didn’t
I recently bought a smart scale. Why? Because I like data and I think it’s fun to collect and analyze my weight. But… I noticed something funny.
I refactored a piece of code but I’m not sure if I made it better.
Dan Harmon, creator of Rick and Morty, fielded questions from redditors in an Ask Me Anything (AMA) a while ago.
In this blog post I want to share with you how to change the font size of the code blocks in the minimal mistakes Jekyll theme when using Github Pages.
This week I had to write this monster of an SQL query and I wanted to share some tips that I found useful.
I want to share a little piece of work that I recently completed. Hope you enjoy!
In this post I want to show you how you can set up and structure your python code if you don’t know where to start. Just copy our setup!
Is your docker build step slow? Assuming you can install your code as a package, try installing your dependencies first and your code second.
In this blog post I’ll show you how to fix the AttributeError: module 'regex' has no attribute 'Match error when trying to install SQLFluff. SQLFluff is pop...