Golang, also known as Go, is a programming language that was created by Google. It is known for its simplicity, efficiency, and scalability, making it a popular choice for software development. If you want to learn Golang do chaeck out this Roadmap
Related Posts
How to use Optional class (Java) – best practices
Qick info about Optional Optional isn’t meant to be stored as state. Optional is not meant to be…
React-ing to accessibility: Building accessible e-commerce forms that everyone can use
Introduction In this article, I’ll explore one possible way to build a simple form in React, using Radix…
Waiting on a Promise.. Async and Await in JavaScript
Why use Async and Await? By default, Javascript runs synchronously. This means each operation will wait to run…