Published inCubedBasics of Blockchain Everyone Should Know — Part 1A: The FundamentalsIt introduces core blockchain concepts, including decentralization, cryptography, and distributed ledgers.Oct 19, 2024Oct 19, 2024
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 11, 20241Oct 11, 20241
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 11, 2024Jul 11, 2024
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 4, 2024Mar 4, 2024
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 29, 2024Feb 29, 2024
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 28, 20242Feb 28, 20242
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 16, 2024Feb 16, 2024
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 7, 2024Feb 7, 2024
Published inStackademicSchrödinger Cat — An Early Illustration for the Superposition Concept — Simple GuideIntroduction:Feb 1, 2024Feb 1, 2024
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 17, 20241Jan 17, 20241