Popular Posts
- Escaping from Async/Await Hell10 mins read
- Things I wish I knew before using MongoDB5 mins read
- Understanding React Render Props and HOC7 mins read
Latest Posts
Better Components with TailwindCSS
Published on 12 Jan5 mins readTailwindCSS is great for building reusable components of our design systems. The component itself can be written in React, Vue, etc. and we'll get the same benefits.
Understanding React Render Props and HOC
Published on 22 Oct 20187 mins readA detailed introduction to Render Props and Higher-Order Components in React.
How to escape from the async/await hell
Published on 6 Apr 201810 mins readasync/await freed us from callback hell, but people have started abusing it — leading to the birth of async/await hell.
Things I wish I knew before I started working with MongoDB
Published on 17 Sep 20175 mins readWhen MEAN stack was very popular I built a pet project to learn it. Here's something I wish people told me early on...