Skip to content
View aditya0yadav's full-sized avatar
  • AcutusAI, Worldquant
  • Delhi India
  • 11:28 (UTC -12:00)
  • LinkedIn in/2580aditya

Block or report aditya0yadav

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
aditya0yadav/README.md

Aditya Yadav | AI & Software Engineer

C++ Python Java React FastAPI Django AWS Docker LinkedIn Portfolio

class AdityaYadav:
    def __init__(self):
        self.current = [
            "Research Consultant @ WorldQuant",
            "Google Summer of Code 2025 Contributor @ Apache Software Foundation"
        ]
        self.past = ["Software Engineer @ AcutusAI"]
        self.focus = [
            "Machine Learning", 
            "Mathematical Modeling", 
            "Scalable AI Systems"
        ]
        self.extracurricular = [
            "Tutor @ Machine Learning",
            "Open Source Contributor",
            "Freelance Full Stack Developer"
        ]
        self.stack = {
            "AI/ML": ["LangChain", "PyTorch", "TensorFlow", "Scikit-learn"],
            "Backend": ["FastAPI", "Django", "Flask", "Express"],
            "Frontend": ["React", "TypeScript", "JavaScript"],
            "Cloud & DevOps": ["AWS", "Docker", "Kubernetes", "CI/CD"]
        }

    def __str__(self):
        return "Building intelligent systems with math, code, and creativity."

Pinned Loading

  1. apache/airflow apache/airflow Public

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

    Python 42.8k 15.8k

  2. Proxy-Caching-Server Proxy-Caching-Server Public

    A Proxy Caching Server acts as an intermediary between clients and the main server, storing frequently accessed content locally to reduce latency, bandwidth usage, and server load. It improves perf…

    Python 5

  3. Memory-allocator Memory-allocator Public

    A thread-safe C implementation of malloc() that manages memory using a linked list structure. Features block reuse and mutex-based synchronization for concurrent access.

    C 5

  4. server-connection server-connection Public

    This project, Server Connection, demonstrates various server communication techniques using the C programming language. It showcases three key approaches—blocking, non-blocking, and multi-threading…

    C 5 1

  5. web-maestro web-maestro Public

    Welcome to Web Maestro! This project is designed to help you build a versatile and feature-rich blogging platform with a focus on user management and real-time interactions.

    JavaScript 5