Sahil SikarwarforThe Firewallblogs.thefirewall.org·Dec 11, 2024Secure Automated Container Base Image Hardening and Scanning via Jenkins & PythonIntroduction In the world of modern software development and deployment, containerization has become a cornerstone technology. Containers offer efficiency, consistency, and scalability, allowing applications to run reliably across different computing...29 readscontainersecurity
Vui NguyenforTranchy Techblog.tranchy.tech·Nov 27, 2024What is Shift Left TestingThe “shift left” testing movement is about pushing testing toward the early stages of software development. By testing early and often, a project can reduce the number of bugs and increase the quality of the code. The goal is to not find any critical...shiftlefttesting
Abhiramcloudbuddy.hashnode.dev·Oct 25, 2024Software Composition Analysis (SCA): Identifying Open Source Vulnerabilities in Your CodeIn today's software development landscape, open-source components have become an integral part of building applications. While open-source libraries and frameworks offer numerous benefits, they also introduce new security risks. Software Composition ...shiftlefttesting
The FirewallforThe Firewallblogs.thefirewall.org·Oct 1, 2024Shift Left with The Firewall Appsec Platform: The Future of Accessible CybersecurityThe Current State of Security In today's rapidly evolving digital landscape, cybersecurity is more critical than ever. However, the reality is stark: the frequency and severity of security breaches are on the rise. Businesses, both large and small, a...1 like·193 readscybersecurity
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Aug 5, 2024Introduction to Shift-Left TestingIn the world of software development, quality assurance (QA) is crucial for delivering reliable and robust applications. One of the most effective strategies to enhance software quality is "shift-left testing." What is Shift Left Testing ? The term "...shiftlefttesting
Istvan Forgacsistvanforgacs.hashnode.dev·Jul 25, 2024Shift-Left vs Test-First, Which One To Choose?Twenty years ago, the test-first method became popular thanks to Kent Beck’s famous book Test Driven Development: By Example. Test-driven development is a software development method where the test code is written before the application code. It cons...test-automation
Joe Roskopfblog.joetr.com·Mar 2, 2024Dagger SPI - Adding Custom Graph Validation (with KSP and tests!)From the Dagger site: The Dagger Service Provider Interface (SPI) is a mechanism to hook into Dagger’s annotation processor and access the same binding graph model that Dagger uses. With the SPI, you can write a plugin that adds project-specific err...163 readsdagger spi
Mohammad Zubairmzubair.hashnode.dev·Oct 28, 2023Shift-Left Shift-Right Testing an early Quality Assurance in Software DevelopmentShift-Left Testing: Shift-Left Testing is a software testing approach that emphasizes moving testing activities earlier in the software development lifecycle, typically to the left on a timeline or project schedule. The goal is to detect and address ...shiftlefttesting
Upadrasta Harshaharshaupadrasta.hashnode.dev·Oct 26, 2023Shift-Left Testing: Integrating Testing Earlier in the Development ProcessShift-Left Testing is a methodology that emphasizes integrating testing into the software development process from the very beginning. In this blog, we'll explore the benefits and best practices of Shift-Left Testing. Traditionally, testing was often...shiftlefttesting
Jagsjagannath.dev·Sep 6, 2023What does Shifting Left for testing mean ??What shifting Left in the Testing/Quality perspective means - Identifying the needs and dependencies of testing & related activities early in the planning cycle. This means understanding the following : Dependencies of testing Within a team Techni...Testingshiftlefttesting