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 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.
A developer's technical build log for creating Jumblie, a daily word puzzle game, covering concept, word list generation, and prototyping.
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 on creating a Python script to download songs from ex.fm by analyzing its API, though the service is now defunct.
Explains why to use JSON over Python's pickle for data serialization, covering security, readability, and cross-language compatibility.
Developer creates an open-source web app to calculate screen DPI/PPI, detailing the project's inspiration, features, and development process.