Shreyans Bhatt - Solution Architect
Available

Hi, my name is

Shreyans Bhatt

Solution Architect | AI Red Teaming & Offensive Security | CEH Certified

Solution architect and founder of Cyron Intelligence with 16+ years building secure, large-scale systems. I now focus on AI and LLM security: red teaming agentic platforms, defending RAG and MCP, and turning the OWASP LLM Top 10 into working code, not slideware.

$ focus: Secure enterprise agentic AI and LLM platforms _

16+

Years Experience

50+

Projects Delivered

CEH

Certified

// Career Timeline

Experience

16+ years of architecting scalable systems across enterprise, fintech, healthcare, and cybersecurity domains.

AI Security Research & Red Teaming

Featured

AI Red Teamer & Security Researcher

Aug 2025 – Present 10 months Remote

Self-driven applied research into AI and LLM security, pursued alongside my Solution Architect role at GlobalLogic. A set of runnable, public proof-of-concepts that turn the OWASP LLM Top 10, OWASP Agentic Top 10, MITRE ATLAS, and AI governance frameworks into working code instead of slideware. All repos are public on GitHub.

Key Achievements

  • Adversarial ML lab: built the full attack lifecycle against a real classifier, data poisoning by label flipping, an L-infinity evasion attack at the decision boundary, and a Madry-style adversarial-training defense, all mapped to MITRE ATLAS and the OWASP ML Top 10. Repo: adversarial-ml-attacks-defenses.
  • Prompt injection and EchoLeak: attacked a defended RAG chatbot across four escalating classes, ending in an indirect injection that exfiltrates data through a markdown image URL, the same mechanism as the real M365 Copilot EchoLeak (CVE-2025-32711). Repo: rag-prompt-injection-echoleak.
  • MCP security, two ways: a deliberately vulnerable Model Context Protocol server with command injection and tool-description poisoning, defended with a Docker MCP Gateway and a custom JSON-RPC runtime interceptor; plus a side-by-side vulnerable vs hardened pair proving each control. Repos: mcp-security-docker-gateway, mcp-server-security.
  • Membership inference and privacy: a Shokri-style shadow-model attack (MITRE ATLAS AML.T0024) against an overfit model, benchmarked against four defenses including DP-SGD via Opacus and SISA sharded training for machine unlearning. Repo: membership-inference-attack.
  • LLM access governance: a deny-by-default Open Policy Agent (Rego) policy controlling who may call which model with what data, paired with a garak red-teaming harness for jailbreaks and prompt injection. Repo: llm-access-governance-opa-garak.
  • AI GRC compliance mapper: a declarative engine that maps technical controls to ISO/IEC 42001, the EU AI Act high-risk articles, and NIST AI RMF, then prints an auditor-ready coverage and gap report. Repo: ai-grc-compliance-mapper.
  • AI code provenance: a git commit-msg hook that detects AI authorship, writes an append-only ledger, and stamps a signed trailer, with a CI gate that fails any AI-attributed commit missing its record. Built for EU AI Act Article 12 logging. Repo: ai-code-provenance.
  • Authored a pre go-live red team assessment plan for an enterprise multi-agent SDLC platform, applying MITRE ATLAS, OWASP LLM Top 10 v2.0, OWASP Agentic Top 10, CSA MAESTRO, and STRIDE for AI to test excessive agency, data isolation, and orchestration integrity.

Tech Stack

Python PyTorch scikit-learn Model Context Protocol (MCP) Retrieval-Augmented Generation (RAG) Open Policy Agent (OPA) / Rego NVIDIA garak Docker Git Hooks / CI MITRE ATLAS OWASP LLM Top 10 OWASP Agentic Top 10 ISO 42001 / EU AI Act / NIST AI RMF

Skills Applied (Project Depth)

AI Red Teaming 10/10
LLM Security 10/10
Prompt Injection Defense 10/10
AI Agent & MCP Security 10/10
Offensive Security 10/10
Adversarial Machine Learning 9/10
View Project Reference

GlobalLogic - A Hitachi Company

Featured

Solution Architect

Aug 2024 – Present 1 yr 10 mo Hybrid

Wood Mackenzie is a global leader in natural resources research and consultancy. EPSI is their on-demand modeling platform for the short-term renewable energy market.

