Mar 19 · 21 min read · Introduction Hello everyone, and welcome to my very first blog post! In this post, I’ll be starting with a foundational task in DevSecOps. For those of you new to this world, DevSecOps is simply the p
Join discussion
Mar 3 · 7 min read · Security Tools Every Developer Should Know Most developers know they should care about security, but the tooling landscape is overwhelming. There are hundreds of scanners, analyzers, and platforms -- most of them noisy, slow, or both. This guide cove...
Join discussionMar 3 · 10 min read · Developer Security Essentials: From OWASP to Supply Chain Safety Security isn't a separate discipline anymore. Every developer ships code that's exposed to the internet, handles user data, or processes payments. Waiting for a security team to review ...
Join discussionFeb 18 · 9 min read · In 2026, we see that security threats remain one of the most pressing concerns for software engineering teams worldwide. A 2025 report shows a 34% increase in attackers compared to last year, with vulnerabilities being exploited to gain access and ca...
Join discussion
Feb 17 · 5 min read · Mastering Automated Vulnerability Scanning for Your CI/CD Pipeline In today's fast-paced development landscape, security can no longer be an afterthought. Integrating robust security measures directly into your development workflow is paramount. This...
Join discussionFeb 17 · 5 min read · Mastering Automated Vulnerability Scanning for Your CI/CD Pipeline In today's fast-paced development landscape, security can no longer be an afterthought. Integrating robust security measures directly into your development workflow is paramount. This...
Join discussionFeb 12 · 8 min read · Why Traditional Security Scanning Fails Modern Teams The security landscape in 2025 differs fundamentally from even three years ago. Cloud-native applications built on Kubernetes span multiple regions and availability zones. Serverless functions exec...
Join discussionFeb 6 · 16 min read · Basic security terms for the course SAST, SCA, DAST, IAST SAST: Static Application Security Testing (Code review for your own code)-> white box testing SCA: Software Composition Analysis (Background check of external libraries you use) DAST: Dynam...
Join discussion
Feb 5 · 2 min read · Import directly using GitHub (No command line) GitHub also allows Import from GitLab: Go to GitHub → New Repository Click "Import a repository" Enter your GitLab repo URL Provide GitLab credentials if needed GitHub automatically copies everythin...
Join discussion