30 Aug 25
27 Aug 25
An opinion piece on good API design, has some good points and takeaways. Good reading material for juniors.
22 Aug 25
Internationalization isn’t just translation. It’s about formatting dates, pluralizing words, sorting names, and more, all according to specific locales. Instead of relying on heavy third-party libraries, modern JavaScript offers the Intl API — a powerful, native way to handle i18n. A quiet reminder that the web truly is worldwide.
20 Aug 25
An interesting API/Server for Typescript that makes a Postgres DB directly accessible on the client side with caching. Security model relies on permission, and data is then stored on the browser cache, but this means you could do without a backend middleware for quite a few operations. Works with an existing schema
19 Aug 25
Open-Meteo is an open-source weather API and offers free access for non-commercial use.
09 Aug 25
Mailpit is a free, open-source SMTP testing tool built with Go and Vue. It provides a modern web UI for viewing and testing emails, and includes a REST API for integration testing.
06 Aug 25
Tests an OpenAPI based on invariants.
22 Jul 25
An open source project from Mozilla that helps use multiple models seamlessly.
20 Jul 25
08 Jul 25
06 Jul 25
01 Jul 25
A simple API client (postman like) in your terminal - Julien-cpsn/ATAC
29 Jun 25
Convert OpenAPI/Swagger specifications into clean, self-contained JSON format with resolved references. Support for OpenAPI 2.0, 3.0, and 3.1.
28 Jun 25
via: https://simonwillison.net/2025/May/29/llm-tools-exa/
16 Jun 25
12 Jun 25
An open-source weather API that offers free access for non-commercial use. No API key required.
11 Jun 25
An open-source weather API that offers free access for non-commercial use. No API key required.
07 Jun 25
Generate context with up-to-date documentation for LLMs and AI code editors