Skip to contentCV
Day
Open For WorkAbu Dhabi, UAERelocation — Worldwide

Chanchal
Verma

 

Senior Full Stack Engineer at CPX with 5+ years building cloud-native solutions — currently leading frontend for AI-powered security systems that detect and respond to cyber threats automatically, and building agentic AI systems that think and adapt on their own.

5+

years experience

20+

systems shipped

4

countries worked with

200+

developers mentored

Sheet 02 / Design Notes

General Notes

“My best work happens at the intersection of AI and cloud systems — interfaces that stay calm under pressure, platforms that stay reliable, and agents that decide faster than we can.”

1

Secure by design

Identity, permissions, auditability, and safe defaults built into the architecture early — not bolted on as a final checklist.

2

AI-native engineering

From LLM-powered threat classification to autonomous agents — AI is the load-bearing engine, not decoration.

3

Product clarity

Complex systems earn their keep only when flows, states, and hierarchy make decisions easier for the person reading them.

My best work happens at the intersection of AI and cloud systems: interfaces that stay calm under pressure, backend platforms that stay reliable, and agents that make intelligent decisions faster than we can. That's the future I'm building toward.

Sheet 03 / Assembly Timeline

Career axis

From mentoring MERN developers in Bengaluru to AI-driven cybersecurity in Abu Dhabi — each role compounding toward intelligent, secure systems.

05

Aug 2025 — Present

Senior Full Stack Engineer

CPX

Abu Dhabi, UAE

Building AI-driven cybersecurity solutions — intelligent agents across frontend and backend that detect and respond to threats in real time.

04

Apr 2025 — Aug 2025

Technical Lead(Golang)

HCL Technologies

Bengaluru, India

Golang technical lead for the PCRE and PRD modules — owning Go service design, API contracts, and delivery through to production release.

03

Jul 2024 — Mar 2025

Founding Software Engineer

StackGuardian

Germany — Remote

One of the first engineers building an infrastructure governance platform from absolute scratch.

02

Jun 2023 — Jun 2024

Senior Full Stack Engineer

Thor Solutions

Remote, India

Led backend and cloud delivery for production applications across two client engagements using Go, MERN, AWS, and CI/CD automation.

01

Oct 2021 — Jun 2023

Software Engineer

Masai School

Bengaluru / Remote

Built internal learning platforms in React and Node.js while mentoring 200+ students into MERN developers.

Education

Shri G S Institute of Technology & Science

B.E. — Information Technology · 2016 — 2020

Languages

English (Professional) · Hindi (Native) · Arabic (Beginner)

Sheet 04 / Component Specs

Exploded view — work

Each case study is framed by the user pressure, the system decision, and the product result it made possible.

01

Go SIEM Agent — LLM Classifier

In serviceSecurity · 2025

An AI-native SIEM agent written in Go that classifies any raw log line into a structured threat report — with MITRE ATT&CK mapping, IOC extraction, severity triage, and actionable remediation — in under 20 seconds, using a local-first LLM stack.

Materials

Go · React · Qdrant · Ollama · PostgreSQL · Docker · Prometheus

Performance

<20s per classification

40+ MITRE techniques

~3k lines Go

Notes

Turns hours of manual SOC triage into a sub-20-second automated pipeline, reducing analyst time spent on alert noise by eliminating rule-writing and manual MITRE mapping.

02

ThreatRAG — Agentic Threat Intelligence RAG

In serviceSecurity · 2026

A spec-first, security-hardened RAG platform that answers analyst questions with cited sources from MITRE ATT&CK, OWASP, and NVD — then runs autonomous multi-agent investigations on any IOC end-to-end.

Materials

Python · FastAPI · LangChain · LangGraph · React · Qdrant · Ollama

Performance

<2s cited answer (TTFT)

39/39 tests passing

3 agent pipeline

Notes

Collapses hours of manual searching across MITRE ATT&CK, NVD, and OWASP into sub-two-second cited answers, and turns end-to-end IOC investigation into an autonomous Researcher→Critic→Reporter pipeline.

03

File Ingestion Platform — Archive Parsing & IOC Extraction

In serviceSecurity · 2026

A local-first ingestion platform that takes a 10 GB password-protected archive, recursively unpacks it, detects and parses every member format, extracts ten classes of indicator from each record, and streams the results into PostgreSQL and OpenSearch — with live progress in a React dashboard.

Materials

Go · Python · React · PostgreSQL · Redis · MinIO · OpenSearch

Performance

10 GB single-file ingest

10 IOC classes/record

32 worker tests passing

Notes

Turns an opaque evidence blob into searchable, indicator-tagged records without the API ever touching the data path — and keeps 49,999 good extractions when one member of 50,000 is corrupt.

04

Production API Delivery System

RestrictedBackend · 2024

A production backend and delivery system with authentication, payments, notifications, cloud storage, observability, and CI/CD.

Materials

Go · Gin · PostgreSQL · AWS · Docker · GitHub Actions

Performance

CI/CD release flow

AWS infrastructure

Go service layer

Notes

Improved release speed and reliability by making cloud delivery predictable and repeatable.

Drawing sealed — NDA
05

Developer Evaluation Platform

RestrictedFrontend · 2023

Internal learning and evaluation tools for developer education, mentoring, code review, and automated feedback workflows.

Materials

Node.js · React · MongoDB · Express · Testing · Mentoring

Performance

200+ developers

MERN core stack

QA reviews

Notes

Supported developer growth at scale through structured evaluation and clearer feedback loops.

Drawing sealed — NDA

Sheet 05 / Bill of Materials

Stack manifest

No.DescriptionSpecParts
01Frontend & UI/UXInterfaces, state, data loading, design systems, and product surfaces.React · Next.js · TypeScript · TanStack Query · Redux · Tailwind CSS · Vite · Figma
02Backend PlatformsAPIs, service boundaries, auth, integrations, and data workflows.Go · Node.js · NestJS · Express · Gin · Fiber · GraphQL · gRPC
03AI & Agentic SystemsLLM pipelines, autonomous agents, embeddings, and AI-native product features.Agentic AI · LLM Integration · Ollama · Qdrant · RAG · Prompt Engineering · Anomaly Detection
04Cloud & SecurityDeployment, governance, identity, secure access, and operational reliability.AWS · Azure · GCP · Docker · Kubernetes · Terraform · Keycloak · CI/CD
05Data & OperationsPersistence, caching, queues, audits, and system observability.PostgreSQL · MongoDB · Redis · DynamoDB · Kafka · Prisma · Prometheus · Temporal