Feb 10 · 6 min read · You know what's funny? Most people use websites every single day, but if you ask them how a website actually works, they'll give you this blank stare. I was the same way before I started learning web development. So let me break this down for you in ...
Join discussion
Jan 6 · 5 min read · HTTP Protocol Essentials for .NET Web Developers Introduction The HTTP protocol is the foundation of web communication, enabling data exchange between clients and servers. As an ASP.NET web developer, understanding the HTTP protocol is crucial for bu...
Join discussionApr 4, 2023 · 2 min read · REST API Definition Representational State Transfer Application Programming Interface (REST API) A REST API is an API based on the REST architecture. Components of a REST API 1. URIs should use nouns rather than verbs and should be in lowercase. ...
DDebanjana commentedApr 3, 2023 · 3 min read · Definition REST (Representational State Transfer). Rules the way data is exchanged between different devices or systems. Identification through unique HTTP URI (Uniform Resource Identifier) Use of HTTP methods (POST, GET, PUT, DELETE, PATCH, etc.) ...
Join discussionJan 13, 2023 · 11 min read · Introduction Welcome to the 24th blog in our 50-day blogging series, "Code Blog Repeat: A 50-Day Quest for Backend Mastery"! I am so glad you could join us on this journey to becoming a backend master. In our previous blog, we discussed in detail abo...
Join discussion
Dec 25, 2022 · 3 min read · In this blog, we will understand what is HTTP protocol and its basic features with examples. Okay, so it's a protocol, so what does it mean? A protocol means a set of rules and regulations or guidelines while communicating or executing a task. Okay, ...
Join discussion