aryan015

aryan015 @aryan015

About: LinkedIn - https://www.linkedin.com/in/aryan-khandelwal-779b5723a/ Hackerrank - https://www.hackerrank.com/profile/aryan015 codechef - https://www.codechef.com/users/aryank_15 ❤

Location:
jodhpur
Joined:
Jul 18, 2021

aryan015
articles - 63 total

How to Write Your Own Static File Server in Pure Node.js

Prerequisites 💻 A computer (Windows, macOS, or Linux) Node.js installed About 5 minutes...

Learn More 0 0Nov 17 '25

What Do You Mean by Open Source LLM? 💡

An Open Source LLM (Large Language Model) refers to a machine learning model trained to understand...

Learn More 0 0Jun 23 '25

How CPU Interacts with GPU 🕹

The CPU interacts with the GPU through the system's bus (usually PCIe) and driver-level APIs. Here's...

Learn More 0 0Jun 23 '25

Why Do Companies Like Zotac, Gigabyte, and PowerColor Rebrand NVIDIA/AMD GPUs? 📷

💡 The Core Fact: Only two companies in the world design and manufacture the actual GPU...

Learn More 0 0Jun 21 '25

Sanity (Headless) CMS Overview

Sanity is a powerful headless CMS that gives developers full control over content structure, frontend...

Learn More 0 0Apr 17 '25

What is OpenAI.fm?

OpenAI.fm is an interactive platform developed by OpenAI that allows users to convert text into...

Learn More 3 0Apr 17 '25

How to shut down a windows computer😁

1. Press ctrl + r 2. Type shutdown /s /t 0 for instant shutdown 3....

Learn More 0 0Apr 2 '25

How to serve PHP without Apache Distribution 🎅

Some people might know that PHP comes with build in server php -S localhost:8000 Enter...

Learn More 0 0Apr 1 '25

Difference Between REST API and Normal API

🚀 1. 🔥 What is a Normal API? API (Application Programming Interface) is a generic term...

Learn More 2 0Mar 25 '25

Creating an AWS Lambda Function Using Serverless Framework

🔥 What is AWS Lambda? AWS Lambda is a serverless compute service that lets you run code...

Learn More 2 2Mar 24 '25

Redis: A Powerful In-Memory Data Store

Introduction Redis (Remote Dictionary Server) is an open-source, in-memory data store that...

Learn More 0 0Mar 18 '25

Static Site Generation (SSG) vs. Incremental Static Regeneration (ISR) in Modern Web Development

When building web applications, performance and scalability are critical. Static Site Generation...

Learn More 1 4Mar 16 '25

Server-Side vs. Client-Side Rendering: Which One Should You Choose?

When building web applications, choosing between Server-Side Rendering (SSR) and Client-Side...

Learn More 2 2Mar 16 '25

How to Create Reusable Components in Tailwind CSS

Tailwind CSS is a utility-first CSS framework that allows developers to build modern and responsive...

Learn More 1 0Mar 14 '25

The Rise of Cursor AI: The Future of AI-Powered Coding

In the ever-evolving world of software development, AI-driven tools are rapidly changing the way...

Learn More 0 0Mar 14 '25

Why Did Windows Introduce PowerShell Instead of Upgrading CMD?

Windows introduced PowerShell as a new shell instead of upgrading Command Prompt (cmd.exe) due to...

Learn More 1 0Mar 5 '25

Basic Relational Database Schemas 📚 to amplify development

Whether you are using either non-relational or relational DBMS the fundamental would be the same. It...

Learn More 0 0Mar 4 '25

Docker vs Kubernetes: When to Use What?

Introduction In the world of modern software development, Docker and Kubernetes are two of...

Learn More 0 0Mar 2 '25

Guide to Vite Plugins

Introduction Vite is a modern frontend build tool that offers lightning-fast development...

Learn More 0 0Mar 2 '25

Why TypeScript? A Beginner’s Guide to Typed JavaScript

Introduction JavaScript is the backbone of web development, powering everything from...

Learn More 1 0Mar 2 '25

Introduction to Edge Computing for Web Developers

What is Edge Computing? Edge computing is a decentralized computing paradigm that brings...

Learn More 0 1Feb 28 '25

Important React Hooks⚓

Introduction React Hooks allow developers to use state and lifecycle features in...

Learn More 0 0Feb 26 '25

JSON Web Tokens (JWT) in Web Development

Introduction JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims...

Learn More 1 0Feb 26 '25

Why should you use Module Bundler as Web Developer

Introduction A module bundler is a tool that takes separate JavaScript modules, processes...

Learn More 2 0Feb 26 '25

Accessibility for Web Developers

Introduction Web accessibility ensures that websites and web applications are usable by...

Learn More 1 0Feb 26 '25

How not to write Tailwind

Introduction Tailwind CSS is a powerful utility-first framework that enables rapid UI...

Learn More 32 38Feb 26 '25

Beautify text decoration in CSS

Get more control on css🍃text decoration with following advance properties...

Learn More 0 0Feb 12 '25

Why you should use svg element instead of cdn or svg as images*

When You use CDN and your application is does not relying heavily on svgs then it just slows your...

Learn More 0 0Feb 11 '25

Set STL in CPP 👨‍🎓

Introduction Set is a data structure that only stores unique elements. Types of...

Learn More 0 0Nov 22 '24

Media Attribute in HTML

Syntax This will include styles.css only if the screen width is 600 pixels or...

Learn More 1 0Nov 10 '24