Contributions
Article
We will explore what are the disadvantages of loosely typed languages and how generics bridges a gap between the expressiveness of loose typing and strongly typed languages(Golang).
Article
In this blog, We've discussed basics of serialization and deserialization in Go, covering popular formats such as JSON, XML, Gob, Protocol Buffers (protobuf), MessagePack, and YAML.
Article
In this blog post, we’ll delve into the concepts of function types and higher-order functions in Go, exploring how they can be defined, utilized, and leveraged to enhance the efficiency and readability of your codebase.
Article
In this blog, we’ll explore how to effectively manage enums in Golang, including validation techniques to ensure data integrity and reliability.
Article
In this blog, we’ll explore a set of utility functions that serve as a wrapper around the time package to facilitate operations.
Article
Unlock the secrets of efficiency in Golang! Dive into 14 lightning-fast shorthand tricks that will turbocharge your coding experience.
Article
Let’s have a real-world journey to explore how AWS SQS and Lambda can supercharge your application’s performance! We will implement this collaboration using Golang.