go test -v streaming output
Explains the Go 1.14 improvement where `go test -v` streams `t.Log` output in real-time, aiding debugging of long-running tests.
Explains the Go 1.14 improvement where `go test -v` streams `t.Log` output in real-time, aiding debugging of long-running tests.
An introductory guide to Apple's CloudKit framework, covering its safety, use cases, and when to use it for syncing data and storing app configuration.
Announcement of a technical workshop on SQL Server Columnstore Indexes, covering versions, features, and practical techniques.
Analyzing different indentation styles for Clojure's `cond` forms and their impact on code readability.
Introduces a new fluid scale tool integrated with a design token generator for improved CSS workflows and responsive design.
Andy Bell shares a front-end tip for preventing line breaks using a zero-width, non-breaking space HTML entity.
Andy introduces Utopia, a fluid typography tool, and discusses its algorithmic approach to responsive web design.
Best practices for securing Azure Container Registry, including enabling Security Center and disabling admin accounts.
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.
Andy Bell discusses the need for visual feedback in client-side routers and suggests a fallback mechanism to standard links for better UX.
A CSS tip for selecting SVG elements to ensure they fill width correctly, with a link to a code gist.
Andy shares a technical tip about improving DNS resolution by pushing domain nameservers to Netlify, along with an introduction to his work.
A guide to 10 essential Gatsby plugins for enhancing a blog, including analytics, images, syntax highlighting, and comments.
Tutorial on implementing in-memory caching in .NET 10 using IMemoryCache to improve performance by caching frequently accessed data.
Explains NgRx creator functions like createAction, createReducer, and createEffect, detailing their benefits and usage in Angular state management.
A tutorial on using a Makefile to automatically zip subdirectories, handling dependencies and excluding hidden files for tech projects.
A guide to setting up a Visual Studio Code Remote Container for Jekyll development, isolating Ruby and Jekyll dependencies.
A review of major tech trends from the 2010s, focusing on the explosive growth and impact of public cloud computing (AWS, Azure, GCP).
A programmer reflects on a decade of experience, sharing highly opinionated insights on object-oriented programming and software design paradigms.