/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

humbletoolsmith.com
| | campedersen.com
2.5 parsecs away

Travel
| | I've been fighting with enums in TypeScript this week. Specifically, whether it's better to use a string literal type or enum to represent a reused value. They'
| | andreasimonecosta.dev
2.9 parsecs away

Travel
| | Let's try to clarify, once and for all, the true essence of type parameters.
| | blog.bittersweetryan.com
3.1 parsecs away

Travel
| | In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function...
| | www.abubalay.com
17.4 parsecs away

Travel
| [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions.