Blazor Client - Loading Screen
A tutorial on improving the user experience of a Blazor WebAssembly app by creating a custom loading screen with a progress bar.
A tutorial on improving the user experience of a Blazor WebAssembly app by creating a custom loading screen with a progress bar.
A senior engineer at Lyft outlines the risks of using third-party libraries in production apps and proposes a framework for consistent risk assessment.
A visual history of PHP Data Transfer Objects (DTOs) evolving from PHP 5.6 through modern versions, showcasing syntax improvements.
A technical guide explaining how to use the $sort stage in MongoDB's aggregation pipeline, covering single/multi-field sorting, case sensitivity, and memory limits.
Explores methods for statistical inference by combining survey data with other datasets, using examples from public health and rank tests.
A technical tutorial on creating geographic heatmaps using Python, ClickHouse, QGIS, and Uber's H3 library with OpenCelliD cell tower data.
An interview transcript explaining Deno, a modern JavaScript/TypeScript runtime created by Node.js founder Ryan Dahl to address Node's shortcomings.
Guide to running SketchUp Make 2017 on an M1 Mac with macOS Monterey by removing code signatures via Terminal.
Exploring the best HTML and ARIA patterns for accessible button groups, comparing radio buttons vs. buttons with aria-pressed based on expert advice.
A presentation on WebAssembly (Wasm) covering its definition, characteristics, and developer experience with code examples.
Explores Data-Oriented Programming in Java, focusing on using records, sealed types, and pattern matching to model immutable data.
Developer announces Hondo, a continuous, Wordle-inspired word game with energy mechanics and special abilities.
A guide to eight common mistakes developers make when using the Cypress testing framework, with practical solutions to avoid them.
A talk from EuroPython 2022 on creating web maps using Django and its GeoDjango module, covering geospatial data storage and queries.
A quickstart guide for running Arm-based workloads on Google Kubernetes Engine (GKE) Autopilot, covering setup, deployment, and troubleshooting.
Introducing Rety, a tool for creating replayable live coding demos to enhance teaching and conference talks without the stress of live typing.
Learn to optimize Hugging Face Transformers models for GPU inference using Optimum and ONNX Runtime to reduce latency.
Using R and the magick package to automate the processing and centering of profile pictures for a conference, saving manual effort.
caffeine-ng v4.0.0 released, featuring a CLI rewrite with click, Xfce presentation mode support, and a move to Codeberg.
A guide to automatically commenting on GitHub Pull Requests using GitHub Actions, covering authentication, security, and workflow setup.