InTowards DevbyBatiste·Jan 20How I Taught an LLM my Programming LanguageIf you ask Google’s Gemma 2B-IT “What is Blop?”, it will confidently tell you it’s a mysterious acoustic phenomenon from the deep ocean…
Batiste·Jan 24, 2025DeckHand: Race to Infamy — Behind the DesignFollowing the release of DeckHand, a deck-building card game, I felt I needed a short break from the whole Kickstarter and self-publishing…A response icon1A response icon1
Batiste·Jul 19, 2023Designing a Card GameAfter playing games such a MTG, Hearthstone and Slay the Spire for quite some time, I wanted to create a board game taking some of the…A response icon3A response icon3
InTowards DevbyBatiste·Jun 30, 2023Speed up you Github Actions by caching you Python packages installInstalling python packages on every CI run can be adding precious seconds before you can get a feedback. For my current project it was up…A response icon1A response icon1
InTowards DevbyBatiste·Apr 28, 2023Django REST Framework Translated Serializer FieldThere is many ways to handle i18n with Django and DRF. This document describe a small ad-hoc solution using DRF serializers and a naively…
InTowards DevbyBatiste·Jan 4, 2023Django Rest Framework authentication and Django Middleware: Why request.user is anonymous?When using DRF and in in the context of Django middleware I have often found to be the case that request.user is an AnonymousUser. Why is…
InTowards DevbyBatiste·Dec 31, 2022The Blop language and a parser generatorAfter years of experimenting around on how to write an efficient compiler in JavaScript, I decided to test my latest creation by creating a…
InTowards DevbyBatiste·Dec 31, 2022Debugging a Python project with VSCode and DockerThis guide explains how to setup a Django project and Docker together for debugging sessions within VSCode. We will follow the steps…
InTowards DevbyBatiste·Nov 21, 2022Django + Celery + Sentry + JSON Logging meta dataWhen working with a Python service it can be daunting to make all those tools work together and output useful logs with proper meta data.A response icon1A response icon1