Where It's at://
A technical guide explaining how to resolve at:// URIs and locate JSON data on the AT protocol's 'atmosphere' network.
A technical guide explaining how to resolve at:// URIs and locate JSON data on the AT protocol's 'atmosphere' network.
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 the concept of 'Progressive JSON', a method for streaming JSON data to clients in a usable, incomplete state, similar to Progressive JPEGs.
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.
A developer's technical build log for creating Jumblie, a daily word puzzle game, covering concept, word list generation, and prototyping.
A guide to handling JSON fields with multiple possible data types (like strings, integers, arrays) during deserialization in Rust using the serde library.
Explores two methods for estimating JSON serialization size in .NET: a 100% accurate LengthOnlyStream and a faster, approximate JsonEstimator.
A Django tutorial explaining user session data, how it works, its storage engines, and how to access it via request.session.
A tutorial on implementing dynamic, multi-color theme switching for a website using CSS custom properties and Eleventy.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
A guide on how to extract your personal run data from the Nike Run Club app using a bash script and visualize it with Python.
Tips for enhancing ASP.NET Core configuration using C# features like property initializers and IOptions patterns.
A developer documents their journey creating a Whitney Houston song API from scratch using Python, web scraping, and JSON.
A developer shares a simple JavaScript script to automatically generate a talks list from a JSON file, eliminating manual HTML updates.
A guide to seven essential command-line tools (jq, csvkit, Rio, etc.) for data scientists to obtain, scrub, explore, and model data.
A guide on creating a Python script to download songs from ex.fm by analyzing its API, though the service is now defunct.