@sagarbiradar
Nothing here yet.
Nothing here yet.
Jan 31 · 4 min read · What is Git Git is a version control system that helps developers track changes in their code over time.Whenever you make changes in your project, Git can save those changes, show what was changed, help you go back to an older code version if somethi...
Join discussion
Jan 30 · 2 min read · What is server A server is a computer that provides data or services, and we talk to servers access websites, APIs, and online information. Why we need servers Your laptop or phone is not always online, has limited storage and power, is meant for per...
Join discussionJan 30 · 3 min read · On the internet, millions of data packets are sent between computers. Imagine if data sent without any rules, data packets can be lost, data arrives in wrong order, or get corrupted. To avoid these problems, we need proper protocols that controls how...
Join discussion
Jan 29 · 2 min read · When two devices communicate over the internet, they must follow rules. These rules define how data is send and received. These rules are called network protocols. TCP and UDP are two of the most important communication protocols used on the inter...
Join discussion