Shiju Varghese·Aug 18, 2025WaitGroup.Go Method In Go 1.25In Go, sync.WaitGroup is a counting semaphore typically used to wait for a group of goroutines to finish. Prior to Go 1.25, a WaitGroup was…
Shiju Varghese·Apr 19, 2025Building OpenAPI Based REST API In Go Using HUMA Framework, With SurrealDBIn this post, I will demonstrate how to build a OpenAPI based REST APIs in Go programming language using Huma REST API Framework, along…
Shiju Varghese·Feb 7, 2024Building REST APIs With Go 1.22 http.ServeMuxPrior to Go 1.22, it has been very difficult to develop REST APIs in Go by simply using Go standard library packages. One primary reason…A response icon1A response icon1
Shiju Varghese·Jul 22, 2023Persisting Data in Service Weaver ApplicationsIn my previous post, Monolith or Microservices, or Both: Building Modern Distributed Applications in Go with Service Weaver, I have given a…
Shiju Varghese·Jul 9, 2023Monolith or Microservices, or Both: Building Modern Distributed Applications in Go with Service…In this post, I will give a brief introduction about Google’s new open source project Service Weaver that lets you write your Go…A response icon1A response icon1
Shiju Varghese·Nov 18, 2022Using NATS JetStream Key/Value Store in GoIn this post, I will provide a brief introduction to the NATS JetStream Key/Value Store using an example with Go programming language. If…A response icon1A response icon1
Shiju Varghese·May 16, 2022Building Event-Driven Distributed Systems in Go with gRPC, NATS JetStream and CockroachDBIn this post, I will give an overview about how to write event-driven distributed systems in Go, with gRPC, NATS JetStream and CockroachDB…A response icon5A response icon5
Shiju Varghese·May 9, 2021Building Distributed Event Streaming Systems In Go With NATS JetStreamIn this post, I will give a brief introduction to NATS JetStream as a distributed event streaming system, which comes from the NATS…A response icon4A response icon4
Shiju Varghese·Oct 22, 2020My Six Years of Experience of as a Go Programming Language Mentor in IndiaIn this post, I will share my experience of working as a consulting solutions architect and a mentor on Go programming language and…A response icon6A response icon6
Shiju Varghese·Sep 20, 2019The Java Baggage: Biggest Bottleneck to Adopt Go in EnterprisesI have been working as a consultant and trainer on Go programming language and distributed systems architectures, in India, and guided a…A response icon1A response icon1