Voxelize!!!!! Voxelize is a library I wrote to build voxel games like Minecraft in the browser; very optimized, multiplayer, and super fun :)) Please let me ... (more…)
Read more »
The TypeScript type system is immensely powerful, and while the language itself is, of course, Turing complete, so is the type system itself. This allows us to implement types that are far more sophisticated than what is possible in most popular programmi... (more…)
Read more »
Today we’re excited to announce our Release Candidate of TypeScript 5.0! Between now and the stable release of TypeScript 5.0, we expect no further changes apart from critical bug fixes. This release brings many new features, while aiming to make TypeScri... (more…)
Read more »
Today we’re excited to announce the release of TypeScript 4.2! For those who aren’t familiar with TypeScript, it’s an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what th... (more…)
Read more »
As with any craft, mastery takes practice, patience, and more practice. Writing code is no different… (more…)
Read more »