Today
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.
11 Dec 25
Voiden.md is an offline-first, Git-native API workspace that unifies specs, docs, tests, and mocks using programmable Markdown blocks. Build APIs the way you actually work.
27 Oct 25
JupyterGIS - Collaborative GIS editor in Jupyter.
Features - Collaborative GIS Environment: Work together on geographic data projects in real-time.
QGIS File Support: Load, visualize, and manipulate QGIS project files (.qgs, .qgz), and other GIS data formats.
Interactive Maps: Render interactive maps and geospatial visualizations within Jupyter notebooks using the JupyterGIS Python API.
This demo runs a JupyterLab instance entirely in your browser with WebAssembly! 🤯
24 Oct 25
Tenno is an app that lets you create powerful dynamic documents where you can easily add and orchestrate computational elements. You can think of it as a mix between Word and Excel with a sprinkle of Javascript. You could also think of it as a more interactive and user friendly version of Jupyter notebooks. With Tenno you can build formulas like you do in spreadsheets, you can create charts, but you can also easily call APIs and mix and match everything. Tenno has an interactive live mode, where you see changes as you type, allowing for a very quick iteration loop. If you are into literate programming, Tenno could be something for you.
LibreTranslate is a free and open-source machine translation API that allows users to translate text between numerous languages using a web interface, and it can be downloaded for offline, self-hosted use.
Hacker News RSS provides a free service that generates custom, real-time RSS, Atom, and JSON feeds for Hacker News, allowing users to filter posts by points, comments, keywords, users, and various categories like “Ask HN” and job listings.
The Launch Library 2 (LL2) API is a free, comprehensive database provided by TheSpaceDevs that tracks all orbital rocket launches, space events, space stations, and astronaut information.
23 Oct 25
Apparently it’s good!
15 Oct 25
Just converted from Severless to Monolith with great performance benefit. Monoliths are easy to deploy, so I don’t get why they didn’t do that from the get go if self-hosting was a requirement.
Just converted from Severless to Monolith with great performance benefit. Monoliths are easy to deploy, so I don’t get why they didn’t do that from the get go if self-hosting was a requirement.
29 Sep 25
Canvas support on the server for Node, also works in interact mode!
20 Sep 25
Ultimate Platform for Accelerating AI Image and Video Generation
12 Sep 25
10 Sep 25
A relatively new, all encompassing backend platform for webapps.
09 Sep 25
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