Getting into Google 🦄
June 04, 2022The Year 2022, I got into Google as a Full Stack Developer. Let the journey of innovation, impact and adventures start. I will share my preparation for the interviews.
Written by Anil Kumar Chaudhary.
The Year 2022, I got into Google as a Full Stack Developer. Let the journey of innovation, impact and adventures start. I will share my preparation for the interviews.
Are the design systems boon or a heavy baggage ?
Nested routes are common in react ecosystem, but the handling of not found pages is not great with them. Let's understand one of simple solution which can make the dev experience much better. No more surpises.
Pdfs are the most popular way of sharing large documents. But does previewing them on web is consistent and easy ? . We will check that out in this article.
Let's see what it takes to build a decent qrcode scanner in reactjs which works.
Custom commands are so prevelant in our day to day work. Let's see how they work and how we can create one in any of our favorite language.
Github packages provide a good alternative for private / public packages . We will see how we can create a library and publish it to github packages and how to consume it. We will see how we can modify our docker files to allow private github packages installation.
How to trigger react component from outside React in a React App
We have hooks now , Let's see how it benefits the way we write controlled components today.
My learnings over last two to three weeks.
An analysis of two different approaches to write useIsMounted
A visual article explaining javascript basics.
This article implements intersection observer hook.
This article explains various approaches to implement debouncing with hooks.
Some useful patterns that worked for me using hooks for 1 year.