TypeScript calls itself a JavaScript superset and compiler while Flow is a static type checker. TypeScript is developed by Microsoft and highly inspired by C# or Java type systems. What I find interesting is that TypeScript is actually written in TypeScri... (more…)
Read more »
When we start writing GUI application specifically with javascript, it become very easily unorganised and tightly coupled with the screen… (more…)
Read more »
1. TypeScript Express tutorial #1. Middleware, routing, and controllers2. TypeScript Express tutorial #2. MongoDB, models and environment variables3. TypeScript Express tutorial #3. Error handling and validating incoming data4. TypeScript Express tutorial... (more…)
Read more »
This article discusses the technology decisions that we made in developing our latest desktop site, and how those choices allowed us to deliver the site in the face of pressures outside our control. (more…)
Read more »
Validation made easy using TypeScript decorators. Contribute to typestack/class-validator development by creating an account on GitHub. (more…)
Read more »