Latest Blog Posts
X (Twitter) Automation with Python
Published on August 8th, 2024Automating social media accounts can be annoying, especially because of the shenanigans Big Social…
Read MoreDockerize your Gatsby Projects
Published on March 2nd, 2024JavaScript-based projects tend to rot quickly. Very often, when I come back to them a few months…
Read MoreTIL: Google Login Django Allauth
Published on January 29th, 2024I often find myself needing to implement Google OAuth in Django projects but keep forgetting the…
Read MoreLogin Required Modal with Django
Published on January 21st, 2024The goal is to show a modal when the user clicks on a link, rather than redirecting him right away…
Read MoreInitialize a Rails app on macOS with docker
Published on October 8th, 2023My current Mac doesn't have enough space to install Xcode Command Line Tools and it turns out it is…
Read MoreFlush contenttypes and auth permissions in Django
Published on December 4th, 2022I was trying to migrate from MySQL to PostgreSQL using loaddata and dumpdata. For this to work…
Read MoreConfigure a headless Raspberry Pi from MacOS (No monitor or keyboard required)
Published on November 4th, 2020This quick tutorial will show you how to download and install Raspbian OS in your memory card, then…
Read More