/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

metacognitive.me
| | manuel.kiessling.net
3.2 parsecs away

Travel
| | This part introduces JavaScript, a widely used programming language. It guides beginners on how to write and run JavaScript code in a web browser, and covers the most basic components of the language such as values and types.
| | dmitripavlutin.com
3.4 parsecs away

Travel
| | Index signatures in TypeScript let's you annotate objects of unknown structure.
| | microsoft.github.io
4.4 parsecs away

Travel
| | [AI summary] This article provides a comprehensive overview of TypeScript's type system, including function types, generics, and constraints. It discusses how to describe functions, use generics to relate input and output types, and apply constraints to limit type parameters. The text also covers function type expressions, call signatures, and the importance of proper type annotations in ensuring type safety and avoiding runtime errors. Key concepts include function types, generics, constraints, and their applications in real-world scenarios such as handling arrays and objects with specific properties.
| | www.dgendill.com
25.9 parsecs away

Travel
| [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.