Mar 29 · 5 min read · "If you can't measure it, you can't secure it." In this post, I’m pulling back the curtain on the EduConnect CI/CD pipeline. We aren't just looking at code; we are looking at real-time security telem
Join discussion
Feb 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
Sep 5, 2025 · 3 min read · 🚀 Introduction In this blog, we will see how to integrate SonarQube with a Node.js project using GitHub Actions. SonarQube helps us check code quality by analyzing bugs, vulnerabilities, and maintainability issues. By connecting it with GitHub Actio...
AAnik commented
Jun 7, 2025 · 2 min read · 🐙 1. GitHub – Your Code’s Home Why GitHub? Host your projects and collaborate with others. Enables integration with tools like CI/CD, Docker, etc. Steps: Go to github.com. Click Sign up. Fill in: Username Email Password Verify your emai...
Join discussion
Mar 30, 2025 · 4 min read · In this tutorial we will see how to build a complete Devsecops CICD pipeline using Jenkins, SonarQube and Docker Prerequsite Jenkins Sonarqube Docker Dockerhub Objective Continuous Integration and continuous deployment using Jenkins Code Qual...
Join discussion
Mar 30, 2025 · 4 min read · Jenkins is an open-source automation server that is widely used for continuous integration (CI) and continuous delivery (CD). It allows developers to automate various tasks in their software development process, particularly the building, testing, an...
Join discussion
Nov 24, 2024 · 8 min read · SonarQube is an open-source platform that provides static code analysis and code quality management. It is designed to help developers and development teams identify and fix code issues early in the software development lifecycle. SonarQube analyzes ...
Join discussionSep 29, 2024 · 6 min read · In this blog, we will walk through the process of deploying a three-tier quiz application using Terraform, GitHub Actions, and Amazon EKS (Elastic Kubernetes Service). The application is built with React for the frontend, Node.js for the backend, and...
Join discussion
Apr 21, 2024 · 3 min read · In a typical multi-tier test setup, we run different test suites across several GitHub Actions jobs, each of which produces a coverage report. For example, we might start with unit tests running locally on the GitHub Actions runner and subsequently m...
Join discussion