/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

preslav.me
| | drewdevault.com
4.5 parsecs away

Travel
| | [AI summary] The article discusses the author's criteria for choosing programming languages, evaluating their strengths and weaknesses across various languages like C, Go, Rust, Python, and others.
| | quii.dev
2.3 parsecs away

Travel
| | Chris James, London - Software Engineer
| | alexop.dev
4.5 parsecs away

Travel
| | Learn to write robust, predictable TypeScript code using Rust's Result pattern. This post demonstrates practical examples and introduces the ts-results library, implementing Rust's powerful error management approach in TypeScript.
| | blog.hmpl-lang.dev
22.5 parsecs away

Travel
| In this short article I would like to consider working with asynchrony in HMPL. By default, in order to get a response from the server after an unspecified time, you need to specify a callback function in HMPLRequestInit. The key will be get. In the code, it looks like this:...