I love TypeScript. I’ve been using it for over 2 years in various projects, and the more I use it the...
Github actions are a great way to run custom CI workflows. What's great is that they're super easy to write.
It's become easier than ever to run tests against a deployment in GitHub actions
TypeScript is huge right now. It’s exploding in popularity - as of today, it has almost 10M weekly do...
The Chrome Developer Tools are a super powerful suite of tools for developing web application. They c...
Creating a rectangular speech bubble turned out more complicated that I thought. Who knew?
Lately I’ve added continuous integration to my blog using puppeteer for end to end testing. My main g...
CSS variables are really cool. You can use them for a lot of things, one of which is applying themes...
I bet your all have had a teammate in the past you could not stand. Each with his/her own reasons, ma...
A journey toward a professional-ish blog for my articles and thoughts.
Why I've Stopped Writing Snapshots Tests in Jest And why I think you should stop too I'...
Being a Great Software Developer My thoughts and opinions on ...
ESLint and Prettier for a React + Typescript project in 5 minutes!