Next.jsCombining Next.js SSG and Ghost CMS to create this blogI wanted this website to be flexible and blazing fast, therefore I improved an existing combination of Next.js and Ghost CMS.
Not TechnicalWelcome to my personal website!Introduction post of this new website, explaining my motivations to build it and what you will be able to find on this website
postgresSpeeding up a Postgres Query, a practical exampleA query in our database was extremely slow and getting everyday slower. How can we take advantage of Materialized view and postgis to make it faster?
Day ProjectGenerate PDF invoices with a Chrome extension (for eBay)In order to automate the invoicing of a T-Shirt shop, I leveraged the chrome extension API and created invoices with jsPDF.
explorationDeep dive into the world of illegal streamingThe host of my stream turned out to be… Google! Explanations about hosting, PNG encryption and streaming.
herokuCreate a Background Worker on a Flask App on Heroku with Heroku SchedulerCreating a worker on Heroku is complex and here is the alternative that we've chosen at JobNinja. We use a Task table, Flask Script and Heroku Scheduler.
herokuDeploying a Blog on Heroku (Ghost + Heroku + Buildpack + NGINX)If you want to deploy a blog or another micro-site along with your Heroku Application, you can use NGINX buildpack. Here's how...
explorationDebugging image payloads with Charles Proxy.Debugging images with Charles Proxy can be tedious. Here's an explanation of how a JPEG is built and how you can debug your image HTTP Payloads.