Nothing here yet.
Nothing here yet.
Jan 29 · 4 min read · Introduction You know what In web the most essential part to render HTML. It serves as a foundational, structural skeleton of over 95% of websites. It defines Text, Images and links. Without HTML, browser can not render the content. In this blog, we ...
Join discussion
Jan 23 · 3 min read · What is TCP and why it is needed Transmission Control Protocol (TCP) is a core internet protocol. It’s responsible for reliable, ordered, error checked delivery of data between 2 devices. Why it is needed The internet itself is unreliable. Packets c...
Join discussion
Jan 23 · 3 min read · What is cURL cURL is a free and command-line utility tool for transferring data to or from server using different Network protocols and methods Using this tool developers can make API request or get response In terminal Example: When you make request...
Join discussion
Jan 23 · 3 min read · Introduction Have you wondered when you type a URL in browser and hit enter, After that what actual magic happens behind the scenes, traveling through different networks, servers and router. What is DNS? Domain Name System (DNS) is a internet’s phon...
Join discussion