Bhavya MehtainLevel Up CodingMastering Protected Routes in NextJSMost of the times, you need to guard your web app, can’t hire a bouncer to do that hence Protect RoutesOct 8Oct 8
Bhavya MehtainLevel Up CodingAuthorization VS AuthenticationThe digital world is full of logins and sign-ups, and today we’re going to talk about the duo behind it all: Authentication and…Sep 27Sep 27
Bhavya MehtainLevel Up CodingShielding Your API Tokens And Payloads From HackersImplementing these strategies — HTTPS, JWTs, payload encryption, careful API key management, and OAuth — you’re building an army that can…Sep 24Sep 24
Bhavya MehtaLet’s Clear That Cache: The Art of Clearing Cache After A Production DeploymentFive tried and tested strategies for your new deployment to work for all users always …..Sep 21Sep 21
Bhavya MehtaVerifying Internally Deployed Proxy Smart ContractsIn-depth tutorial about, how to verify any proxy contract deployed internally from another smart contract on any EVM chain, with a working…Aug 31Aug 31
Bhavya MehtaCalldata, Memory, and Storage in Solidity!Details of storing variables in solidity, how each one uses gas, and some practical tips to write solidity code better.Aug 3Aug 3
Bhavya MehtaEverything You Need To Know About Closures In JavaScriptNot sure if your ex gave you closure, but let’s demystify closures in JS and ace those tricky interview questions.Jul 26Jul 26
Bhavya MehtaTop 5 Ways To Use Console.log To Debug Like a ProSometimes, the simplest tool is the sharpest weapon in your arsenalJul 23Jul 23
Bhavya MehtainLevel Up CodingDeep Dive Into Memory Management in JavaScriptUnderstanding memory management in JavaScript is essential for building efficient applications. While JavaScript’s automatic garbage …Jan 161Jan 161