Recent Posts
next.js + tests + vercel deployment
I gave a presentation at the SagLacIO on how to setup jest testing in NextJS and deploy with Vercel.
How to explode buildings in a gamejam with unity and blender
Discover City Crashersโs satisfying building destruction in 15 minutes. Slides inside!
Test all the things in gitlab-ci with docker by example
Do you write tests? Or do you skip them because itโs too complicated to run? Or maybe developers on your team just donโt care? You should take a few minutes and set up CI so you can enforce good practices. Good news, you can test all the things automagically in GitLab CI/CD with Docker and very little effort ๐ค
To pull or not to pull: my first open source contribution
I want to contribute to the open source world and become someone better, where do I start?
This blog post can show you.
Fastlane: deploy ios and android like a boss
Sorry, we can’t deploy, Jane is on vacation
Your team shouldn’t rely on only one person to release your mobile apps.
Things I share to programmers
Don’t reinvent the wheel
So many things to read, cool stuff to try, great tools to use but where can we start? Answer inside.
Introduction to Shaders
I gave a presentation with Jules Robichaud-Gagnon about Shaders and Compute Shaders at the SagLacIO. Here are the slides.
Arch Linux is cool, but I need to ship software
Arch Linux is a very powerful and amazing linux distribution. You get full control on everything. It has bleeding edge software and it’s surprisingly stable if you know what you’re doing. However, sometimes, things can go wrong.
Y U NO GIT
Git is a must have tool known as the stupid content tracker.
Every programmer should learn to use it as soon as they can. Git will save you time and could even save your life (yep). I gave that presentation at the UQAC SagLacIO Special edition! Thank you all, that was an awesome night!
InfluxDB Telegraf and Grafana ๐
Do you like graphs? Grafana
! What about storing time series? InfluxDB
! And grabbing information from many sources easily? Telegraf
! Here we go!