Typescript enums, const enums and readonly mapsEnum basics Enums is one of the nice things Typescript bring to the Javascript development’s …Read more
Typescript typing challenges and type utilitiesRecently I was looking for more knowledge about Typescript typing, how to create more advanced and …Read more
Typescript type narrowing, type guards and type predicates ([var] is [type])One useful feature in Typescript is union types, for example string | number | null, it’s a …Read more
Tips using Typescript and VueTypescript is a great “language”, makes it possible to create more maintainable and …Read more
Start using Typescript in Vue. The easy way.If you program in JavaScript probably somebody told you about the advantages of using Typescript or …Read more