Welcome to My Portfolio

FEATURED BLOGS

Contributing to the Community!

Featured Article: Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web WorkersFeatured Article: Activating PWA in Next.js 13+ App Directory Using @Serwist — Simple GuideFeatured Article: How I Reduced My Solidity Smart Contract Size — Practical Guide

Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers

@faraasat - Farasat Ali
Publish Date: 2024-02-28
#nextjs#react#javascript#webworker#web-development

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

@faraasat - Farasat Ali
Publish Date: 2024-02-07
#nextjs#web-development#progressive-web-app#react#web3

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

@faraasat - Farasat Ali
Publish Date: 2023-07-28
#ethereum#web3#blockchain#smart-contracts#solidity

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 App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers
Optimizing Your Next.js A ...
Activating PWA in Next.js 13+ App Directory Using @Serwist — Simple Guide
Activating PWA in Next.js ...
How I Reduced My Solidity Smart Contract Size — Practical Guide
How I Reduced My Solidity ...

MY BLOGS

Making Tech More Savvy!

Scaling Node.js/Express App Using Worker Threads & Clusters — Simple Guide

Scaling Node.js/Express App Using Worker Threads & Clusters — Simple Guide

faraasat - Farasat Ali
Publish 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

#nodejs#javascript#threads#clustering#express
Optimizing 3D Model Rendering in Next.js by Reducing Blocking Time Using React Fiber Offscreen

Optimizing 3D Model Rendering in Next.js by Reducing Blocking Time Using React Fiber Offscreen

faraasat - Farasat Ali
Publish 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

#nextjs#react#threejs#portfolio#react-three-fiber
Creating Animated Avatar for your Portfolio Website Using Ready Player, Mixamo, Next.js & React Three Fiber

Creating Animated Avatar for your Portfolio Website Using Ready Player, Mixamo, Next.js & React Three Fiber

faraasat - Farasat Ali
Publish 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

#nextjs#react#threejs#portfolio#react-three-fiber
Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers

Optimizing Your Next.js App By Offloading Compute-Intensive Tasks from Main Thread to Web Workers

faraasat - Farasat Ali
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. While this simplicity ensures predictable behavior, it also poses

#nextjs#react#javascript#webworker#web-development
Principles that Distinguishes Quantum Computing from Classical Computing — Simple Guide

Principles that Distinguishes Quantum Computing from Classical Computing — Simple Guide

faraasat - Farasat Ali
Publish Date: 2024-02-16

Have you ever wondered about the buzz around quantum computing and how it’s different from the classical computing

#quantum-computing#quantum-physics#technology#innovation#computer-science
Activating PWA in Next.js 13+ App Directory Using @Serwist — Simple Guide

Activating PWA in Next.js 13+ App Directory Using @Serwist — Simple Guide

faraasat - Farasat Ali
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 experience to users.

#nextjs#web-development#progressive-web-app#react#web3
Schrödinger Cat — An Early Illustration for the Superposition Concept — Simple Guide

Schrödinger Cat — An Early Illustration for the Superposition Concept — Simple Guide

faraasat - Farasat Ali
Publish 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.

#quantum-computing#quantum-physics#superposition#schrodinger-cat#quantum
Syncing Tabs in Next.js 13+ using Redux Toolkit & Redux State Sync — Simple Guide

Syncing Tabs in Next.js 13+ using Redux Toolkit & Redux State Sync — Simple Guide

faraasat - Farasat Ali
Publish 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

#next.js#redux#redux-toolkit#react#web-development
Simple Guide on Deploying Python FastAPI on Vercel — Free of Cost

Simple Guide on Deploying Python FastAPI on Vercel — Free of Cost

faraasat - Farasat Ali
Publish 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

#fastapi#python#vercel#deployment#web-development
Simple Guide on Deploying Python Flask API on Vercel — Free of Cost

Simple Guide on Deploying Python Flask API on Vercel — Free of Cost

faraasat - Farasat Ali
Publish 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

#flask#python#vercel#deployment#web-development
Simple Guide on Deploying Vanilla Python API on Vercel — Free of Cost

Simple Guide on Deploying Vanilla Python API on Vercel — Free of Cost

faraasat - Farasat Ali
Publish 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

#python#python-programming#vercel#deployment#web-development
Simple Guide on Deploying Next.js App on Heroku using CLI

Simple Guide on Deploying Next.js App on Heroku using CLI

faraasat - Farasat Ali
Publish 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

#next.js#heroku#heroku-deployment#web-development#deployment
Using Next.js 13+ App Directory with Hot-Reload Enabled in Docker — Simple Guide

Using Next.js 13+ App Directory with Hot-Reload Enabled in Docker — Simple Guide

faraasat - Farasat Ali
Publish 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

#next.js#docker#docker-compose#next#web-development
How to Generate Blur Image in Next.js Server Components using Blur Hash

How to Generate Blur Image in Next.js Server Components using Blur Hash

faraasat - Farasat Ali
Publish 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

#next.js#server-components#blurhash#strapi#web-development
Adding PWA to Next.js with App Directory — Simple Guide

Adding PWA to Next.js with App Directory — Simple Guide

faraasat - Farasat Ali
Publish 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

#next.js#pwa#progressive-web-app#web-development#programming
How I Reduced My Solidity Smart Contract Size — Practical Guide

How I Reduced My Solidity Smart Contract Size — Practical Guide

faraasat - Farasat Ali
Publish 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

#ethereum#web3#blockchain#smart-contracts#solidity
Effortlessly Deploy Your MERN App with a Single Port Configuration on Vercel

Effortlessly Deploy Your MERN App with a Single Port Configuration on Vercel

faraasat - Farasat Ali
Publish 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

#mern#vercel#web#deployment#mern-stack
 Comprehensive Guide: Tips and Tricks for Gas Optimization in Solidity

Comprehensive Guide: Tips and Tricks for Gas Optimization in Solidity

faraasat - Farasat Ali
Publish 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

#gas-optimization#ethereum#solidity#blockchain#web3
An Analytical Look at EIP-1559 and EIP-3529

An Analytical Look at EIP-1559 and EIP-3529

faraasat - Farasat Ali
Publish 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

#ethereum#blockchain#gas#eip-1559#solidity
Exploring Ethereum Transaction Fees: An In-Depth Analysis of EIP-1559 and Costing

Exploring Ethereum Transaction Fees: An In-Depth Analysis of EIP-1559 and Costing

faraasat - Farasat Ali
Publish 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

#ethereum-gas-fee#gas-fee-optimization#ethereum#blockchain#web3
Web Evolution: Navigating the Difference Between Web3 and Web 3.0! | by Farasat Ali | CoinsBench

Web Evolution: Navigating the Difference Between Web3 and Web 3.0! | by Farasat Ali | CoinsBench

faraasat - Farasat Ali
Publish 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

#web-3#web-3-point-0#blockchain#web#artificial-intelligence
Copyright © 2024. All Rights reserved.