Skip to content
View shipitdev's full-sized avatar

Highlights

  • Pro

Block or report shipitdev

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
shipitdev/Readme.md

Hey, I'm shipitdev πŸ‘‹

I'm a software engineer focused on system architecture and machine learning. I actively study how major open-source codebases are built to write robust, production-grade systems, and I use ML/DL where it's the only real solution to the problem.


⚑ What I Know & How I Build

  • System Design & Architecture β€” deep in HLD and LLD, studying patterns across the stack rather than staying inside one framework's defaults.
  • Reading for mental models β€” I actually love reading technical engineering books and dissecting large open-source repos to write idiomatic, production-efficient code, not just correct code.
  • ML/DL β€” Building and training models from scratch, focusing on the mathematical fundamentals to solve real-world problems that are uniquely suited for AI.
  • A hacker's eye β€” I approach architecture and models edge-case-first, a habit from my background in offensive security.

πŸ”­ Currently Working On

  • Open-source core contributions β€” Active contributor and code reviewer across the foundational PyData & machine-learning ecosystem (NumPy, scikit-learn, pandas, statsmodels...).
  • Systems Programming & DSA β€” Developing a custom command shell in C to deepen my understanding of low-level process creation, I/O redirection, and OS-level execution along with Data Structures and Algorithms.
  • Algorithmic Architecture β€” Engineering a multi-agent autonomous trading pipeline in Python using LangGraph to dynamically evaluate market conditions and sentiment.

πŸ’¬ i'm always happy to talk and network with new people to collaborate and collect new insights.

🌐 Socials:

Discord Instagram LinkedIn X email

πŸ’» Tech Stack:

C C++ Python JavaScript Go PHP FastAPI NodeJS Express.js NumPy Pandas Matplotlib PyTorch TensorFlow scikit-learn Docker Linux Server Administration Elasticsearch Redis GitHub Actions

πŸ“Š GitHub Stats:

GitHub Streak


Profile Views

Pinned Loading

  1. cooked cooked Public

    An LLM-powered roast engine that analyzes your Spotify listening data and tells you exactly what it says about you. Brutally

    JavaScript

  2. ml-notes ml-notes Public

    My ML learning notes pushed to GitHub as I go. Covers EDA, feature engineering, statistics, and modeling β€” written in Obsidian, built around first principles.

  3. halo halo Public

    JavaScript 1

  4. neural-scratch neural-scratch Public

    Python 1

  5. LambdaSearch LambdaSearch Public

    Learning-to-Rank search engine using XGBoost LambdaMART and Elasticsearch. Trains on synthetic click behavior to re-rank BM25 results, evaluated by NDCG@10 on a held-out query set.

    Python

  6. cloud-metadata-simulator cloud-metadata-simulator Public

    A simple Go server that emulates cloud provider instance metadata services (IMDS) and serves #cloud-config user-data over HTTP.

    Go