Key Achievements

  • Deeply involved in re-platforming and modernization of EPSI, Wood Mackenzie's on-demand modeling platform for the short-term renewable energy market
  • Collaborated with cross-functional teams to deliver ARDs, Tech Radar initiatives, and C4 diagrams ensuring architectural alignment and innovation
  • Built and integrated Azure Event Hubs, API Management & Apache Kafka for scalable event streaming
  • Delivered PoCs on API Gateway Architecture (APIM Upstream), Early Authentication, and Rate Limiting—establishing reusable patterns for scalable API security
  • Presented EPSI Architecture Review to stakeholders, aligning platform modernization with long-term secure design goals
  • Integrated performance enhancements reducing system latency by 30%
  • Participate in GlobalLogic's Architecture Guild sharing insights on modern architectural trends
  • Help engineering team with feasibility checks through targeted, precise, and demonstrable Proof of Concepts

Tech Stack

C# .NET 8 Azure APIM Apache Kafka Event Hubs C4 Architecture Perl Python OWASP AWS Kong NGINX Binary Data Processing

Skills Applied (Project Depth)

Solution Architecture 10/10
C4 Architecture Diagrams 9/10
Azure APIM 9/10
Event-Driven Architecture 9/10
Predictive Modeling 8/10
API Gateway Design 9/10
View Project Reference

Cyron Intelligence

Featured

Founder & Security Product Architect

Jun 2024 – Present 2 years Remote

Cyron Intelligence is a research-led cybersecurity firm building intelligence-driven security for APIs and AI systems. Its flagship product, cyron.io, is an AI-powered API security platform that catches attacks which look like normal traffic. Built by people who attack systems for a living.

Key Achievements

  • Founded Cyron Intelligence, a research-led cybersecurity firm, and architected cyron.io, its AI-powered API security platform protecting HTTP, WebSocket, and gRPC traffic.
  • Designed the iris agent: a single Docker container that attaches at the Linux kernel using eBPF, auto-discovers live API endpoints, and needs zero code changes or application restarts.
  • Built on a 'mirror, never intercept' model so analysis runs out-of-band with no added latency on the live request path, while still allowing kernel-level blocking of confirmed threats.
  • Reached roughly 2ms average detection time by learning each API's normal behavior over a 24-hour baseline instead of relying on static signatures.
  • Added 'System 2 Thinking', an LLM-based forensic layer that explains every flagged threat in plain English, applied only to ambiguous cases so cost and latency stay low.
  • Covered the OWASP API Security Top 10 in practice: BOLA, broken authentication, credential stuffing, JWT attacks, mass assignment, business-logic fraud, and unrestricted resource consumption.
  • Shipped privacy by design: raw payloads are never stored, only metadata is extracted then discarded, with EU hosting and on-premise or white-label options for regulated customers.
  • Offer security posture assessments and STRIDE / MAESTRO-style threat modeling, plus compliance readiness for ISO 27001, ISO 42001, SOC 2, EU AI Act, NIS2, GDPR, and PCI-DSS 4.0.

Tech Stack

eBPF Linux Kernel Docker HTTP / REST WebSocket gRPC Protobuf Behavioral Anomaly Detection LLM Reasoning (System 2 Thinking) Threat Intelligence Feeds OWASP API Security Top 10 Webhooks / SIEM Delivery EU Data Sovereignty On-Premise / White-Label

Skills Applied (Project Depth)

API Security 10/10
Security Product Architecture 10/10
eBPF Kernel-Level Tracing 9/10
Behavioral Threat Detection 9/10
LLM Reasoning (System 2 Thinking) 9/10
OWASP API Security Top 10 9/10
View Project Reference

Viseo Asia Pte Ltd

Featured

Technical Architect | Lead

Apr 2024 – Aug 2024 4 months Remote

The Monetary Authority of Singapore (MAS) is the central bank and financial regulatory authority of Singapore. This project focused on the Fund Tax Incentive Scheme for Family Offices.

Key Achievements

  • Laid foundation of robust and reusable backend components and design patterns by creating Microservices decomposition and communication diagrams
  • Defined branching strategies and proposed High-Level Architecture Designs adhering to Singapore government's high-security standards—IM8 and OWASP
  • Actively participated in project steering committee guiding technical course through backlog grooming sessions and estimations
  • Mentored 5+ developers, improving code quality by 20% and reducing feature delivery times by 25%
  • Developed critical algorithms achieving 98% project functionality within deadlines, gaining client trust
  • Designed database structure for all microservices and oversaw implementation
  • Optimized backend-React integration, reducing API response time by 40% through efficient data flow strategies
  • Maintained and enriched team's technical documentation for faster onboarding using Confluence

