Skip to content
View rjayswal-pythonista's full-sized avatar
🏠
Student
🏠
Student

Highlights

  • Pro

Block or report rjayswal-pythonista

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Typing SVG


LinkedIn Portfolio Email Phone GitHub


🧠 About Me

class RoshanJayswal : public StaffSoftwareEngineer {
public:
    std::string location    = "Mumbai, India";
    std::string experience  = "8+ Years";
    std::string education   = "ME BITS Pilani (9.13 CGPA) | BE Fr.CRIT (80.50%)";

    std::vector<std::string> expertise = {
        "Kernel Datapath Engineering (C/C++)",
        "Zero Trust Network Security (ZPA)",
        "Distributed Systems & Microservices",
        "AI/ML — LangChain, LangGraph, MCP, RAG",
        "Linux Systems — POSIX, Multithreading, IPC",
        "TCP/IP · TLS/mTLS · BGP · IPsec · PPPoE"
    };

    std::vector<std::string> clients = {
        "Google", "Microsoft", "Vodafone",
        "Deutsche Bank", "SWISSCOM", "NTT",
        "US Military ($30M DLEP Program)"
    };

    std::string current_status = "Open to Senior/Staff SWE roles 🚀";
};

Staff SWE who has shipped production code deep in Linux kernel forwarding planes, tamed P0 crashes with GDB & TSan, built AI agents with LangGraph & MCP — and lived to tell the tale.


💼 Work Experience

🔵 Zscaler (Dec 2024 – Apr 2026)

Staff Software Development Engineer C · C++ · Python · Linux · Distributed Systems · AI/ML

  • 🏗️ Led SYNC PAUSE feature — zero-downtime maintenance for global distributed DB tables across broker, wally & lookup
  • 📊 Owned ZPA Lookup Module end-to-end: stats framework, Prometheus exporters, Grafana dashboards
  • 🤖 Built ZPA Core Bot (Stacktrace Analyzer) — Gemini + Vertex AI Slack bot auto-correlating coredumps to Jira tickets
  • 🔥 Resolved P0/P1 crashes: SIGSEGV race, ABBA deadlock, TLV buffer corruption, hash table corruption via GDB/TSan
  • 🛡️ Hardened codebase: 10+ Coverity CIDs, SonarQube enforcement, ASAN OOM investigation
  • 📈 Built 6-component Grafana dashboards (Logical Partitioning, Lookup, LBB, TLS, Bootup Stats)

🔵 Zscaler (Sept 2023 – Nov 2024)

Senior Software Engineer II C · C++ · Python · Linux · Cloud Security · Microservices

  • ⚡ Designed L4 Proxy service for Logical Partitioning — high-perf reverse proxy with SNI-based TLS routing at scale
  • 🚀 Built bootup stats framework across broker, lookup, slogger, wally, np-gateway
  • 🐛 Fixed P1 bugs (connection stats zero, LBB redirect flag); delivered LBB customer Grafana dashboards & alerts

🟡 Cisco Systems (Feb 2021 – Sept 2023)

Software Engineer III C · C++ · Python · Linux Kernel · TCP/IP · Routing

  • 🌐 ASR1k kernel datapath (IOS-XE) — PPPoE/ISG broadband for Google, Microsoft, Vodafone, Deutsche Bank
  • 🎖️ Led DLEP Protocol (IPv6, QoS, Radio Routing) on C8Kv for US Military — $30M program; full PyATS automation suite
  • Resolved 70+ customer-facing defects in Multicast and SDWAN Service Chaining

🟡 Cisco Systems (Aug 2018 – Feb 2021)

Software Engineer II C · C++ · Linux Kernel · SDN · BGP · MPLS · NETCONF

  • 🔐 TrustSec (CTS) — hardware-enforced network segmentation; SDA-ACI dataplane integration
  • 🔬 Designed DPI hash algorithm for EtherChannel kernel-level load balancing
  • 📦 NETCONF/ConfD/Yang data modelling for controller-mode unification
  • Fixed 80+ defects in EtherChannel, CTS, MPLS TE-FRR kernel forwarding paths

🚀 Key Projects

🤖 ZPA Core Bot / Stacktrace Analyzer

AI-powered Slack bot using Gemini CLI + Vertex AI that auto-discovers and correlates Jira tickets from coredump/stacktraces. Drastically cut incident triage time for ZPA datapath P0/P1s.

Gemini Vertex AI Slack API JIRA Python

🧪 AI-Powered Code Coverage & Risk Tool

Flask app + GCP (BigQuery, AI Platform) with real-time git diff analysis, Jenkins CI/CD integration, predictive quality metrics, and security risk scoring.

Flask GCP BigQuery Jenkins Python

🏗️ Enterprise RAG & Multi-Agent Systems

Production RAG pipelines (LangChain, LlamaIndex, Pinecone/FAISS); multi-agent systems with CrewAI, PydanticAI, AutoGen; 90+ n8n automation workflows for business process automation.

LangChain LlamaIndex CrewAI Pinecone FAISS n8n

🦙 LLM Fine-tuning & Deployment

Deployed Llama, Mistral, DeepSeek on AWS EC2/vLLM/Docker; QLoRA fine-tuning for domain adaptation; voice AI agents using Retell AI and ElevenLabs.

vLLM QLoRA AWS EC2 Docker Retell AI ElevenLabs


🛠️ Tech Stack

Languages

C C++ Python Go Java Bash SQL

Systems & OS

Linux POSIX Docker LXC GDB TSan

Networking & Security

TCP/IP TLS Zero Trust BGP IPsec Wireshark DPI

AI / ML

LangChain LangGraph MCP RAG LlamaIndex CrewAI n8n Vertex AI HuggingFace Pinecone

Backend & Infra

Redis PostgreSQL gRPC Grafana Prometheus Jenkins AWS GCP Kubernetes


📂 Repositories

🤖 AI / LLM — Courses & Projects

Repository What's Inside Tech
langchain-course Complete LangChain course — chains, agents, memory, RAG, tools, real-world projects Python LangChain OpenAI
langgraph-course LangGraph — stateful agents, ReAct, Reflexion, RAG agents, agentic workflows Python LangGraph
mcp-crash-course Model Context Protocol — FastMCP, Docker MCP, SSE, resources, prompts Python MCP FastMCP
claude-code-crash-course Claude Code crash course — custom commands, subagents, hooks, MCP, context engineering Python Claude Code MCP
RAG Retrieval-Augmented Generation — vector DBs, advanced RAG, SQL RAG, PDF RAG, evaluation & AWS deployment Python LangChain Pinecone FAISS

🏗️ System Design

Repository What's Inside
system-design Scalable systems at scale — HLD patterns, distributed systems, interview prep
system-design-primer Design large-scale systems — Anki flashcards included
awesome-system-design Curated list of Distributed Systems resources
navigating-system-design System design navigation guide and reference architectures
low-level-design-primer LLD — OOP design patterns, SOLID, design interview prep
grokking-the-object-oriented-design-interview OOD interview prep — class diagrams, patterns, real-world systems

🧠 Data Structures & Algorithms

Repository Lang
Algorithms — Stanford Algorithms Specialization Python
DSA_CPP — Personal DSA practice C++
DSA_Python — DSA in Python ⭐ Python
DSA_C — DSA in C C
Dynamic-Programming — DP patterns
Graph-Coding-Minutes — Graph algorithms
data-structures-algorithms-level-up-bootcamp — Level up DSA C++
graph-algorithms-for-competitive-coding — Competitive programming graphs

💻 LeetCode

Repository Description
LeetCode-Solutions Python / Modern C++ — 1950+ problems
LeetCode-Questions-CompanyWise Company-wise sorted by frequency
leetcode_company_wise_questions LeetCode premium company-wise list
Ref1_LeetCode All solved LeetCode problems
LeetCode-1 Coding interview question collection
Leetcode LeetCode solutions in Python 🎓

🐍 Python

Repository Description
Python All algorithms in Python ⭐
OOP_Python Object-Oriented Programming ⭐
DS_indepth_python Deep dive into Python data structures ⭐
python-reference Python Quick Reference ⭐
Python-for-Algorithms--Data-Structures--and-Interviews Udemy — Python for DSA & Interviews ⭐
Book_on_Python_Algorithms_and_Data_Structure Book on Python, Algorithms & Data Structures ⭐
python-web-scraping Simple web scraping programs

⚙️ Systems Programming — C / C++

Repository Description Lang
C All algorithms in C ⭐ C
C-Plus-Plus All algorithms in C++ C++
C_Multithreading pthreads, synchronization, concurrency C
CPP_Multithreading std::thread, mutex, condition variables C++
Modern_CPP_Multithreading C++17/20 concurrency patterns C++
linux Linux kernel source tree

🌐 Web & Portfolio

Repository Description
roshanjayswal-github-io.vercel.app 🌐 Personal portfolio website
fullstack-course4 HTML, CSS & JavaScript — Web Developers (Coursera)
html_css HTML & CSS projects

🎓 Education & Certifications

🎓 Education

Degree Institution Score
ME — Communication Engineering BITS Pilani CGPA 9.13/10
BE — Electronics & Telecom Fr. CRIT, Mumbai 80.50%

🏅 Awards & Publications

  • 🥈 1st Runner-Up — HackFest2k19 (Cisco)
  • 🏆 Narotam Sekhsaria Scholarship
  • 🌟 L&T Outstanding Academic Performance
  • 📄 FPGA Based Alarm Module — ICIEEE-2015
  • 📄 Patient Health Monitoring via IoT — IEEE ICIIP-2017

📜 Certifications

GenAI LangGraph n8n Stanford Cisco Coursera HackerRank


📊 GitHub Stats

 

GitHub Streak


📬 Contact

📧 [email protected]
📱 +91 9004117603
💼 linkedin.com/in/roshan-jayswal-ab4aa382
🌐 roshanjayswal-github-io.vercel.app
📍 Mumbai, Maharashtra, India

Visitor Count

Pinned Loading

  1. DSA_Python DSA_Python Public

    Python 1

  2. DS_indepth_python DS_indepth_python Public

    Python 1

  3. OOP_Python OOP_Python Public

    Python 1

  4. Algorithms Algorithms Public

    Stanford Online: Algorithms Specialization Course

    Python 1