Freelancers using Helm
Freelancers using Helm
Sign Up
Post a job
Sign Up
Log In
Filters
1
Projects
People
Alexis Nieves
Denver, USA
Senior DevOps/SRE | AWS, Kubernetes & Terraform Expert
New to Contra
Follow
Message
Senior DevOps/SRE | AWS, Kubernetes & Terraform Expert
0
Architected and implemented a production-grade, fully automated DevOps platform on AWS, covering the entire software delivery lifecycle from code commit to live deployment. The platform integrates eight tightly coupled layers: a developer workflow built on Git, Docker Compose, and pull requests; a GitHub Actions CI/CD pipeline with dedicated workflows for continuous integration, deployment, Terraform provisioning, security scanning, and semantic releases; and a multi-tool security gate enforcing SAST, SCA, IaC scanning, container analysis, OWASP ZAP, and CodeQL checks before any artifact progresses. Infrastructure is provisioned as code using Terraform, deploying a multi-AZ VPC, an EKS cluster, ECR repositories, RDS MySQL, an ALB with WAF, and IAM OIDC integration on AWS. Applications are packaged with Helm Umbrella Charts and deployed to Kubernetes with Horizontal Pod Autoscaling (2–8 replicas) and RBAC-enforced NetworkPolicies. GitOps state management is handled by ArgoCD, providing continuous reconciliation, drift detection, auto-sync, and self-healing across all application sets. Observability is delivered through a dual-stack setup: a metrics pipeline (Prometheus → Grafana → Alertmanager → Slack) and a log aggregation pipeline (Filebeat → Logstash → Elasticsearch → Kibana). Releases are fully automated using Semantic Release with Conventional Commits, producing versioned GitHub Releases and Docker image tags without manual intervention.
0
13
0
Comparing AWS ECS and AWS EKS for Container Orchestration
0
0
0
Implementing Additional Checks for AWS Security
0
0
0
Designed and developed a Command Line Interface (CLI) security tool that leverages the Google Gemini API (gemini-2.5-flash) to perform advanced, AI-driven vulnerability analysis on Python codebases. This tool acts as an automated security engineer, scanning source code to detect critical flaws before they reach production. The scanner parses Python files and evaluates them against a detailed security prompt to identify vulnerabilities such as SQL injection, hardcoded secrets (API keys and database passwords), weak cryptography (e.g., MD5 hashing), insecure deserialization, and improper input validation. It outputs a structured, color-coded terminal report assigning severity ratings (🔴 High, 🟠 Medium, 🟢 Low) to each finding. For every detected issue, the tool provides the vulnerability type, the exact line number, a concise explanation of the risk and potential impact, and actionable remediation advice with secure code fixes. The architecture is built on a lightweight Python foundation using a virtual environment for dependency isolation. It utilizes the google-generativeai SDK for model interaction and python-dotenv for secure environment variable management, ensuring API keys are never hardcoded. This project demonstrates the ability to integrate cutting-edge Large Language Models (LLMs) into traditional DevSecOps workflows, providing enterprise-grade security scanning capabilities directly within the developer's terminal.
0
13
Helm
(1)
Follow
Message
Chidozie Uzoegwu
Newcastle upon Tyne, UK
Data/ML Engineer | AWS & Terraform | LLM/RAG & MLOps
Follow
Message
Data/ML Engineer | AWS & Terraform | LLM/RAG & MLOps
0
PostgreSQL Deployment on AWS EKS for NHS
0
10
0
Cardiovascular Studies RAG System Development
0
4
0
Full-Stack To-Do App Development with React and AWS Amplify
0
7
0
React Setup in Vite with HMR
0
3
Helm
(1)
Follow
Message
Tatiana Denel
Ramat Gan, Israel
DevOps, GCP, AWC, PCC, Docker, K8s, Terraform, CI/CDPipeline
8
Followers
Follow
Message
DevOps, GCP, AWC, PCC, Docker, K8s, Terraform, CI/CDPipeline
1
High-Security DevOps Pipeline for a Financial Platform
1
12
1
Scalable Cloud Migration for a FinTech Platform
1
10
1
Multi-Region Disaster Recovery & High Availability Setup
1
12
View more →
Helm
(1)
Follow
Message
Yasser Boukhers
Paris, France
CI/CD Specialist | Kubernetes, Docker & Jenkins Guru
$1k+
Earned
1x
Hired
2
Followers
Follow
Message
CI/CD Specialist | Kubernetes, Docker & Jenkins Guru
0
High Availability Jenkins CloudBees Deployment Automation
0
12
0
Scalable Kubernetes Infra with Automated Canary Deployment
0
13
0
Infrastructure Automation with Advanced Ansible Techniques
0
11
View more →
Helm
(2)
Follow
Message
Stanislav Stankov
Sofia, Bulgaria
Principal Product Manager
Follow
Message
Principal Product Manager
0
SaaS Shipment Tracking System
0
2
0
AOL Communities PoC
0
4
0
PLG Data Driven Growth for B2B SaaS
0
1
View more →
Helm
(1)
Follow
Message
Joshua Rotimi
Atlanta, USA
AI Output Evaluator & LLM Quality Specialists
New to Contra
Follow
Message
AI Output Evaluator & LLM Quality Specialists
1
A sample LLM evaluation report analyzing AI responses for accuracy, reasoning quality, hallucinations, and failure patterns. Demonstrates structured testing and quality assessment workflows.
1
57
1
Evaluated 60 multi-turn conversations from a retail support AI to track context retention, persona consistency, and task completion across longer exchanges. Found that context drops clustered around the third and fourth turn, pointing to a memory window limitation rather than random failures, and flagged each instance with the exact turn where context broke down.
1
14
1
Ran 48 adversarial prompts against a production LLM to surface jailbreak vulnerabilities, role override attempts, and context manipulation before a public launch. Found 11 vulnerabilities including 3 critical, documented every failure with reproducible prompts, and delivered a prioritised risk report with fixes.
1
13
0
Built a custom evaluation rubric for scoring AI customer support outputs across five weighted dimensions: factual accuracy, reasoning validity, instruction adherence, adversarial robustness, and format compliance. Each dimension includes plain-language scoring criteria so any team member can apply it consistently, no AI background required.
0
11
Helm
(1)
Follow
Message
Neil Seymour
London, UK
Cloud Infrastructure Engineer · AWS · Kubernetes · Docker
New to Contra
Follow
Message
Cloud Infrastructure Engineer · AWS · Kubernetes · Docker
0
Production Helm Chart — Kubernetes Deployment A production-grade Helm chart managing a multi-component application on Kubernetes. Includes separate server and worker deployments, HPA and PodDisruptionBudgets for resilience, NetworkPolicies for pod-level traffic control, a pre-deploy migration job, ingress with TLS, and a PostgreSQL dependency. Structured with separate values files for local dev and production environments.
0
35
0
Cloud Infrastructure — AWS, EKS & CI/CD Pipeline Architecture diagram representing the infrastructure stack I design and manage for clients. Covers a full CI/CD pipeline (GitHub Actions → Docker multi-arch build → Helm deploy), an Amazon EKS cluster with production-hardened pods (HPA, PodDisruptionBudgets, NetworkPolicies), supporting AWS services (RDS, S3, IAM), and observability via Prometheus and OpenTelemetry.
0
58
0
Preview Environment System · CI-Driven · Full Stack Automated preview environment system triggered by CI pipelines. On every PR tagged for preview, a GitHub Actions pipeline builds and pushes a branch-tagged Docker image, which triggers a Northflank webhook to instantiate a full-stack environment from a template — server, worker, PostgreSQL, migrations, and a unique subdomain URL. Environments are completely isolated per PR with no shared state, spin up in minutes, and are automatically destroyed when the PR is closed or merged. Production releases follow the same pipeline on merge to master, using Helm atomic upgrades with zero-downtime rolling updates.
0
32
0
Multi-Arch Docker Pipeline — GitHub Actions · GHCR CI/CD pipeline building multi-architecture Docker images (linux/amd64 + linux/arm64) via GitHub Actions and CircleCI. Uses Docker Buildx with QEMU emulation, multi-stage Dockerfiles for minimal production images, and automatic tagging by commit SHA, branch, and latest. Images are published to GitHub Container Registry (GHCR) with a multi-arch manifest. Deployments use Helm with atomic upgrades and automatic rollback, targeting both ephemeral preview environments and production EKS clusters.
0
38
Helm
(2)
Follow
Message
Gabe G
São Paulo, Brazil
DevOps engineer fixing CI/CD and cloud failures
New to Contra
Follow
Message
DevOps engineer fixing CI/CD and cloud failures
0
Docker & Kubernetes Issues
0
16
0
AWS Deployment Fix
0
16
0
Terraform Debug
0
20
0
CI/CD Pipeline Failure Root Cause & Fix
0
40
Helm
(1)
Follow
Message
Explore people