/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

gautier.dev
| | andreabergia.com
1.8 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.
| | maxschmitt.me
2.6 parsecs away

Travel
| | [AI summary] A tutorial guide explaining how to build a contact form using the Next.js app router and Mailgun via an API route.
| | blog.storical.fun
2.7 parsecs away

Travel
| | [AI summary] A blog post explains how to set up and use an AI Gateway on Cloudflare Workers to process requests, featuring code examples in JavaScript for integrating with Cloudflare's Workers AI.
| | alvaromontoro.com
15.2 parsecs away

Travel
| This is the story of a bug that I found while developing my blog. It may be a bit silly, but it could also be interesting because it showcases a difference in how social networks processed the page's metadata. :: Blog post at Alvaro Montoro's Personal Website.