5th February 2020 at 16:58
A developer shares the joy of returning to hands-on HTML, CSS, and JS coding after a month focused on static design tools.
A developer shares the joy of returning to hands-on HTML, CSS, and JS coding after a month focused on static design tools.
A critique of the Gatsby team's comparison of JavaScript and image sizes, arguing it's misleading for web performance.
Announcement of a pre-conference workshop on SQL Server Columnstore Indexes at SQLSaturday Cincinnati, covering versions, batch mode, and Azure Synapse features.
Explains three methods to access object properties in JavaScript: dot notation, bracket notation, and object destructuring.
Introduction to Clean Architecture principles and a new .NET Core solution template for building enterprise applications with Angular and ASP.NET Core.
A guide to becoming a full-stack web developer in 2020, covering required skills, evolving tech stacks, and modern architectures like JAMstack.
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.