PinnedInStackademicbyFarasat Ali·Feb 7, 2024Activating 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.
PinnedInStackademicbyFarasat Ali·Feb 28, 2024Optimizing 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…A response icon2A response icon2
PinnedInStackademicbyFarasat Ali·Feb 29, 2024Creating 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…
PinnedInStackademicbyFarasat Ali·Oct 11, 2024Running 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.A response icon1A response icon1
InStackademicbyFarasat Ali·Jul 15, 2025Configuring Environments for iOS in React Native Using Xcode — Clean, Clear & ConciseIn this guide, we’ll walk you through a clean, clear, and concise approach to configuring multiple environments — Development, UAT, and…
InStackademicbyFarasat Ali·Jul 9, 2025Configuring Environments for Android in React Native — Clean, Clear & ConciseIn this guide, we’ll walk you through a clean, clear, and concise approach to configuring multiple environments — Development, UAT, and…A response icon1A response icon1
InCubedbyFarasat Ali·Oct 19, 2024Basics of Blockchain Everyone Should Know — Part 1A: The FundamentalsIt introduces core blockchain concepts, including decentralization, cryptography, and distributed ledgers.
InStackademicbyFarasat Ali·Jul 11, 2024Scaling 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…
InStackademicbyFarasat Ali·Mar 4, 2024Optimizing 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…
InStackademicbyFarasat Ali·Feb 16, 2024Principles 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…