Published inCubedBasics of Blockchain Everyone Should Know — Part 1A: The FundamentalsIt introduces core blockchain concepts, including decentralization, cryptography, and distributed ledgers.Oct 19Oct 19
Published inStackademicRunning Puppeteer/Chromium on AWS Lambda with Node.js 20+ — Working GuideRunning Puppeteer on Latest AWS Instances is causing the issues. So, moving Puppeteer to AWS Lambda is a better choice.Oct 111Oct 111
Published inStackademicScaling Node.js/Express App Using Worker Threads & Clusters — Simple GuideNode.js is a popular JavaScript Runtime based on Google’s V8 Engine and is well-known for its non-blocking, event-driven architecture that…Jul 11Jul 11
Published inStackademicOptimizing 3D Model Rendering in Next.js by Reducing Blocking Time Using React Fiber OffscreenWhenever we use CPU-intensive operation on the Web, it becomes sluggish and un-interactable for some time. Rendering a 3D model directly…Mar 4Mar 4
Published inStackademicCreating Animated Avatar for your Portfolio Website Using Ready Player, Mixamo, Next.jsIn today’s competitive world, a portfolio website is more than just a collection of pretty pictures and code snippets. It’s your virtual…Feb 29Feb 29
Published inStackademicOptimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web WorkersJavaScript, used by our browsers, inherently runs on a single thread and we can offload CPU-intensive tasks on Web Workers…Feb 282Feb 282
Published inStackademicPrinciples that Distinguishes Quantum Computing from Classical Computing — Simple GuideHave you ever wondered about the buzz around quantum computing and how it’s different from the classical computing we’re all familiar with…Feb 16Feb 16
Published inStackademicActivating PWA in Next.js 13+ App Directory Using @Serwist — Simple GuideProgressive Web App allows browse visited pages offline, push notifications and desktop icon. Learn how to implement it in latest Next.js.Feb 7Feb 7
Published inStackademicSchrödinger Cat — An Early Illustration for the Superposition Concept — Simple GuideIntroduction:Feb 1Feb 1
Published inStackademicSyncing Tabs in Next.js 13+ using Redux Toolkit & Redux State Sync— Simple GuideWhen using redux with Next.js, it is often required to sync state across the tabs. This article shows an easy way to sync your state.Jan 171Jan 171