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 4 months ago

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 4 months ago

28 Aug 24

A collection of Free Public APIs for Students and Developers. Tested every single day.

by chrisSt 1 year ago saved 4 times

12 Apr 24

Cloudflare Workers now features a built-in RPC (Remote Procedure Call) system for use in Worker-to-Worker and Worker-to-Durable Object communication, with absolutely minimal boilerplate. We’ve designed an RPC system so expressive that calling a remote service can feel like using a library.

by chrisSt 1 year ago

04 Dec 23

Many apps use API keys when authenticating network requests. Although there are better ways of authenticating requests like OAuth with PKCE, but it might not always be possible. One thing what we must keep in mind is that it is fairly simple to extract strings from IPA files and therefore, if we store API keys…

by chrisSt 2 years ago

17 Nov 23

Open-Source ☀️️️️️️️️️️️️️️️️️️️️️️️️️️️️️ Weather API with free access for non-commercial use. No API Key required ✅. Accurate weather forecasts for any location. Open-Meteo provides high-resolution open data ranging from 1 to 11 kilometers from national weather services. With a user-friendly JSON API, integrating weather data has never been easier. Experience the precision and convenience of Open-Meteo’s Forecast API for reliable and comprehensive weather information worldwide.

by chrisSt 2 years ago saved 6 times

22 Jul 23

The Podcast Index is here to preserve, protect and extend the open, independent podcasting ecosystem.

by chrisSt 2 years ago


An API for developers to get information on 4 million podcasts and 95 million episodes.

by chrisSt 2 years ago

09 May 23

A unique multiplayer game built on a free Web API. The best sandbox platform to learn a new skill or apply your knowledge in a fun and meaningful way. Use any programming language with our RESTful API to control the most powerful fleet in universe.

by chrisSt 2 years ago saved 4 times

01 Dec 22

Creating a full-fledged API requires resources, both time and money. You need to think about the model, the design, the REST principles, etc., without writing a single line of code. Most of the time, you don’t know whether it’s worth it: you’d like to offer a Minimum Viable Product and iterate from there. I want to show how you can achieve it without writing a single line of code. The solution The main requirement of the solution is to use the PostgreSQL database. It’s

by chrisSt 3 years ago