shlogg · Early preview
Athreya Aka Maneshwar @athreyac4

24, Building: LiveAPI Learning, building, improving :)

How OCPP Works In Electric Vehicle Charging Infrastructure

EV charging process involves a series of precise, real-time messages between the app, backend, and charger, made possible by OCPP protocol ensuring seamless interaction between chargers from different manufacturers.

Custom Decorators And Middleware In NestJS For User Authentication

Decorators and middleware in NestJS can be powerful tools, but also overwhelming. Learn how to create a custom decorator and middleware for user authentication with this step-by-step guide.

Form Data Vs API Payload: Choosing The Right Tool For Your Web App

Choose between form data for web forms & files and API payloads for modern APIs & nesting. Form data is old-school, used by browsers, while API payloads are newer, more versatile.

Vite Vs Webpack: Why Vite Might Just Become Your New Best Friend

Vite smokes Webpack in build times & bundle size! Native ES modules & pre-bundling with esbuild make Vite a joy to work with. Perfect for modern web apps, especially static sites & SSR. Give it a try, your future self will thank you!