Easily Use Design Tokens In Eleventy
A tutorial on integrating design tokens into an Eleventy static site, allowing token values to be shared across CSS, JSON, and templates.
A tutorial on integrating design tokens into an Eleventy static site, allowing token values to be shared across CSS, JSON, and templates.
A tutorial on implementing dynamic, multi-color theme switching for a website using CSS custom properties and Eleventy.
A tutorial on creating a React component to display objects using JSON.stringify for debugging purposes.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
SourceHut introduces code annotations, allowing developers to add markdown and links to source code via CI-generated JSON files.
A technical guide on how to programmatically extract detailed metadata for any iOS app from the Apple App Store using its public API.
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.
A detailed technical guide exploring the purpose, structure, and configuration options of the runtimeconfig.json file in .NET Core applications.
A guide to implementing custom model binders in ASP.NET Core to handle multipart requests containing both JSON data and file uploads.
Tips for enhancing ASP.NET Core configuration using C# features like property initializers and IOptions patterns.
A practical guide to using Go struct embedding to extend API responses with development metadata, avoiding code duplication.
Explains the complexities of deep copying objects in JavaScript, covering shallow copies, JSON methods, and the structured clone algorithm.
Using Azure Stream Analytics with JSON reference data to filter IoT telemetry streams for specific hardware and partners.
Fixing a MySQL JSON import error by converting binary character set strings to utf8mb4 using a regex find-and-replace.
Explains how to convert Node.js Buffer objects to JSON and UTF-8 strings, covering deprecated and current methods.
An in-depth look at Swift 4's Codable protocol, exploring its features for automatic serialization and comparing it to older Apple serialization methods.
An online tool for converting Microsoft Access databases to JSON, MySQL, and SQLite formats, built with Java.
A guide to handling inconsistent JSON structures in Java using custom Jackson deserializers, with a Spring Boot example.