Dan Harmon’s Advice for Overcoming Writer’s Block
Dan Harmon, creator of Rick and Morty, fielded questions from redditors in an Ask Me Anything (AMA) a while ago.
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...
How often does it happen to you that you thought you understood something well, but then once you have to explain it you realise that you didn’t really under...
If you aren’t sure whether you should build a feature or not, err on the side of building it. Why? Because you can always kill it.
In this blog post I want to share with you what I like to call a product thinking framework, a way of coming up with new startup ideas.
Imagine trying to run your blog with bundle exec jekyll serve or rake build and suddenly you are hit by this incompatible library error: