Aravindhan Ashok

Aravindhan Ashok

Chennai
Aravindhan leads engineering at Radar Ventures. Passionate about microservices, Kubernetes, and containers. Avid gamer.
Nov
18

Golang Tutorial 8: Concurrency in GoLang

Concurrency is a fundamental programming paradigm that allows multiple tasks to execute simultaneously, enabling efficient utilization of resources and improved
3 min read
Nov
18

Golang Tutorial 7: Structures in GoLang

Structures, also known as structs, are fundamental data types in GoLang, providing a mechanism for grouping related data items into
2 min read
Nov
18

Golang Tutorial 6: Maps - Efficient Associative Data Structures in GoLang

Maps, also known as hash tables or dictionaries in other languages, are fundamental data structures in GoLang, providing a powerful
2 min read
Nov
18

Golang Tutorial 5: Mastering Loops for Efficient Iteration in GoLang

Loops are fundamental programming constructs that allow for repeated execution of a block of code until a certain condition is
2 min read
Nov
17

Weaver: Mastering the Elusive Weaver

Weaver, also known as the "The Outworld Devourer," is a formidable agility-based carry hero in Dota 2. Renowned for his
2 min read
Nov
17

Phantom Assassin: A Comprehensive Guide to Mastering the Agile Carry

Phantom Assassin, also known as Mortred, is a formidable carry hero in Dota 2, renowned for her exceptional agility, critical
2 min read
Nov
16

Golang Tutorial 4: Conditional Statements

Conditional statements are fundamental control flow constructs in programming languages, allowing developers to make decisions based on certain conditions. In
2 min read
Nov
16

Golang Tutorial 3: Understanding Constants, Variables, and Functions in GoLang

Constants, variables, and functions are fundamental building blocks of programming languages, providing a means to store and manipulate data, organize
2 min read
Nov
16

Implementing a Multiple Schema Multi-Tenant System in GoLang

Managing multiple tenants or clients within a single database infrastructure can be a complex task. Fortunately, GoLang provides the necessary
2 min read
Nov
16

Database Migration and Version Control for Multiple Schema Multi-Tenant Systems

In the realm of software development, managing database schema changes is a crucial aspect of maintaining application functionality and data
2 min read