Deploy LayoutLM with Hugging Face Inference Endpoints
A tutorial on deploying the LayoutLM document understanding model using Hugging Face Inference Endpoints for production API integration.
A tutorial on deploying the LayoutLM document understanding model using Hugging Face Inference Endpoints for production API integration.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.
A technique for future-proofing SQL code by intentionally adding errors to catch unexpected changes in data or logic.
Explains the WebApplicationFactory in .NET for integration testing ASP.NET Core WebAPIs, highlighting its benefits and usage.
An exploration of career pathways in cyber security, focusing on cloud security roles and the lack of industry standardization.
Argues that CSS class-naming conventions like BEM or ECSS remain a pragmatic choice for scalable CSS architecture, even with modern features like Cascade Layers.
A satirical guide on how to misuse and distort the Scrum framework, leading to failure, to highlight common Agile anti-patterns.
An update on the Shotman screenshot tool rewrite, focusing on implementing core features like window, region, and output capture on Wayland.
The gNMIc network management tool suite is donated to Openconfig, expanding its role from a CLI to a feature-rich software suite for gNMI.
A tutorial on fine-tuning Microsoft's LayoutLM model for document understanding and information extraction using the Hugging Face Transformers library.
A gentle introduction to how Stable Diffusion works, explaining its components and the process of generating images from text.
Explains the triangulation technique in Test-Driven Development (TDD) to safely generalize code using multiple test assertions.
Explores Nuxt 3's development-time SSR with Vite, detailing the challenges and solutions for fast server-side rendering during development.
A Django tutorial episode explaining how to safely accept and manage user-uploaded files using FileField and ImageField.
Announcing IdempotentAPI v2.0.0-RC, an open-source .NET library for adding idempotency to APIs, now with support for distributed cluster environments.
A tutorial on deploying a GPU-accelerated TensorFlow Jupyter Notebook on Google Kubernetes Engine (GKE) Autopilot.
A survey for Jakarta EE users to provide feedback on current usage, APIs, and future development plans for Jakarta EE 11 and beyond.
Argues that leadership impact should be measured by results per team member, not by the size of the organization managed.
A tutorial on setting up and using Vitest with React Testing Library for testing React components in a Vite project.
Explores rate limiting concepts for web apps, covering why it's needed, algorithms, and implementation strategies with .NET examples.