ModulizeA Flexible Task Runner Script for Modular Projects
Modulize is a bash task runner script designed to provide flexibility in managing and executing tasks for modular projects. It allows you to run specific tasks on individual modules or the entire project, making it easier to maintain and control the build process.
#Continuous Integration
Projects
Posts
Cargo Cult Testing: When Your Test Suite Proves Absolutely NothingHow teams end up testing rituals instead of real system behavior
Cargo cult testing creates the illusion of quality through rituals like high coverage and green pipelines, while critical system behavior remains completely untested.
CI/CD: An IntroductionUnderstanding Continuous Integration and Continuous Delivery
CI/CD stands for Continuous Integration and Continuous Delivery (or Continuous Deployment). It's a software development methodology that helps teams to build, test, and deploy software more efficiently and reliably.
AWS CodePipeline: The Unvarnished Truth About CI/CD on AWSIt's Powerful, Opinionated, and Sometimes Infuriatingly Simple
A brutally honest deep dive into AWS CodePipeline. We cut through the hype to reveal its real strengths, undeniable limitations, and the exact scenarios where it shines or fails for modern CI/CD.
Continuous Testing in Continuous Integration/Continuous Deployment (CI/CD)The Backbone of Modern Development Pipelines
Uncover the pivotal role of continuous testing in CI/CD pipelines, ensuring consistent software quality in rapid release cycles.
From Safety Net to Theater: How Testing Became a PerformanceRecognizing and eliminating cargo cult practices in modern test strategies
Modern test suites often optimize for metrics, speed, and compliance instead of confidence. Learn how testing theater emerges and what meaningful testing really looks like.
Integrating Software Testing into DevOpsEnsuring Continuous Quality and Delivery
Explore how software testing seamlessly integrates into the DevOps process for consistent software quality.
Navigating the Development Seas: Docker Compose vs. SkaffoldMastering Containerized Environments for Optimal Development Workflows
Dive into the world of containerized development with our comprehensive guide on Docker Compose and Skaffold. Learn how each tool can streamline your workflow, from local development to Kubernetes deployment, and make an informed choice for your project.
Shift Left Testing: A Proactive Approach to Software Quality AssuranceWhy Adopting Shift Left Testing Boosts Development Speed and Quality
Discover how the shift left testing approach improves software quality and accelerates development. Learn the benefits, strategies, and key practices to adopt this proactive QA method.
Testing in Agile: Adapting to the PaceAgile Testing Techniques and Best Practices
Dive into the realm of Agile testing to understand how testing paradigms shift to accommodate the rapid, iterative cycles characteristic of Agile methodologies. Discover techniques and best practices to ensure robust, continuous testing in Agile environments.