FEATURED BLOGS
Contributing to the Community!
Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers
Publish Date: 2024-02-28
JavaScript which our browser uses, inherently runs on a single thread meaning code execution occurs in a single main thread. ...
Read More
Lets Go
Activating PWA in Next.js 13+ App Directory Using @Serwist — Simple Guide
Publish Date: 2024-02-07
PWA or Progressive Web App is a web application that uses modern web capabilities to deliver a more native app-like experienc ...
Read More
Lets Go
How I Reduced My Solidity Smart Contract Size — Practical Guide
Publish Date: 2023-07-28
In the ever-evolving world of blockchain technology, Ethereum has emerged as a dominant platform, enabling developers to crea ...
Read More
Lets Go
Optimizing Your Next.js A ...
Activating PWA in Next.js ...
How I Reduced My Solidity ...
MY BLOGS
Making Tech More Savvy!
Scaling Node.js/Express App Using Worker Threads & Clusters — Simple Guide
faraasat - Farasat AliPublish Date: 2024-07-01
Node.js is a popular JavaScript Runtime based on Google’s V8 Engine and is well-known for its non-blocking, event-driven architecture that makes it fast, efficient, and lightweight. Nowadays, the
Optimizing 3D Model Rendering in Next.js by Reducing Blocking Time Using React Fiber Offscreen
faraasat - Farasat AliPublish Date: 2024-03-04
Whenever we use CPU-intensive operation on the Web, it becomes sluggish and un-interactable for some time. Rendering a 3D model directly affects the initial loading time of the Web, so we can use Web
Creating Animated Avatar for your Portfolio Website Using Ready Player, Mixamo, Next.js & React Three Fiber
faraasat - Farasat AliPublish Date: 2024-02-29
In today’s competitive world, a portfolio website is more than just a collection of pretty pictures and code snippets. It’s your virtual business card, a creative playground, and a personal brand
Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers
faraasat - Farasat AliPublish Date: 2024-02-28
JavaScript which our browser uses, inherently runs on a single thread meaning code execution occurs in a single main thread. While this simplicity ensures predictable behavior, it also poses
Principles that Distinguishes Quantum Computing from Classical Computing — Simple Guide
faraasat - Farasat AliPublish Date: 2024-02-16
Have you ever wondered about the buzz around quantum computing and how it’s different from the classical computing
Activating PWA in Next.js 13+ App Directory Using @Serwist — Simple Guide
faraasat - Farasat AliPublish Date: 2024-02-07
PWA or Progressive Web App is a web application that uses modern web capabilities to deliver a more native app-like experience to users.
Schrödinger Cat — An Early Illustration for the Superposition Concept — Simple Guide
faraasat - Farasat AliPublish Date: 2024-02-01
Schrödinger Cat was a thought experiment proposed by Austrian physicist Erwin Schrödinger in 1935 to illustrate the weirdness of quantum theory.
Syncing Tabs in Next.js 13+ using Redux Toolkit & Redux State Sync — Simple Guide
faraasat - Farasat AliPublish Date: 2024-01-17
When working on a web app, particularly in highly dynamic apps like e-commerce we need to sync the states in different tabs. This article will discuss how to easily sync data between tabs using Redux
Simple Guide on Deploying Python FastAPI on Vercel — Free of Cost
faraasat - Farasat AliPublish Date: 2023-12-27
FastAPI is a modern, high-performance web framework for building APIs with Python. FastAPI, like Node.js in JavaScript, uses asynchronous programming (async/await) in Python to handle non-blocking
Simple Guide on Deploying Python Flask API on Vercel — Free of Cost
faraasat - Farasat AliPublish Date: 2023-12-16
Flask is a lightweight and versatile Python web framework used for building web applications. Its simplicity and flexibility make it an ideal choice for developers seeking a straightforward yet
Simple Guide on Deploying Vanilla Python API on Vercel — Free of Cost
faraasat - Farasat AliPublish Date: 2023-12-07
Whether you are working on your hobby project or a professional project, deployment is necessary. Vercel provides a very simple way and interface for deploying applications with continuous
Simple Guide on Deploying Next.js App on Heroku using CLI
faraasat - Farasat AliPublish Date: 2023-12-06
Welcome to the guide on deploying your Next.js application on Heroku! Why choose Heroku when we have vercel? Heroku offers more customization regarding server configurations and environment setup
Using Next.js 13+ App Directory with Hot-Reload Enabled in Docker — Simple Guide
faraasat - Farasat AliPublish Date: 2023-11-30
In this everchanging world of software development, creating web applications that are both efficient and easily deployable across different environments is vital. Incorporating Docker with Next.js
How to Generate Blur Image in Next.js Server Components using Blur Hash
faraasat - Farasat AliPublish Date: 2023-11-09
I was recently working on a project where I relied on Strapi as my Content Management System (CMS). Strapi proved to be a valuable asset as it offered a built-in plugin for generating hashes for
Adding PWA to Next.js with App Directory — Simple Guide
faraasat - Farasat AliPublish Date: 2023-09-30
PWA or Progressive Web App is a type of web application that makes use of modern web capabilities to deliver a more native app-like experience to users. PWAs aim to combine the best of web and native
How I Reduced My Solidity Smart Contract Size — Practical Guide
faraasat - Farasat AliPublish Date: 2023-07-28
In the ever-evolving world of blockchain technology, Ethereum has emerged as a dominant platform, enabling developers to create decentralized applications and execute smart contracts. These
Effortlessly Deploy Your MERN App with a Single Port Configuration on Vercel
faraasat - Farasat AliPublish Date: 2023-03-30
When you’re building a MERN stack application, it’s common to organize your project into two folders: “client” and “server.” The “client” folder contains your React app, which typically runs on port
Comprehensive Guide: Tips and Tricks for Gas Optimization in Solidity
faraasat - Farasat AliPublish Date: 2023-03-27
Gas is a crucial component of the Ethereum blockchain platform, as it determines the cost of executing transactions and contracts. The more complex and computationally intensive the transaction or
An Analytical Look at EIP-1559 and EIP-3529
faraasat - Farasat AliPublish Date: 2023-03-23
Ethereum has been the leading smart contract platform for several years, but it has struggled with issues such as slow transaction processing times and high fees during periods of network congestion
Exploring Ethereum Transaction Fees: An In-Depth Analysis of EIP-1559 and Costing
faraasat - Farasat AliPublish Date: 2023-03-13
Gas is the fee required to successfully conduct a transaction or execute a contract on the Ethereum blockchain platform. This fee is to incentivize the miners who validate and process the transaction
Web Evolution: Navigating the Difference Between Web3 and Web 3.0! | by Farasat Ali | CoinsBench
faraasat - Farasat AliPublish Date: 2023-01-12
Ever wondered how the internet will change in the future? Web3 and Web 3.0 are the answers you’re looking for. Decentralization and Machine Understanding; are the two sides of the same coin, yet