/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.isquaredsoftware.com
| | v5.chriskrycho.com
3.4 parsecs away

Travel
| | Semantic Versioning, library & framework evolution, programming language design, type systems, and you.
| | andreabergia.com
3.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.
| | adambard.com
1.9 parsecs away

Travel
| | [AI summary] A web developer compares three strongly typed JavaScript alternatives-TypeScript, Bucklescript, and Elm-by analyzing their features, build tooling, interop capabilities, and coding experiences.
| | blog.jcoglan.com
9.8 parsecs away

Travel
| [AI summary] This technical article explores the challenges and solutions for implementing strict named argument semantics in JavaScript, comparing approaches from Ruby and Python, and detailing how TypeScript's type system and runtime checks like Object.keys() can enforce required fields and reject unwanted options while handling prototype pollution risks.