abhipayasi.hashnode.devWeb API Types (Most Common)Modern applications rely heavily on Web APIs to communicate between clients and servers. Depending on performance, security, flexibility, and use case, different API styles are used. Let’s explore the five most common Web API types in detail. 1. RES...Feb 12·4 min read
abhipayasi.hashnode.devBasic PowerShell Commands for BeginnersDescription:A practical beginner-to-intermediate guide to PowerShell commands for modern Windows development and automation.Blog by Abhimanyu Payasi Introduction PowerShell is not CMD replacement — it is a powerful automation tool. Unlike CMD: Powe...Feb 7·2 min read
abhipayasi.hashnode.devBasic Windows CMD Commands for BeginnersDescription:A beginner-friendly guide to essential Windows CMD commands every developer should know.Blog by Abhimanyu Payasi Introduction Windows Command Prompt (CMD) is often ignored because people jump straight to PowerShell or GUIs.But CMD is sti...Feb 7·2 min read
abhipayasi.hashnode.devBasic Linux Commands for BeginnersDescription:A practical beginner-to-intermediate guide to essential Linux commands every developer should know.Blog by Abhimanyu Payasi Introduction Linux often feels scary to beginners. Black screens, strange commands, no buttons—just text.But here...Feb 4·4 min read
abhipayasi.hashnode.devGit & GitHub – From 0 to 100Introduction Git is a distributed version control system that tracks code changes and helps collaboration. GitHub is a hosting platform for Git repositories with collaboration features.Git works locally. GitHub stores your Git repositories online. G...Jan 28·4 min read