Getting Started with cURL
Before you know about cURL, you should first know about what a server is, how data is transferred from the client (browser) to the server and vice versa. What is server ? A server is simply a computer
Search for a command to run...
Articles tagged with #chaicode
Before you know about cURL, you should first know about what a server is, how data is transferred from the client (browser) to the server and vice versa. What is server ? A server is simply a computer
As you have learned HTML, you know how to build the skeleton of a webpage. Now a skeleton needs a cover to wrap it. There comes CSS, which makes the body beautiful. But here’s the thing: CSS can’t sty
Why Does Writing HTML Feel So Slow? When you type each tag in HTML it is basically a repetitive task because every day you are typing 100s of tag, it feels frustrated sometimes because you are doing t
As you know internet connects millions of computer all over the world. So, for sending any data over internet we need some rules which we call protocols. Because without rules if send data over intern
How does a browser know where a website lives? DNS is a phonebook of the internet. Now, Suppose if your friends lives in Delhi you go to Delhi you will not shout Shubham , Shubham where are you. You w
1. What is GIT Git is a open source project developed in 2005 by Linus Torvalds, famous creator of the Linux operating system kernel. It is a version control system where we keep track on changes we are making in our codes. Git is an example of a DVC...