Emmanuel John I'm a full-stack software developer, mentor, and writer. I am an open source enthusiast. In my spare time, I enjoy watching sci-fi movies and cheering for Arsenal FC.

Stories by Emmanuel John

TypeScript Mixins

TypeScript mixins: Examples and use cases

Dev

Circumvent class constraints in TypeScript by using mixins, special classes that contain a combination of methods that can be used by other classes.

Emmanuel John
Apr 1, 2021 ⋅ 3 min read

Organize code in TypeScript using modules

Dev

Using TypeScript modules helps structure your applications, increasing code reusability and testability, and improving the overall organization of your builds.

Emmanuel John
Jan 13, 2021 ⋅ 4 min read