DIY API with Make and {plumber}
A tutorial on creating a custom API using Make and the R package {plumber} to serve live data for dynamic dashboards in Quarto with Observable JS.
A tutorial on creating a custom API using Make and the R package {plumber} to serve live data for dynamic dashboards in Quarto with Observable JS.
The article argues that software testing is a valid and valuable entry point into the IT industry, addressing common criticisms of this view.
Explains how to use Microsoft Sentinel playbooks and Conditional Access to respond to security incidents involving compromised Microsoft Entra Workload Identities.
How an IT team uses brainstorming sessions to tackle ambiguous challenges like upcoming ESG regulations and develop innovative software solutions.
Explores common anti-patterns when using a layered approach to structure Terraform (IaC) projects, discussing its origins and suitability.
Updated guide on building a single Angular standalone app for multiple environments using configurable settings, replacing older environment files.
A guide on using Hugo's built-in syntax to highlight specific lines within markdown code blocks for technical blog posts.
Guide to scaling LLM inference on Amazon SageMaker using new multi-replica endpoints for improved throughput and cost efficiency.
A technical exploration of Gleam's Foreign Function Interface (FFI) for leveraging Erlang and Elixir libraries, with practical code examples.
A developer's prank NPM package called 'everything' that depends on all public packages causes dependency chaos and highlights registry policy flaws.
A guide to building and using a lightweight Docker container image for the OpenStack Client, making it portable and dependency-free.
A developer explains how they fully switched from Chrome to Firefox by using Firefox Containers to manage Google services like Messages, Chat, and Docs.
A detailed review of the Dygma Defy, a high-end split mechanical keyboard with programmable keys, wireless options, and RGB lighting.
Explores how const strings in C# can be modified using unsafe code and string interning, despite being compile-time constants.
Explains how jOOQ 3.19's implicit joins can automatically eliminate unnecessary table joins from SQL queries, improving performance.
Introduction to a new blog focused on Microsoft Azure, covering deployment guides, new services, and troubleshooting tips.
Rust-based JavaScript linters offer speed but currently lack full type-checked linting capabilities compared to ESLint with typescript-eslint.
A developer's exploration of font selection for websites and coding, covering criteria, cost, and specific monospaced fonts for programming.
A guide on configuring the Typer library in Python to automatically display help text when a CLI tool is run without arguments.
A developer details their week-long project building a minimal, in-memory storage engine for MariaDB/MySQL in C++, covering the process and API comparisons.