Tag: fundamentals
All the articles with the tag "fundamentals".
React Project – Build a Complete Event App with Auth & Go REST API Integration
Published:You will learn how to build a modern event management app using React, Tailwind CSS, and React Router. Connecting it to a RESTful API built with Go.
Go (Golang) Tutorial 10 - Structs
Published:In this tutorial, we’ll learn about structs in Go, which are used to group related data together and create custom types.
Go (Golang) Tutorial 9 - Maps
Published:In this tutorial, we’ll learn about maps in Go, which are used to efficiently manage collections of key-value pairs.
Go (Golang) 8 - Functions
Published:In this tutorial, we’ll explore functions