The Hypertext Transfer Protocol (HTTP) is an application layer protocol.
Communication between client computers and web servers is done by sending HTTP Requests and recieving HTTP resoponses.
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 often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. JavaScript is a high-level, often just-in-time compiled language.
Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety and structural typing.
JAVASCRIPT
GUIDE
By Daivid Flanagan
Seventh Edition
Published at 2020
Cost: 12$
BOOK INFOROAD TO
REACT
By Robin Wieruch
2022 Edition
Published at 2022
Cost: 12$
BOOK INFOINTORDUCING
GO
By Caleb Doxsey
First Edition
Published at 2016
Cost: 12$
BOOK INFOJavaScript is the programming language of the web and is used by more software developers today than any other programming language. For nearly 25 years this best seller has been the go-to guide for JavaScript programmers. The seventh edition is fully updated to cover the 2020 version of JavaScript, and new chapters cover classes, modules, iterators, generators, Promises, async/await, and metaprogramming. You’ll find illuminating and engaging example code throughout. This book is for programmers who want to learn JavaScript and for web developers who want to take their understanding and mastery to the next level.
In "The Road to React" you will learn about all the fundamentals of React.js with Hooks while building a full-blown React application step by step. While you create the React application, every chapter will introduce you to a new React key feature.
Fundamentals of React:
Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language's core features with step-by-step instructions and exercises in each chapter to help you practice what you learn. Go is a general-purpose programming language with a clean syntax and advanced features, including concurrency.