Jan 17, 2025 · 3 min read · The HTTP request-response cycle is a fundamental concept in web communication, describing how clients (usually web browsers) interact with servers to retrieve resources such as web pages, images, and other data. Here’s a detailed breakdown of what ha...
Join discussion
Jan 14, 2025 · 6 min read · Ever wondered how your messages, videos, or game data travel across the internet? The answer lies in two major protocols: TCP and UDP. But here’s the catch: they work totally differently! Why does that matter to you? Let’s dive in and find out how ch...
Join discussion
Jan 13, 2025 · 6 min read · What is OSI Models? OSI[Open System Interconnection] models is a set of rules that tells how different computer system can connect/communicate over a network. International Organisation developed OSI Model for standardisation.OSI Model is consists of...
Join discussion
Jan 11, 2025 · 19 min read · Introduction 👋 Hey team! 👋 Welcome to the Git & GitHub guide created especially for Chai Code. 🍵 I’m Giri, and I’ve put this together to make it super easy for you to manage code and collaborate smoothly —> no stress, no confusion. Whether you’re ...
Join discussionOct 29, 2024 · 1 min read · Entry point of React js is index.js The vite is a ligh weight as compared to react only. WE have created two projects 01basicreact and 02 basicreact in which we have elearned how to create components such as Superman(){} and Chai(){} REACT suggest...
Join discussion
Oct 11, 2024 · 1 min read · Okay so I am at episode 4 I mean lecture 4 of chai-aur-react series by Hitesh Chaudhary. Here, we see how raw javascript and react work in similar ways, but in javascript we had to write raw functions and configure them, really interesting. Though wi...
Join discussion
Oct 10, 2024 · 2 min read · Hey, greetings everyone, I am Taru Pathak, 3rd year Engineering Student, hope you are having a good day, just sharing a review of my learning and respectfully commenting on the Chai aur Code. Started React last night from youtube, came across Hitesh ...
Join discussionSep 30, 2024 · 2 min read · 1️⃣ Installing React Native Run the following command: npx react-native init Awesome01 ⚠️ Note: The init command is deprecated; you'll see a message advising to use npx @react-native-community/cli init after Dec 30, 2024. 2️⃣ Setting Up Andro...
Join discussion
Sep 24, 2024 · 2 min read · In this video, we explored React Router DOM, an essential library for adding navigation to React applications without reloading the page. Key Takeaways: React Router Basics: React Router DOM allows us to handle different routes in a React app effic...
Join discussion