/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

www.oh-no.ooo
| | andrewlester.net
5.1 parsecs away

Travel
| | One key difference between types and interfaces in TypeScript.
| | andreabergia.com
3.9 parsecs away

Travel
| | Error handling is a fundamental aspect of programming. Unless you are writing hello world, you will need to handle errors in your code. In this post, I will discuss a bit the most common approaches used by various programming languages. Return error codes This is one of the most ancient strategies - if a function can fail, it can simply return an error code - often a negative number, or null.
| | spiess.dev
5.0 parsecs away

Travel
| | I've recently been working more with structured logging and as part of this, I wanted to build a TypeScript scheme mapper for creating table...
| | hamatti.org
16.8 parsecs away

Travel
| I love how in Eleventy, you can build a site step-by-step and at each small step, have a functional website. In this post, I describe a workshop structure I've used lately to teach a few of my friends how to build a static site with Eleventy.