Skip to content
View aditya0yadav's full-sized avatar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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 | Software Engineer

C++ Python Java JavaScript LinkedIn Portfolio Email

class AdityaYadav:
    def __init__(self):
        self.role = "Software Engineer @ AcutusAI"
        self.extracurricular = "Tutor @ Machine Learning"
        self.focus = ["ML", "Mathematics", "Scalable AI Solutions"]
        self.impact = {"QMAPI Platform": "7% ↑", "AI Prescreening": "25% ↑"}
        self.stack = {
            "AI/ML": ["LangChain", "PyTorch", "TensorFlow"],
            "Backend": ["Express", "Python", "Django", "FastAPI" ],
            "Frontend": ["React", "TypeScript", "Javascript"],
            "Cloud": ["AWS", "Docker", "K8s"]
        }

Pinned Loading

  1. apache/airflow apache/airflow Public

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

    Python 38.4k 14.6k

  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 3

  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 3

  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 3 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 3