Skip to content
View sahmed0's full-sized avatar
🎯
Focusing
🎯
Focusing
  • The University Of Manchester
  • United Kingdom

Block or report sahmed0

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

Hi there πŸ‘‹, I'm Sajid

πŸ”­ What I'm Working On

  • Upskilling on APIs & serverless functions.
  • Learning about perturbative asymptotic analysis & active brownian particles.
  • convolinear - A Python digital signal processing library built around fluent method chaining, so a complete data pipeline can be written in a single line.
result = Signal(data).bandpass(300, 3000).normalize().fft().plot()

πŸ›οΈ Background

I'm a Physics (MPhys) graduate from The University of Manchester, where I completed two Master's research projects:

  • πŸ“‘ R&D for an Earth's Field NMR Spectrometer
  • 🌊 Elastohydrodynamic scaling laws governing the motion of slender intruders in fluid-filled elastic channels

πŸš€ Featured Projects

Project Description
Live Crypto Order Book Heatmap Real-time visualisation of order book depth and liquidity on the Binance crypto exchange
N-body Simulation GPU based gravitational simulation of N interacting bodies in a galaxy formation
Chip-8 Emulator A fully functional emulator for the Chip-8 virtual machine (with games you can play)

Physics Mathematics Data Analysis Financial Modelling Software Development

Python TypeScript JavaScript C C++ Vercel React SQLite Matplotlib NumPy Pandas Plotly scikit-learn Scipy Git Arduino Raspberry Pi

Pinned Loading

  1. crypto-order-book-heatmap crypto-order-book-heatmap Public

    Real-time Binance order book heatmap

    TypeScript 1

  2. galaxy-n-body-simulation galaxy-n-body-simulation Public

    Galactic N-body simulation using WebGPU (N = 100k+)

    TypeScript 1

  3. chip-8-emulator chip-8-emulator Public

    Chip-8 emulator + pre-loaded games, running directly in your browser.

    C 1

  4. spectrometer-cpp-firmware spectrometer-cpp-firmware Public

    C++ firmware w/ Python GUI for RP2040 microcontroller for NMR Spectrometer

    Python

  5. backtesting-quant-engine backtesting-quant-engine Public

    Event-driven trading strategy backtesting for SMA & OU mean reversion

    Python 1

  6. convolinear convolinear Public

    A clean, chainable Python library for digital signal processing.

    Python