Analyze sustainability data periodically with GitHub Actions for free
Using GitHub Actions to automate parsing Azure sustainability PDFs into a public JSON file for programmatic use.
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.
A step-by-step tutorial on building a JSON API using Java Spring Boot, Maven, and PostgreSQL.
A tutorial on using pipes and the .[] filter in jq, a command-line JSON processor, for data iteration and transformation.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.
A guide on copying specific elements like queries, metrics, or groups between Azure Workbooks using the Advanced Editor and JSON.
A guide to solving common JSON deserialization issues in .NET, focusing on JsonSerializerOptions and property name casing.
jOOQ 3.18.0 release adds enhanced SQL diagnostics, SQL/JSON support, Oracle/PostgreSQL array features, and R2DBC 1.0 integration.
A tutorial on creating custom VS Code snippets to automate repetitive coding tasks and speed up development workflow.
A guide to handling JSON fields with multiple possible data types (like strings, integers, arrays) during deserialization in Rust using the serde library.
A tutorial on exporting key-value pairs from Azure App Configuration Service to a JSON file using Azure CLI commands.
A developer shares two free tools, n:point and Mockeroo, for quickly mocking and generating API endpoints and data for prototyping and testing.
A tutorial on building a basic jq-like JSON parser in Go, focusing on memory-efficient partial parsing and using Go's profiler for optimization.
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
An updated guide on using the Azure Resource Explorer tool within the Azure Portal to view and analyze Azure resources as JSON.
Explains how to import and strongly type JSON data in TypeScript using the resolveJsonModule compiler option and the typeof operator.
Explains the Web Storage API, focusing on synchronous key/value storage using localStorage and sessionStorage for browser-based data.
Explores two methods for estimating JSON serialization size in .NET: a 100% accurate LengthOnlyStream and a faster, approximate JsonEstimator.
A technical article on optimizing Go's standard JSON encoder for large datasets, achieving up to 55% speed improvements.