Tech Stack

C# .NET 8 EF Core SQL Server MySQL MongoDB Red Hat OpenShift AWS Lambda AWS Secret Manager AWS EC2 Azure Web Services Jenkins CloudBees SonarQube Nginx React Redux Kafka Connect Kafka Streams XUnit MSTest NexusIQ Microsoft Rules Engine Draw.io

Skills Applied (Project Depth)

Technical Architecture 10/10
Microservices Decomposition 10/10
OWASP Security 9/10
IM8 Compliance 9/10
Domain Driven Design 9/10
CQRS 8/10
View Project Reference

InstaFlo HealthTech LLP

Solutions Architect

Jun 2022 – Jun 2023 1 year Remote

InstaFlo is a startup focused on providing emergency/Golden hour medical services to users through managed services. The platform coordinates ambulance dispatch, hospital connectivity, and patient management.

Key Achievements

  • Completed database design in record time for project kickstart
  • Full ownership of the product on technical aspect with close collaboration with CTO
  • Ownership of technical decisions including programming paradigms, deployment strategies, and data migrations
  • Executed system architecture modeling with deep understanding of implications
  • Designed required diagrams and workflows for team of programmers
  • Demonstrated robustness of system architecture to technical stakeholders
  • Implemented highly advanced POCs for MVP release demonstrating system capabilities to stakeholders
  • Active participation in coding activities across web app, desktop application, mobile app, and cloud-based serverless functions
  • Implementation of REST-based web service using XML/JSON bindings following Domain Driven Design

Tech Stack

C# .NET 6 XAML Angular 11 Ionic Framework UWP Win32 Services Windows SDK Azure PaaS Azure Functions MongoDB SQL Server Android with Dart OpenAPI REST APIs XML/JSON Bindings

Skills Applied (Project Depth)

Solution Architecture 10/10
Database Design 9/10
Cross-Platform Development 8/10
Domain Driven Design 9/10
Azure Serverless 8/10
Mobile Development 7/10

LogicSense Technologies Pvt Ltd

Featured

Technical Consultant | Tech Lead

Nov 2021 – Apr 2024 2 yrs 5 mo Remote

Multi-client consulting engagement serving OneStop Australia (logistics/security) and L'Oreal Singapore (Beauty Tech platform). Delivered scalable microservices solutions with industry best practices.

Key Achievements

  • Architected .NET-based microservices on Azure App Service with Kafka streaming and event-driven design
  • Designed and implemented high-performance .NET 8 microservices with Azure Kubernetes Service (AKS) and Kafka event processing
  • Spearheaded Beauty Tech Microservice design for L'Oreal, delivering scalable solutions with industry best practices
  • Designed scalable product data platform blueprint using microservices and API-first strategy ensuring cross-system consistency across ERP, analytics, and e-commerce
  • Built integration pipelines and harmonized product metadata across Azure and AWS services ensuring seamless ingestion and synchronization
  • Optimized backend .NET Core APIs and improved Azure Service Bus/Kafka-based messaging performance by 40%
  • Implemented functional deliverables using DDD, improving integration with client team achieving 95% success rate
  • Achieved positive feedback consistently about superior code quality from client's leadership
  • Demonstrated aptitude to learn Domain-Driven-Design, Railway-Oriented Programming, and Functional Programming concepts

Tech Stack

C# .NET Core .NET 8 AWS SAM AWS Lambda AWS SQS AWS API Gateway AWS S3 Docker Jenkins Angular 11+ SQL Server EF Core Azure PaaS Azure VNet Azure IaaS Confluent Kafka Apache Kafka Functional Programming Domain Driven Design Railway-Oriented Programming

Skills Applied (Project Depth)

.NET Core 10/10
AWS Lambda 9/10
Functional Programming 9/10
Domain Driven Design 9/10
Microservices Architecture 10/10
Kafka Event Streaming 8/10
View Project Reference

UWorld India Pvt. Ltd.

Featured

Principal Software Engineer

Jul 2020 – Jul 2021 1 year Remote

UWorld is the most user-friendly test prep company on the market. They have helped millions of undergraduates, graduates, and professionals successfully prepare for high-stakes exams including USMLE, NCLEX, and more.

Key Achievements

  • Received B2B Innovation Award for defining scalable microservices, increasing system reliability by 30%
  • Awarded technical lead for organization's most rewarding B2B platform for extraordinary contribution in Test Preparation Interface module
  • Executed responsibility for delivering quality features by actively participating in development activities, technical and functional grooming sessions
  • Worked on establishing company's first DevOps implementations for different environments leading to production server
  • Implemented Onion Architecture and Clean Design code for new microservices-focused API
  • Played crucial role in upgrading the technical stack of the product
  • Maintained Azure DevOps pipelines for different environments

Tech Stack

C# ASP.NET Core 5.0 .NET Framework 4.5.2 Angular 9 Docker Kubernetes Microservices Protobuf REST gRPC MongoDB Azure DevOps Onion Architecture Clean Architecture Polynomial Regression Model

Skills Applied (Project Depth)

Technical Leadership 9/10
Microservices Architecture 9/10
Onion Architecture 9/10
DevOps 8/10
Kubernetes 7/10
gRPC 8/10
View Project Reference

Milestone Inc.

Featured

Principal Software Engineer | Tech Lead - Research Specialist

Jul 2019 – Jun 2020 11 months Onsite

Milestone helps companies create, organize, and amplify digital information to enhance client's digital presence. They specialize in SEO, schema markup, and digital marketing solutions for hospitality and enterprise clients.

Key Achievements

  • Proved technical feasibility of newly discovered AI-enabled Schema Manager solution by efficiently implementing and demonstrating POC to stakeholders achieving required scalability
  • Achieved stakeholder approval by demonstrating Cloud-based & AI-enabled Schema Manager with 50% faster POC delivery
  • Led the programming team of Schema Manager product to deliver the MVP under stipulated time
  • Ensured high levels of quality in implemented code by following best practices for microservices and cloud-based scalability
  • Architected scalable pipeline using Python, NLP, Scrapy, Azure PaaS, and CosmosDB
  • Applied ANN/CNN models to support multilingual rendering across web and voice interfaces
  • Performed task breakups, communicated timeframes with estimations, and mentored team members as technical lead

Tech Stack

Python 2.7 Python 3.x ASP.NET Core Azure PaaS CosmosDB PostgreSQL Angular 8 JavaScript HTML5 Scrapy XPath HTMLAgilityPack Selenium ChromeWebDriver PuppeteerSharp Google NLP NLTK Spacy TensorFlow Google Voice Apps Machine Learning K-Means Clustering Artificial Neural Networks Convolutional Neural Networks Natural Language Processing

Skills Applied (Project Depth)

Python 9/10
Natural Language Processing 9/10
Web Scraping 10/10
Machine Learning 8/10
Azure PaaS 8/10
Technical Leadership 9/10
View Project Reference

H&R Block India Pvt. Ltd.

Senior Software Engineer | ORM Module Lead

Apr 2017 – Jun 2019 2 yrs 2 mo Onsite

H&R Block, Inc. is an American tax preparation company operating in Canada, the United States, and Australia. They have prepared more than 680 million tax returns since 1955 with approximately 12,000 company-owned and franchise retail locations.

Key Achievements

  • Awarded Outstanding Performer of the Year 2018 for the planned transformation of legacy product to microservice-based solution
  • Awarded Extra Miler for the quarter (Q4 2018) for outstanding performance
  • Took responsibility to remove Silverlight technology, contributing to creation of required tools for new microservices
  • Promoted as Module Leader responsible for Object Relation Models mapping between old and new systems
  • Consciously implemented appropriate design patterns for supporting legacy code and new web API consumed by Angular clients
  • Contributed to R&D on Dimensionality Reduction algorithm research and implementation
  • Guided and mentored Junior Software Engineers to achieve targeted team performance
  • Joined organization for migrating huge, complex legacy Tax filing system into new generation product

Tech Stack

C# .NET Framework 4.5 Silverlight WPF Angular 4 AngularJS 2.0 Win32 XML JSON Entity Framework Breeze Sharp NuGet Octopus Deploy T4 Text Templating Microservices Web API Dimensionality Reduction Algorithms

Skills Applied (Project Depth)

C# 10/10
Silverlight 9/10
Angular 8/10
Legacy Migration 9/10
Design Patterns 9/10
Entity Framework 9/10
View Project Reference

LogicSense Technologies Private Limited

Technology Solution Architect

Nov 2013 – Apr 2017 3 yrs 5 mo Onsite

LogicSense Technologies is a product-based company focused on Electronic Medical Records management. They provide cutting-edge technology solutions for healthcare providers including clinics and hospitals.

Key Achievements

  • Transformed legacy product to Microservice architecture with full ownership of technical components
  • Took full ownership of .NET-based and open-source integration with migration plans
  • Implemented Android mobile application using Android SDK for API level 29 with stylus pen support for handwritten doctor's prescriptions
  • Developed automated facial detection through web camera integration using Windows SDK for in-patient enrollment feature
  • Designed robust, reusable and secure workflows for maintaining highly integrated medical records
  • Executed plan for systematic upgradations addressing trade-offs from MVP release phase
  • Demonstrated high degree of professionalism by achieving quality implementations on pre-decided time
  • Handled team of 10 members consisting of Senior and Junior engineers covering all aspects of SDLC and release management

Tech Stack

C# ASP.NET .NET Framework Windows Phone Android SDK (API Level 29) Windows SDK Azure VMs Azure Notification Hubs Azure Xamarin HTML5 XAML MVVM WCF SOAP SQL Server TCP/IP Networking jQuery

Skills Applied (Project Depth)

Solution Architecture 9/10
Android SDK 8/10
Windows SDK 8/10
WCF Services 9/10
Azure Notification Hubs 7/10
Cross-Platform Development 8/10
View Project Reference

XDocWorks (Reeleezee) Pvt. Ltd.

Software Engineer | SSRS Specialist

Oct 2013 – Apr 2017 3 yrs 6 mo Onsite

Reeleezee is a successful Dutch provider of online bookkeeping, invoices and time sheets for starters, own-account workers, SMEs and their accountants. From their business premises in Breukelen, they serve over 80,000 users with more than 20,000 online bookkeeping systems.

Key Achievements

  • Joined organization predominantly as SSRS developer with strong C# knowledge
  • Developed quality-driven code while maintaining existing Silverlight-based web application
  • Implemented SSRS-based multilingual and customized reports
  • Created multilingual SSRS reports by gaining entire system's SQL database knowledge
  • Created new web APIs to support new features in single tenancy database environments with heterogeneous release versions
  • Built indigenously developed rendering engine capable of designing input parameter controls dynamically
  • Generated over 100 reports under various categories with multilingual parameter filtering

Tech Stack

C# .NET Framework Silverlight SSRS SQL Server ASP.NET REST Web API OAuth 2.0 IIS

Skills Applied (Project Depth)

C# 9/10
SSRS Reporting 10/10
Silverlight 8/10
SQL Server 9/10
REST API Development 8/10
Multi-tenant Architecture 7/10
View Project Reference

Capital Knovus - Logical Software Solution Pvt. Ltd.

Senior Software Engineer

May 2012 – Sep 2013 1 yr 4 mo Onsite

Knovos (formerly Capital Novus) is a global technology firm that provides comprehensive Knowledge Management and Litigation Support services to legal, corporate, and government clientele. They offer cost-effective solutions for eDiscovery, Information Governance and Project management.

Key Achievements

  • Developed high-quality code for complex, high-performance eDiscovery Document Management Platform modules
  • Integrated Big Data implementation with .NET-based Windows application using appropriate abstractions and interfaces
  • Implemented highly efficient code for processing millions of records
  • Contributed to development of attribute-based document search system for e-discovery solutions
  • Helped junior developers with technical difficulties by removing technical bottlenecks
  • Participated in Requirement Gathering and Analysis meetings and production release activities
  • Developed eZREVIEW (Most Used Document Review Platform Worldwide) - Automatic Document Profiling module integrating .NET and Java algorithms
  • Built server-side export and notification system enabling background processing without client wait time
  • Created automated phrase detection for Solr integration and database search
  • Developed eZVUE (Efficient data culling tool) - Multiple Load Flat File Import processing 500GB+ datasets efficiently

Tech Stack

C# .NET Framework Win32 WPF Infragistics Controls SQL Server Big Data Integration Solr Full-Text Search

Skills Applied (Project Depth)

C# 9/10
Win32 Development 8/10
Big Data Processing 8/10
SQL Server 9/10
Performance Optimization 9/10
Legal Tech Domain 7/10
View Project Reference

eConsultants Networks India Pvt. Ltd.

Software Engineer

Feb 2010 – May 2012 2 yrs 3 mo Onsite

eConsultantsNetwork India is an offshore software development & outsourcing company specializing in providing services to clients located in Germany. They serve customers with 24/7 support for ERP and custom software solutions.

Key Achievements

  • Joined as intern and earned permanent role as dedicated .NET programming resource for German ERP development team
  • Extended generic and flexible entity framework for product development following Object Oriented Principles
  • Supported customers troubleshooting technical difficulties in server deployment and availability
  • Developed web projects as individual contributor and deployed on regional servers
  • Built Performance Management System (CRM-PMS) with web interface for Project & ToDos management
  • Developed LEA+ WILKEN integration module for Outgoing Invoice using VSTO Word Bookmarks
  • Created Invoice Template and Billing modules with editable/non-editable bookmark fields
  • Implemented Dynamic Captions, Runtime Field Generation, Multicolumn Search, Resolution Independent Layout

Tech Stack

ASP.NET AJAX C# ADO.NET Windows Forms VSTO Word Bookmarks Word Add-ins Excel Add-ins SSRS SQL Server IIS

Skills Applied (Project Depth)

ASP.NET 8/10
C# 8/10
VSTO Development 8/10
SQL Server 8/10
Entity Framework Design 7/10
Windows Forms 7/10
View Project Reference

// Technical Arsenal

Skills & Expertise

Aggregated proficiency across 16+ years. Ratings reflect maximum depth achieved across projects.

Top Competencies (9)
01

C#

10 /10

Applied in 4 projects

02

Solution Architecture

10 /10

Applied in 3 projects

03

Offensive Security

10 /10

Applied in 2 projects

04

Microservices Architecture

10 /10

Applied in 2 projects

05

AI Red Teaming

10 /10

Applied in 1 project

06

LLM Security

10 /10

Applied in 1 project

07

Prompt Injection Defense

10 /10

Applied in 1 project

08

AI Agent & MCP Security

10 /10

Applied in 1 project

09

API Security

10 /10

Applied in 1 project

Skills by Category

AI & Offensive Security (14 skills)
Offensive Security 10
AI Red Teaming 10
LLM Security 10
Prompt Injection Defense 10
AI Agent & MCP Security 10
Threat Modeling (STRIDE / MAESTRO) 9
Adversarial Machine Learning 9
AI Governance & Compliance 9
MITRE ATLAS 9
Secure Code Review 9
LLM Reasoning (System 2 Thinking) 9
Differential Privacy & ML Privacy 8
Policy as Code (OPA / Rego) 8
Software Supply Chain Security 8
Architecture & Design (19 skills)
Solution Architecture 10
Microservices Architecture 10
API Security 10
Security Product Architecture 10
Technical Architecture 10
Microservices Decomposition 10
Web Scraping 10
Domain Driven Design 9
Event-Driven Architecture 9
API Gateway Design 9
C4 Architecture Diagrams 9
Azure APIM 9
OWASP API Security Top 10 9
Database Design 9
Onion Architecture 9
Clean Architecture 9
CQRS 8
REST API Development 8
Multi-tenant Architecture 7
Backend & Languages (10 skills)
C# 10
.NET Core 10
AI Governance & Compliance 9
Python 9
Entity Framework 9
Policy as Code (OPA / Rego) 8
gRPC 8
REST API Development 8
ASP.NET 8
Entity Framework Design 7
Cloud & DevOps (7 skills)
Azure APIM 9
AWS Lambda 9
Azure Serverless 8
Azure Kubernetes Service 8
Azure PaaS 8
Kubernetes 7
Azure Notification Hubs 7
AI & Machine Learning (4 skills)
Adversarial Machine Learning 9
Differential Privacy & ML Privacy 8
Machine Learning 8
Neural Networks 7
Security & Compliance (9 skills)
Offensive Security 10
LLM Security 10
AI Agent & MCP Security 10
API Security 10
Security Product Architecture 10
OWASP API Security Top 10 9
OWASP Security 9
IM8 Compliance 9
Software Supply Chain Security 8
Data & Databases (2 skills)
SQL Server 9
Kafka Event Streaming 8
Proficiency Scale:
1-4 Basic
5-6 Intermediate
7-8 Advanced
9-10 Expert

Certified Ethical Hacker (CEH)

EC-Council • ECC0235961487

ML Specialization

Stanford + DeepLearning.AI • Coursera

// Social Proof

Testimonials

Direct recommendations from colleagues, managers, and clients on LinkedIn.

DG

Deepthi Garine

Project Manager/Scrum Master/Software Team Lead(Full Stack)

Viseo Asia Pte Ltd

October 2024

DT

Dhaval Thanki

Head of Research and Development

Milestone Inc

April 2020

TP

Tony Pottier

Digital Tech | Data | Software Engineering | Positive Digital Maker

Viseo Asia Pte Ltd

October 2024