Combining 11ty Static Site Generator with ASP.NET Core
A guide on integrating the 11ty static site generator with an ASP.NET Core backend to build fast, static sites with dynamic capabilities.
A guide on integrating the 11ty static site generator with an ASP.NET Core backend to build fast, static sites with dynamic capabilities.
A developer compares sleep API schemas from Oura, Whoop, and others, analyzing design choices and real-world discrepancies.
Analyzing the 'sandwich' package's behavior with aggregated count data in Poisson regression, comparing standard errors between individual and aggregate models.
Explains how to use Rust's Newtype pattern to safely abstract file name extraction from paths, replacing error-prone code.
A CSS developer explains how fixing a spacing issue by reordering CSS rules, rather than adding more code, highlights the importance of specificity and source order.
A guide to automatically assign team reviewers to Azure DevOps pull requests using a PowerShell script and the Azure DevOps API within a pipeline.
A software engineer shares a key lesson on giving effective, direct feedback to colleagues, learned from personal experience.
A guide to creating custom Azure Functions binding extensions, using Azure Communication Services Email as a practical example.
Explains the difference between event-driven architectures and event-based compute in serverless applications on AWS.
A developer details the first steps of porting the Helios microkernel from x86_64 to aarch64, focusing on the bootloader development.
A developer shares their favorite online tech communities for connection, learning, and contributing, including Virtual Coffee, OpenSauced, and dev.to.
A technical guide on implementing multi-tenancy in Keycloak using a single realm and client, focusing on user attributes and client scopes.
Argues against the 'lossy compression' analogy for LLMs like ChatGPT, proposing instead that they are simulators creating temporary simulacra.
Explains the error NETSDK1194 in .NET builds, why it occurs with recent SDK updates, and how to address it.
A reflection on the end of CSS-Tricks' original spirit after its editor was fired by Digital Ocean, and a personal tribute to its legacy.
A developer shares their wishlist for new CSS features, including an index keyword, resizable form controls, gradient borders with radius, and new pseudo-elements.
Explores the need for CSS flex-wrap detection, detailing use cases like responsive headers and tabs for better layout control.
A technical guide to implementing iOS 16's 'Shared with You' APIs in third-party apps, including code examples and prerequisites.
A React Query maintainer explains the decision-making process for adding new features, comparing modular vs holistic libraries.