Skip to content

Articles from Brendan Daoud

React: Fantastic Hooks and How to Use Them

Brendan Daoud8 min read

A couple months ago, React hooks were officially released, the hype was high and we decided to put them to the test on a project. Hereis what I learnt and why I strongly advise you to give them a try…

Continue reading →

WebGl from Scratch

Brendan Daoud13 min read

Hey people! Do you feel like drawing stuff? Today, let's explore the depth of WebGl and draw a little square in a canvas. What is WebGl, you ask? Well it's part of the native HTML5 and JS API (meaning you don't need…

Continue reading →