#tech(6 posts)
#tech #knowledge #newsletter
My favorite knowledge sources as a developerApril 21, 2020

In these tough times, we have more time than ever to learn new things and increase our developer skills. There are lot of newsletters and developer resources, and it's easy to feel overwhelmed and lost in the mass...

#tech #javascript #react #graphql
Building a quiz application with React.js, GraphQL and PrismaMarch 26, 2020

I recently started a new side-project during my free-time, and I thought it could be cool to share my impressions about the technologies I used, the difficulties I encountered, etc.

#tech #javascript #tricks
Some useful ES6 tricksMarch 12, 2020

When it comes to writing Javascript, there are some tricks very useful to make your code easily readable. I wrote this post to talk about some of them, probably the ones I use the most...

#tech #tutorial #javascript #game
Making a game with Javascript: Part 2March 11, 2020

This post is the second part of my tutorial to make a shoot'em up game with Javascript and Pixi.js. This time we are adding the player spaceship! You can find the first part here...

#tech #tutorial #javascript #game
Making a game with Javascript: Part 1March 9, 2020

I wrote a shoot'em up tutorial few years ago that got published on Medium and Hackernoon, and got read by lot of people, but something itches a lot : it's old now!...

#tech #vue.js #javascript
Using Vue.js everydayFebruary 27, 2020

Vue.js is one of the most trending frameworks. I've been using it everyday for more than one year, and it feels great. Here are some of the things I like the most with it...