simbathesailor

Written by Anil Kumar Chaudhary.

@simbatheesailor

Unlocking the Magic of React Server Components

July 30, 2023
reactjs

React server component are the exciting new technology which forces us to change the big mental model while working on reactjs applications. Let's see what react server components brings to the table.

Getting into Google 🦄

June 04, 2022
interviews
new role
fullstack
future goals

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.

Handle 404 pages for nested routes in react-router

March 07, 2021
react-router
react
pattern
404 pages react

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.

Solving Pdf Preview Nightmare

January 27, 2021
pdf
pdf-preview
reactjs

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.

Qrcode Scan with Reactjs

January 23, 2021
qrcode
reactjs
ecommerce

Let's see what it takes to build a decent qrcode scanner in reactjs which works.

Create Custom Terminal Commands

December 30, 2020
command-line
scripting

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 private packages and docker

November 18, 2020
library
reactjs
github packages
Docker

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.

Bits and Pieces March 2020

March 23, 2020
yarn
component library
tsdx
npm
styled-components
npm-scripts

My learnings over last two to three weeks.