Explore >> Select a destination


You are here

alexop.dev
| | blog.makerx.com.au
13.2 parsecs away

Travel
| | Node.js now supports running TypeScript directly by stripping types at runtime, eliminating the need for a build step. TypeScript 5.8 introduces the erasableSyntaxOnly flag to ensure compatibility. This may streamline workflows and speed up development, although there are limitations to be aware of.
| | blog.logrocket.com
9.9 parsecs away

Travel
| | Explore what TypeScript types are, with a deep dive into the `never` and `unknown` types and a comparison between them and the `any` type.
| | andreabergia.com
12.3 parsecs away

Travel
| | This post is part of the Languages Opinion series. Welcome back to my mini-series about programming languages. In this post, we will talk about what is probably the world's most used programming language: JavaScript. We will also discuss TypeScript, given its relevance and usage today.
| | brevzin.github.io
94.2 parsecs away

Travel
| Several years ago, I wrote a post about the complexities of implementing comparison operators for optional: Getting in trouble with mixed comparisons. That post was all about how, even just for ==, making a few seemingly straightforward decisions leads to an ambiguity that different libraries handle differently.