27 Aug 25

An opinion piece on good API design, has some good points and takeaways. Good reading material for juniors.

by sebastien 5 months ago

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.

by chrisSt 5 months ago

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

by sebastien 5 months ago

19 Aug 25

Open-Meteo is an open-source weather API and offers free access for non-commercial use.

by cos 5 months ago saved 6 times
Tags:

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.

by chrisSt 6 months ago

06 Aug 25

Tests an OpenAPI based on invariants.

by sebastien 6 months ago saved 2 times

22 Jul 25

An open source project from Mozilla that helps use multiple models seamlessly.

by sebastien 6 months ago

01 Jul 25

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.

by ivanhercaz 7 months ago

28 Jun 25

via: https://simonwillison.net/2025/May/29/llm-tools-exa/

by silas 7 months ago
Tags:

12 Jun 25

An open-source weather API that offers free access for non-commercial use. No API key required.

by ark 7 months ago saved 6 times

11 Jun 25

An open-source weather API that offers free access for non-commercial use. No API key required.

by SergeantBiggs 7 months ago saved 6 times

07 Jun 25

Generate context with up-to-date documentation for LLMs and AI code editors

by tobhar 8 months ago saved 4 times
Tags: