https://job-boards.greenhouse.io/interfaceai/jobs/4573714006?gh_src=d8af07516us India (Remote) Banking is being reimagined—and customers expect every interaction to be easy, personal, and instant. We are building a universal banking assistant that millions of U.S. consumers can use to transact across all financial institutions and, over time, autonomously drive their financial goals. Powered by our proprietary BankGPT platform, this assistant is positioned to displace age-old legacy systems within financial […]
Principal Security Engineer
India – Hyderabad Product – Engineering / https://jobs.lever.co/highspot/eddb6a6c-0ade-4f1d-be59-0a4cd7fdd1e0 Hybrid About Highspot Highspot is a software product development company and a recognized global leader in the sales enablement category, leveraging cutting-edge AI and GenAI technologies at the core of its robust Software-as-a-Service (SaaS) platform. Highspot is revolutionizing how millions of individuals work worldwide. Through its AI-powered […]
Senior Product Security Engineer
https://www.linkedin.com/jobs/view/4324137632 About the job Key Responsibilities Required Qualifications Preferred Qualifications
Associate Security Consultant
https://www.linkedin.com/jobs/view/4350836119 About the job Associate Security Consultant – Job Description Requirement: Primary Responsibilities: Qualifications: Skills: Education/Certifications:
Cyber Security Analyst
Cyber Security Analyst India · 16 minutes ago · 52 people clicked apply https://www.linkedin.com/jobs/view/4360481029 Webkit24 · India (Remote) About the job We are looking for a Junior Cyber Security Analyst to support our security operations by monitoring systems, identifying threats, and assisting in incident response. This role is ideal for candidates who are passionate about […]
Mastering Prompt Engineering with GitHub Copilot
This Blog teaches prompt engineering with github copilot with various strategies to DevOps engineers.
Master GitOps with Terraform, AKS and AWS
In this post, we will learn GitOps principles using Terraform, AKS and AWS. The entire infrastructure will be created using Terraform. The end to end devsecops pipeline will be created using GitHub Actions. This end to end pipeline will have Sonarqube for SAST, Trivy for container scan and deployment will happen using ArgoCD on AKS.
Learn about GitOps
In this post we will compare GitOps with DevOps and DevSecOps with examples. We will understand these terms in the simplest manner.
Learn to Deploy ArgoCD on Azure Kubernetes Cluster
If you want to Deploy ArgoCD on Azure Kubernetes Cluster, you need to follow the steps: Steps to install ArgoCD on Kubernetes Cluster: 1) Create a namespace argocd using below command:kubectl create namespace argocd 2) Install argocd in argocd namespace using below command:kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml 3) Verify argocd resources have been created […]
Create an EC2 instance using Terraform
Hello Security Gurus, In this post today, we are going to learn creating an EC2 instance using Terraform. This EC2 instance will have a Jenkins running on it. Full details with code is present in this GitHub repo:GitHub Repo for this Post To learn the complete course, Checkout this link Learn to Setup EC2 Instance […]