Using the Moved Block in Terraform 1.1
Explains how to use Terraform 1.1's new 'moved' block to safely refactor infrastructure code without destroying existing resources.
Explains how to use Terraform 1.1's new 'moved' block to safely refactor infrastructure code without destroying existing resources.
A guide to automatically setting Helm Chart version and appVersion properties using GitHub Actions CI/CD pipelines, ensuring Semantic Versioning compliance.
The author announces a new website section for sharing slides and coverage from their workshops and talks, including a 'making of' story.
A Swift extension simplifies rounding specific corners of a CALayer by providing more intuitive constant names like .bottomLeft.
Explains how to add delays to Swift Tasks using Task.sleep, with examples and a custom delayed task abstraction.
A technical guide on installing and testing Knative serverless on Google Kubernetes Engine (GKE) Autopilot, detailing encountered issues and workarounds.
Explains when and how to implement the Equatable and Identifiable protocols in Swift for effective domain modeling with value types.
A quick guide to installing the Knative CLI tool 'kn' on Google Cloud Shell, including download and PATH setup.
Analyzes post-deployment ML issues and categorizes them to advocate for better monitoring tools, using Zillow's case as an example.
A developer details their migration from Azure DevOps to GitHub Actions for CI/CD, including setup steps and configuration.
The article critiques generic writing advice and argues for finding a personal style, using examples from famous programming bloggers.
Explains how to use the import.meta object in JavaScript ES modules to access metadata like the module's URL in browsers and file path in Node.js.
A developer reflects on their hands-on learning style and announces a new book on practical Go programming for scalable applications.
A report on JCON 2021, a virtual Java conference, covering talks on Jakarta EE, MicroProfile, Quarkus, and Java on Azure.
A developer's experience and commentary on integrating OpenTelemetry for tracing and observability within Python Flask functions on OpenFaaS.
A tutorial on creating a custom React Native hook to toggle password visibility in login forms, improving user experience.
A software engineer critiques the poor interview processes at many tech companies and argues that a great candidate experience can be a competitive advantage.
A technical guide on running RSQL for Redshift within an AWS Fargate container, including setup, configuration, and containerization steps.
Presentation slides and video from a talk about the GlassFish application server at the JakartaOne 2021 livestream event.
Explores using Swift's async/await for lightweight dependency injection and easier unit testing of asynchronous networking code.