TILs
Things I've Learned, inspired by Simon Willison's TIL
X (Twitter) Automation with Python
August 08, 2024Automating social media accounts can be annoying, especially because of the shenanigans Big Social…
Read MoreDockerize your Gatsby Projects
March 02, 2024JavaScript-based projects tend to rot quickly. Very often, when I come back to them a few months…
Read MoreGoogle Login with Django Allauth
January 29, 2024I often find myself needing to implement Google OAuth in Django projects but keep forgetting the…
Read MoreLogin Required Modal with Django
January 21, 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
October 08, 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
December 04, 2022I was trying to migrate from MySQL to PostgreSQL using loaddata and dumpdata. For this to work…
Read More