
HTTP
The Hypertext Transfer Protocol is an application layer protocol. Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses.

HTML CSS
HTML (HyperText Markup Language) is the standard markup language for Web pages. CSS is the language we use to style an HTML document. CSS describes how HTML elements should be displayed.

Javascript
JavaScript is the programming language of the Web. JavaScript often abbreviated to JS is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.

Golang
Go language is a programming language initially developed at Google. It is a statically-typed language having syntax similar to that of C. Go is used to create computer programs.