Pimp Your GitHub Profile with Books You Read
A guide to using GitHub Actions to automatically sync your Goodreads reading list to your GitHub profile README.
A guide to using GitHub Actions to automatically sync your Goodreads reading list to your GitHub profile README.
A guide to best practices for using Styled Components in React, covering team alignment and code organization.
Survey results show developer preference for integrating MicroProfile specifications into Jakarta EE, including namespace alignment.
Explains how to customize HTTP responses for failed authorization in ASP.NET Core 5.0 using the IAuthorizationMiddlewareResultHandler interface.
Explains the critical role of good documentation in software development, highlighting its benefits for maintenance, onboarding, and knowledge transfer.
A guide to conditionally showing/hiding top-level menus in SwiftUI for macOS apps, including a workaround using AppKit.
SolidJS is a frontend framework combining React's familiar syntax with Svelte's compilation approach for better performance and smaller bundles.
Explores event sourcing as a pattern for software development, challenging the notion it's only for large-scale projects and discussing its core concepts.
A tutorial on generating professional documentation websites for Python projects using Sphinx and Read the Docs, leveraging existing docstrings.
A tutorial on using Hugging Face Transformers and Amazon SageMaker for distributed training of BART/T5 models on a text summarization task.
A guide to setting up Prometheus and Grafana to monitor system, GPU, and Dask metrics for RAPIDS workloads.
A guide on migrating from DynamoDB Local to AWS-managed DynamoDB for testing, covering the benefits and implementation steps.
A discussion on analyzing confusing Gherkin scenarios in software testing, focusing on understanding domain intent before rewriting.
GlassFish, the Jakarta EE implementation, now successfully compiles and runs on JDK 16, marking a major milestone for compatibility with modern Java versions.
Explains how to implement high availability for Azure web apps using private endpoints and SQL failover groups across multiple regions.
Announcing Sourcery Pro, a new macOS app that extends Xcode's capabilities, built from over 1000 hours of development work.
A guide to speeding up local Storybook development by filtering and running only specific component stories instead of building all stories.
A developer's perspective on Event Sourcing as a paradigm shift from traditional MVC/CRUD, based on a guest post for Event Store.
Java 17 release schedule, Vector API details, and record serialization updates from the OpenJDK community.
A guide to configuring VSCode to auto-format code on save using an existing project's ESLint configuration instead of Prettier.