SPShashank Priyadarshiinhashnode.ssnk.in·Sep 16, 2023 · 5 min readTraffic Light Simulator in AngularBuilding a traffic light simulator in Angular Context While procrastinating on YouTube today, I came across this short video of a traffic light simulator in React. It was then that I had an idea: why not embark on a series of articles where I constru...00
SPShashank Priyadarshiinhashnode.ssnk.in·Mar 4, 2023 · 3 min readOOP in Go: InterfacesIn the last article, we discussed Go structs, and how they can be used to mimic key OOP concepts like Encapsulation, Abstraction and Inheritance. A Go interface is a collection of method signatures that define behaviors. An interface is defined using...00
SPShashank Priyadarshiinhashnode.ssnk.in·Feb 24, 2023 · 2 min readOOP in Go: StructsGo is a statically typed language that supports object-oriented programming(OOP) concepts, but is not an OOP programming language. One of the key features of Go is its support for struct types and interfaces. A struct is similar to a class in object-...00
SPShashank Priyadarshiinhashnode.ssnk.in·Feb 14, 2023 · 1 min readAbout me!As an elementary school kid, and even later, I remember having participated in multiple public speaking events, and eventually forgetting what I was supposed to speak, on stage, in front of an audience. And when you have friends who clap hard when yo...00