The What, Why, and When of Single-Table Design with DynamoDB
A deep dive into single-table design for DynamoDB, covering its concepts, benefits, and trade-offs for scalable applications.
A deep dive into single-table design for DynamoDB, covering its concepts, benefits, and trade-offs for scalable applications.
A talk exploring Java's evolution from version 17 to 21, covering new features like virtual threads and pattern matching, with a linked code repository.
A quick Git tip on removing committed files and a brief introduction to the author's web development work and courses.
Andy Bell discusses the importance of remembering web history and standards while acknowledging the modern, diverse web development landscape.
A guide offering 10 practical tips for writing clearer, more maintainable, and effective software tests, focusing on documentation and isolation.
A guide to deploying serverless container applications using Google Cloud Run and Pulumi for infrastructure as code.
Guide to configuring CircleCI to automatically push commits back to a GitHub repository using SSH deploy keys for generated artifacts like reports or docs.
An introduction to asynchronous JavaScript, covering callbacks, promises, and async/await for non-blocking code execution.
A tutorial on implementing fragment routing (linking to specific page sections) in Blazor applications using JavaScript interop.
Learn Go programming by studying the source code of popular container projects like containerd, CNI, and cri-o.
Guide to using Azure Policy to audit and automatically apply CanNotDelete resource locks on Azure Resource Groups based on specific tags for governance.
An introduction to Windows Admin Center (WAC), a free web-based tool for managing Windows servers, covering its purpose, architecture, and deployment options.
Andy Bell discusses the need for visual feedback in client-side routers and suggests a fallback mechanism to standard links for better UX.
A technical guide on implementing a repository-like querying interface directly within an Entity Framework Core DbContext, avoiding custom repository classes.
A tutorial on implementing dark mode for websites using CSS custom properties and the prefers-color-scheme media query.
A developer shares techniques to optimize Angular app performance by reducing unnecessary change detection cycles in a complex scheduling application.
A guide to integrating Python logging with Datadog using the daiquiri library for real-time log indexing and search.
A guide to using type predicates and helper functions in TypeScript to safely check for object properties and narrow types.
The author revives their blog 'Inspiring Online' with longer posts, a redesign, and a migration from Jekyll to Hugo hosted on Netlify.
Explains how to build a real-time analysis pipeline for DynamoDB data using DynamoDB streams and AWS Lambda functions.