/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

lostechies.com
| | ethanmarcotte.com
7.6 parsecs away

Travel
| | It's often suggested that design systems would improve the way organizations work. I've been wondering about that.
| | www.milanjovanovic.tech
7.4 parsecs away

Travel
| | How should you handle errors in your code? This has been a topic of many discussions, and I want to share my opinion. One school of thought suggests using exceptions for flow control. This is not a good approach because it makes the code harder to reason about. The caller must know the implementation details and which exceptions to handle. Exceptions are for exceptional situations. Today, I want to show you how to implement error handling using the Result pattern. It's a functional approach to error handling, making your code more expressive.
| | blog.symphonia.io
8.5 parsecs away

Travel
| | AWS Cloud Development Kit (CDK) has become, in its short history, a very popular infrastructure-as-code tool. It's not too surprising why - it allows engineers to use richer programming languages to define infrastructure, rather than having to use JSON or YAML.
| | felix.plesoianu.ro
22.9 parsecs away

Travel
| [AI summary] The author explores the subjective nature of choosing programming languages, reviewing modern options like Zig and Vala alongside classics such as Ada and Fortran, while analyzing their distinct roles in software development.