Harsh Rohilla Golang Learning journey I began with the familiar: package main import "fmt" func main() { fmt.Println("Hello, World!") } No hassle setup, no thousands of dependencies—just install Go, type go run main.go, and it worked. Tha... 22-Sept-2025 Personal blog
Harsh Rohilla My experience Learning Programming When I began studying programming, I was extremely thrilled. Writing a few lines and getting the computer to behave as I wished was like magic to me. I recall the joy that I had the first time I execu... 22-Sept-2025 Personal blog