Hello, my name is Tushar Beladiya, and I am a software developer. I live and work in wonderful Surat, India.
Why to use Docker?Docker is an open platform that offers portability, consistency, and scalability for developing, shipping, and running applications...
Introduction ESLint has a comprehensive set of rules for JavaScript code that cover stylistic choices and prevent common bugs. Using ESLint alone will...
Crafting Seamless UI Experiences: Understanding Next.js Layouts and Templates · The new app router in Next.js introduced two new file conventions for...
The most common pattern I use when writing custom React hooks is to return a tuple of [state, handlers]. state is the value held by the hook, and...
It's true. It really doesn't matter. That said, I'm going to share a few of my preferences and why they are what they are. Warning: These are my...
One Way to Make Your Programs More Flexible · I've been working on lessons for a new course recently, and one of the the lessons I created inspired me to...