Building a Downloader in Go

Building a Downloader in Go
People say Go is well suited for Network applications. With its light Goroutines and huge standard library it can get most of the job done without even needing a third-party library.Great, let me buil...
0 Read More

Lets understand HTTP

Lets understand HTTP
What is HTTP ? HTTP (Hypertext Transfer Protocol) is a protocol designed to transfer file (hypermedia) or information (hypertext) over a network.But, do you really know how does it work? How ...
0 Read More

API and HTTP

REST API: It is a set of rules and convention that allows communication between the client and server using HTTP methods.It is a way to enable interaction with web service in simple and stateless mann...
0 Read More