Writing a simple JSON library from scratch: a tour through modern C++
A walkthrough of building a basic JSON parsing library from scratch using modern C++ features like move semantics and smart pointers.
A walkthrough of building a basic JSON parsing library from scratch using modern C++ features like move semantics and smart pointers.
Explores YAML's lesser-known features, starting with its relationship to JSON and how JSON syntax is valid YAML.
A tutorial on using the JavaScript fetch() API to make GET and POST requests with JSON data, including setting headers and parsing responses.
A technical guide on building a performant object previewer in JavaScript to avoid UI freezes when handling large data structures.
Explains how to customize JSON encoding/decoding for external Swift types like TimeZone using wrapper types and Codable.
A beginner's tutorial on building a basic JSON API using the Python Flask web framework, covering setup, routing, and CRUD operations.
Explores the surprising flexibility of YAML keys, including spaces and special characters, with examples from Home Assistant config.
A tutorial on how to read and test JSON objects and arrays using the Cypress testing framework, covering dot and bracket notation.
A critique of Signal's centralization and a proposal for a federated, protocol-based chat app with end-to-end encryption.
A technical guide on using ksqlDB to process and transform complex JSON data from ActiveMQ via Kafka Connect, including array splitting.
A guide to quickly profiling data in Apache Kafka topics using the kafkacat and visidata command-line tools for data exploration.
A tutorial on building a full CRUD REST API using only Django's core features, without the Django Rest Framework.
A step-by-step React tutorial for building a simple blog application using JSON data, covering components, state, props, and deployment.
A tutorial on using static JSON files with Netlify to serve data in a JAMStack architecture, avoiding database costs.
A guide on extracting and parsing JSON data from websites and public APIs using R, focusing on converting nested JSON into tidy dataframes.
A technical guide on using Unix pipelines with curl, xq, and kafkacat to ingest and transform XML data into JSON for Kafka.
A technical guide on processing chunked HTTP responses in Go to handle streaming JSON data from a database without waiting for EOF.
A technical tutorial demonstrating how to access and query nested JSON arrays in ksqlDB using array indexing and the EXPLODE function.
Explains why Go's json.Unmarshal behaves differently when passed a pointer variable vs. the address of a pointer, clarifying pointer mechanics.
A tutorial on integrating design tokens into an Eleventy static site, allowing token values to be shared across CSS, JSON, and templates.