Building Better Docs - Automating Jekyll Builds and Link Checking for PRs
How to automate Jekyll documentation builds and link checking using GitHub Actions for PRs, improving contributor workflow.
How to automate Jekyll documentation builds and link checking using GitHub Actions for PRs, improving contributor workflow.
Advocates for 'async first' communication in tech teams, using meetings only as an escalation point for complex discussions.
AWS announces general availability of Amazon CodeCatalyst, a unified DevOps service for planning, coding, building, testing, and deploying applications.
A guide to building multi-architecture Docker images for both amd64 and arm64 processors using AWS CodeCatalyst workflows.
Explores the challenges of applying signed rank tests to complex survey data and proposes a design-independent rank transformation method.
Explores the benefits and various methods of using Git version control to manage and synchronize user configuration files (dotfiles) across multiple systems.
Introducing rc, a new Unix shell inspired by Plan 9 rc, designed to fix quoting issues and improve on POSIX shells with better list and string handling.
A talk on creating interactive web maps using Django's GeoDjango module with PostGIS, presented at Citus Con 2023.
A talk from PyCon DE 2023 on creating web maps using Django and its GeoDjango module, covering data storage and geospatial queries.
Explains covariance and contravariance in C# generics with practical examples from the .NET Framework.
A consultant provides 20 questions to assess the maturity, predictability, and effectiveness of software development teams and their processes.
A biweekly newsletter summarizing the latest news, articles, and tools in mobile test automation for iOS and Android development.
Explores performance improvements in .NET 8 Preview 3, comparing benchmarks for string operations and other features against .NET 6 and 7.
Explains JEP 443: Unnamed Patterns and Variables in Java, a feature to eliminate the need for unused variable declarations in lambdas, catches, and patterns.
Introduces cdk-nag, an open-source tool for automated security and compliance checks in AWS CDK infrastructure-as-code projects.
A technical guide detailing the process of installing postmarketOS with full-disk encryption on a OnePlus 6 smartphone.
A consultant outlines six common signs that a software system's architecture lacks visibility and discoverability, hindering developer understanding and maintenance.
An analysis of the Free Software Foundation's declining influence, ineffective messaging, and failure to adapt to the modern open source landscape.
A data-driven analysis revisiting the Performance Golden Rule, showing frontend still dominates page load time, with modern data from HTTP Archive.
A guide to five practical C# extension methods for enhancing Task<T> operations, including fire-and-forget, retry, and timeout patterns.