Using Enums in TypeScript is a great way to access particular parameters that are meant to be shared across multiple files, for example access levels...
3 TypeScript Tricks I wish I knew when I learned TypeScript
TypeScript is a big Superset of JavaScript which has many features which might not be shown in every beginner tutorial. This post has three of them to make your life easier learning TypeScript.
Managing dependencies of multiple projects across multiple repositories can be time-consuming and error-prone. A monorepo, on the other hand, is a code management or architectural concept that consolidates all the isolated codebases of multiple proje...