Akilesh Rao
All web everything.

«Я не вижу этого, позвольте мне очистить кэш»

Abortcontroller in under 2 minutes(kinda)

If the browser only knows JS, how do you see TSX errors?

Why Vite’s dev server feels instant (and Webpack doesn’t)

The Secret Engine Behind React: Fiber

React 18 Concurrency: The Secret to Smoother Apps

Who even needs useLayoutEffect

Before you build another React/NextJS App, understand Hydration

Real-World React Performance: Code Splitting, Lazy Loading & Beyond

Fix laggy React Apps with Virtualization, Debouncing & Throttling

useMemo & useCallback DO NOT prevent re-renders (React Memoization Explained)

Picking a state manager(in React) like it’s a personality test

Why is your React app re-rendering unnecessarily? Fix these common mistakes!

Auto-Bump Versions & Changelogs Like a Pro! Changesets + GitHub Actions (PART 5)

Never Write a Bad Commit Again! Commitlint + Commitizen Combo (PART 4)

Catch Bugs Before You Commit! TypeScript + Vitest + Husky Workflow (PART 3)

Stop Committing Ugly Code! Prettier + ESLint + Husky Git Hook Magic (PART 2)

Automate Your Git Workflow Like a Pro 🚀 | Linting, Tests, Changelogs & More! (PART 1)

Why React Context rerenders hurt — and how Zustand fixes it!

Scaling Node.js APIs is easy... if you know these tricks

Is NodeJS really single-threaded?

Most React devs forget about these two hooks...

Server sent events (SSE) with NodeJS and ReactJS #reactjs #nodejs #javascript

Webhooks 101

Internationalization(i18n) & Localization(l10n) with ReactJS #reactjs #i18n #accessibility

Micro frontends and module federation with ReactJS & Vite. #reactjs #javascript #webdevelopment

Tanstack query cache and where it's stored #reactjs #javascript #webdevelopment

AbortController in JS(and React) #javascript #reactjs #api

Typescript generics(one last time) #typescript #generics #frontend

Zod(crash course) in under 30 minutes. #zod #typescript #javascript