|
You are here |
gautier.dev | ||
| | | | |
andreabergia.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | 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. | ||