Funny SQL bug because I thought row_number()
started at 0
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...
As a machine learning engineer it is part of your job to run things on large data sets.
At Snappet (we’re hiring!) we use Sagemaker Processing jobs to power most of our machine learning workflow. Sagemaker Processing jobs create our data, train...
In this stackoverflow question someone asks how to view logging messages while unit testing. It got a lot of responses but none of them worked for me.
At my current job we use conda to manage our environments and poetry to manage our packages. I have to say that the setup is pretty sweet and wanted to shar...