Golang StructsHey there! Let's learn structs in Golang. Struct Struct (aka structure) is used to create custom data types. In Golang we have primitive data types like int, float, complex, boolean, etc, and composite data types, such as arrays, maps, etc. But, what...Feb 14, 2023·8 min read
Learn GoHey there! Before diving into the topic, small heads-up is this blog and coming-up ones aren't solely intended to teach someone but to me too. Also hoping this might act as a reference to my future self. Let's begin Intro to Go Go programming languag...Jan 17, 2023·6 min read
What is VirtualBox? and how to install it in Ubuntu.Hey there! This blog walks you through explaining what the heck is virtualbox and how we can install it in our system. Also feel free to jump to the sections if you're looking for anything specific. Introduction If you're unaware of Virtual Machin...Oct 19, 2022·2 min read