Guest Writing

Photo by Aaron Burden on Unsplash

Featured

An Introduction To Typescript Generics

An Introduction To Typescript Generics

egghead

Every programming language needs to be able to encapsulate functionality to be shared across the codebase. Typescript is no different in that, but it implements this feature in a slightly different way than your usual runtime language. TypeScript uses Generics.

Guest Writing