Gokul Chandrasekaran

Software

Go Interfaces, Explained for TypeScript Developers | HackerNoon

As someone who has worked primarily with Typescript over the last few years, learning Golang was challenging as much as it was stimulating. Recap: What are interfaces? Interfaces ensure consistent behavior without focusing on implementation details. Interfaces in TypeScript are structural TypeScript is a structurally typed type system, one way it achieves this is using interfaces. They allow you to define the structure of objects you expect to handle within your code. Let’s take a

Read More »