Skip to content
View JDeep1234's full-sized avatar

Highlights

  • Pro

Block or report JDeep1234

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
JDeep1234/README.md

OpBento

Typing SVG
Profile views GitHub followers

๐Ÿš€ About Me

Coding

๐ŸŽ“ Passionate Developer specializing in ML Security, Quantitative Systems, and Software Engineering

๐Ÿ”ญ Currently Working On: Adversarial ML & model robustness, low-latency systems, and quant research tooling

๐ŸŒฑ Learning: Stochastic modeling, HFT infrastructure, red-teaming LLMs, and secure ML pipelines

๐Ÿ’ก Interests: Quantitative Finance, ML Security, Systems Design, Adversarial AI, and Algorithmic Trading

๐Ÿ“ซ Contact: jdeepb34@gmail.com

โšก Fun Fact: I love turning complex mathematical models into efficient, production-grade systems!


๐Ÿ› ๏ธ Languages and Tools

Row 1
Row 2
Row 3

๐Ÿ… Holopin Badges & Achievements

๐ŸŽƒ Hacktoberfest Achievements

Hacktoberfest 2024 Open Source Contributor

๐Ÿ’ป Coding Profiles & Analytics

๐Ÿ“Š GitHub Analytics

GitHub Stats GitHub Streak
Top Languages

๐Ÿ† GitHub Trophies

GitHub Trophies

๐Ÿค Connect With Me


๐ŸŽฏ Current Focus

class BJnyanadeep:
    def __init__(self):
        self.name = "B Jnyanadeep"
        self.language_spoken = ["Python", "C++", "Java", "SQL"]
        self.current_focus = [
            "ML Security & Adversarial Robustness",
            "Quantitative Research & Algo Trading",
            "Systems Engineering & Low-Latency Design",
            "Secure ML Pipelines & Red-Teaming LLMs"
        ]
        self.coding_platforms = {
            "leetcode": {"problems_solved": "425+", "contest_rating": "1500+", "streak": "100+ days"},
            "hackerrank": {"stars": "5โญ", "domain": "Problem Solving"},
            "github": {"contributions": "500+", "repos": "50+"}
        }
        self.quant_stack = {
            "math": ["Stochastic Calculus", "Linear Algebra", "Probability Theory", "Time Series"],
            "tools": ["NumPy", "Pandas", "SciPy", "QuantLib", "Backtrader"],
            "strategies": ["Statistical Arbitrage", "Factor Modeling", "Options Pricing", "Backtesting"]
        }
        self.ml_security = {
            "adversarial_ml": ["FGSM", "PGD Attacks", "Model Inversion", "Membership Inference"],
            "defenses": ["Adversarial Training", "Certified Robustness", "Differential Privacy"],
            "llm_security": ["Prompt Injection", "Jailbreaking", "Red-Teaming", "Model Fingerprinting"]
        }
        self.swe_principles = [
            "Design for scale, optimize for latency",
            "Security-first architecture",
            "Test-driven, benchmark everything",
            "Clean abstractions over clever hacks"
        ]
        self.achievements = [
            "Hacktoberfest Contributor",
            "Adversarial ML Researcher",
            "Open Source Advocate",
            "Quant Systems Builder"
        ]

    def current_research(self):
        return {
            "ml_sec": "Robustness of financial ML models under distribution shift & adversarial perturbation ๐Ÿ›ก๏ธ",
            "quant":  "Building alpha signals using NLP + order book microstructure ๐Ÿ“ˆ",
            "swe":    "Low-latency data pipelines and execution engine design โšก"
        }

    def say_hi(self):
        print("Thanks for dropping by! Let's connect and build something amazing together.")
        print("๐Ÿš€ Always ready for new coding challenges and collaborations!")
        print("๐Ÿ“ Currently bridging quant finance, ML security, and systems engineering โ€” one algorithm at a time!")

me = BJnyanadeep()
me.say_hi()
print(f"๐Ÿ”ฌ Research: {me.current_research()}")

๐Ÿ“ˆ Coding Activity

Activity Graph

Daily Dev Quote

โญ Don't forget to star the repositories you find interesting!

๐ŸŽฏ Let's solve problems together and make the world a better place through code!

Happy Coding! ๐Ÿš€


Popular repositories Loading

  1. Iot-Projects-Part-B Iot-Projects-Part-B Public

    C++ 14

  2. DAA-Programs DAA-Programs Public

    C 8

  3. Applied-Cryptography-Lab-Programs Applied-Cryptography-Lab-Programs Public

    C 6

  4. AIML_LAB_5th_Sem AIML_LAB_5th_Sem Public

    Python 3 1

  5. SenSpy SenSpy Public

    Senspy is a network monitoring and anomaly detection tool built using Flask, Scapy, and Chart.js . It provides real-time insights into network traffic, anomaly analysis, and CPU usage through interโ€ฆ

    HTML 2 2

  6. JDeep1234 JDeep1234 Public

    TypeScript 2