February 12, 2019

CSS - Flexbox - sketch notes

Flexbox is a very interesting way of creating a layout. If you are a developer like me who used to work on floats then you will see how flexbox has simplified the life of developers. If you are someone who just started the dev journey then I would suggest just take a step back and understand why the industry is going mad over flex by trying your hands at least once in floats. Here are my sketchnotes for learning flexbox.

February 11, 2019

Reactjs Hooks - more power to the functional components

React Team announced the Hooks in V16.8. There was a lot of excitement around hooks and it should be. The way React community is understanding the improvement areas in reacting for the developer and as well as for the web applications it is an outstanding job.