Amit Kumar Rout

Amit Kumar Rout @bladearya

About: A passionate and experienced frontend developer

Joined:
Jan 14, 2020

Amit Kumar Rout
articles - 12 total

LangCompiler: A Cloud-Native, High-Performance Code Execution Service

Introduction Smooth, secure, and scalable execution of code is of paramount concern in...

Learn More 0 0Feb 14

Dockerizing Your Frontend Application with Nginx for Seamless Deployment

Introduction Most often, deploying a frontend application requires separating the serving...

Learn More 4 1Dec 26 '24

Implementing Redux in Next.js (App Router): A Comprehensive Guide

Introduction Next.js, a popular React framework, offers flexibility and control over state...

Learn More 32 8Apr 16 '24

Upgrading to 'create-rp-app': A Better way to create fast react app

Introduction Some times ago, I published a npx package create-sra(blog) - a powerful tool...

Learn More 0 0Jan 18 '24

Elevating React: Unleashing the Power of Nginx for Effortless Deployment

In the dynamic world of web development, efficient implementation of React applications is critical...

Learn More 1 0Dec 9 '23

Created My First npx Package: "create-sra"

Introduction I am excited to introduce my first npx package, create-sra!This package was...

Learn More 2 3Oct 2 '23

Bun 1.0 ⚡:All-in-One Toolkit

JavaScript has always been a dynamic language with a vibrant ecosystem. Over the years, we've seen a...

Learn More 3 0Sep 13 '23

Resetting Reducer State in React and Redux for Better State Management

Introduction: In React and Redux applications, managing state efficiently is crucial for optimal...

Learn More 2 0May 26 '23

How to protect routes for different user roles with restricted access?

Introduction Web applications often require different levels of access for various users. For...

Learn More 26 4Apr 18 '23

Building my first VS Code Extension

I recently built my first VS Code extension and published it. It consists of basic code snippets that...

Learn More 1 0Apr 10 '23

Is it a good practice to use npm install -force ?

When working with Node.js and JavaScript projects, developers often rely on various third-party...

Learn More 0 0Feb 16 '23

Why there can be multiple console output with one console.log() in ReactJS

In ReactJS, a single console.log() statement can produce multiple outputs in the console because...

Learn More 4 0Dec 11 '22