Building BKMRKS | A Lightweight Bookmarks Manager Project
A developer shares the journey of building BKMRKS, a lightweight, static-first bookmark manager using React and JSON files, eliminating the need for a database.
A developer shares the journey of building BKMRKS, a lightweight, static-first bookmark manager using React and JSON files, eliminating the need for a database.
A technical guide explaining how to resolve at:// URIs and locate JSON data on the AT protocol's 'atmosphere' network.
A technical article describing a solution for sorting hierarchical data fields using string interning in C, focusing on maintaining original order while grouping nested structures.
A guide explaining how to export your Google Maps Timeline data from an Android phone to a JSON file, and mentions tools to convert it to GPX.
A beginner's guide to understanding JSON syntax and using Node.js to read and write files, part of a web development series.
Explores using JSON arrays over objects for serialization in jOOQ's MULTISET operator, focusing on performance and reliability.
Introduction to Spectral, an open-source API linting tool for OpenAPI and custom rulesets, with setup guides and demo.
A technical guide on exporting and transferring reading highlights from KOReader using WebDAV and command-line tools.
Explains how to decode Swift Codable types when required data is missing from the JSON source, using partial models.
Explores the concept of 'Progressive JSON', a method for streaming JSON data to clients in a usable, incomplete state, similar to Progressive JPEGs.
A developer details implementing storage for an election data project using Firestore and JSON files, focusing on abstraction and serialization patterns.
PostgreSQL 18 adds a new parameter to json{b}_strip_nulls functions to also remove null elements from arrays, enhancing JSON data cleaning.
A technical walkthrough of loading and exploring UK Environment Agency flood data using DuckDB and Rill for a streaming pipeline project.
Explores JWCC, a JSON extension adding comments and trailing commas, comparing it to JSON5, HuJSON, JSONC, and Hjson.
Explains the ECMAScript 'Import Attributes' feature for importing non-JavaScript artifacts like JSON and WebAssembly, now at Stage 4.
The article critiques JORM-style APIs, explaining why they are not true REST and how hypermedia-driven design solves coupling and evolvability issues.
Explains how to emulate SQL's FILTER clause for JSON aggregate functions in Oracle, addressing NULL value handling in JSON arrays and objects.
Using GitHub Actions to automate parsing Azure sustainability PDFs into a public JSON file for programmatic use.
Specification and development status of valarmd, a paused daemon project for showing desktop notifications from calendar alarms.
A developer's technical build log for creating Jumblie, a daily word puzzle game, covering concept, word list generation, and prototyping.