PinnedPublished inTowards DevWhy Go (Golang)? Exploring the Features and Benefits of GoIntroduction:Jun 20, 2023Jun 20, 2023
Published inStackademicWhat, Why, and How — Discussion about Clean ArchitectureHi Gophers, Hope you all coding well.Nov 7, 20231Nov 7, 20231
Published inStackademicLogin Page in Go Using net/HTTP: From Templates to Authenticationbefore starting be sure you are familiar with HTTP methods (get, post, put, delete..), HTTP request and response writers, URLs, params…Aug 7, 2023Aug 7, 2023
Pointers in Go: Understanding Memory ReferencesIn Go, pointers are powerful and essential features that allow developers to work with memory addresses directly and achieve efficient data…Aug 4, 2023Aug 4, 2023
Introduction to Microservices, Go-Kit, Grpc. GolangIntroduction to MicroservicesJul 8, 2023Jul 8, 2023
Performing CRUD Operations in PostgreSQL with GoIn this code example, we demonstrate how to perform basic CRUD (Create, Read, Update, Delete) operations in PostgreSQL using the Go…Jul 6, 2023Jul 6, 2023
Unveiling Tomorrow: The Exciting Road Ahead for GolangAfter days of diving deep into Golang tutorials, mastering its syntax, and building robust applications, it’s time to take a break and…Jun 27, 2023Jun 27, 2023
CI/CD Pipeline Configuration with YAMLLet’s dive into CI/CD pipeline configuration using YAML. YAML (Yet Another Markup Language) is a popular choice for configuring CI/CD…Jun 22, 2023Jun 22, 2023
Software Testing Methods in GolangLet’s delve into the different testing methods commonly used in software development:Jun 22, 2023Jun 22, 2023
Published inTowards DevExploring Graph Data Structure with GolangGraphs are a fundamental data structure in computer science and have numerous real-world applications. In this article, we will explore the…Jun 20, 2023Jun 20, 2023