The more complex your system gets, the more we need to lean on the correct abstractions to keep things maintainable. This principle helps you keep your methods and functions focused, cohesive, and easy to understand in a system with several abstractions. (more…)
Read more »
Today we’re proud to release TypeScript 4.1! If you’re unfamiliar with TypeScript, it’s a language that builds on JavaScript by adding syntax for type declarations and annotations. This syntax can be used by the TypeScript compiler to type-check our code,... (more…)
Read more »
WIP ISO 7185 Pascal interpreter. Contribute to komninoschat/psi development by creating an account on GitHub. (more…)
Read more »
The personal blog of Jean-Francois 'Jeff' Moy, Software Engineer at heart. CTO @ Ksubaka in London, United Kingdom... (more…)
Read more »
In which situations should you give React with TypeScript a try, and when is it better to stick to JavaScript? Speaking of my own experience, I walk you through the pros and cons of a TypeScript based frontend. (more…)
Read more »