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

    A high-performance, multi-threaded financial data visualisation tool for rendering real-time Binance order book heatmaps, providing traders with deep insights into market liquidity and volume clust…

    TypeScript 1

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

    A high-performance, real-time galactic N-body simulation leveraging TypeScript, Vite, and WebGPU to model stellar dynamics with computational astrophysics methodologies.

    TypeScript 1

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

    A high-performance, cycle-accurate Chip-8 interpreter running directly in your browser, powered by C and WebAssembly.

    C 1

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

    A high-precision, low-cost controller for Earth's Field Nuclear Magnetic Resonance (EFNMR) spectroscopy, built on the Raspberry Pi Pico (RP2040/RP2350).

    Python

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

    A high-performance, event-driven backtesting engine designed for the modern web. Built with PyScript and Python, this engine runs entirely in your browser - no backend servers or complex local envi…

    Python 1

  6. convolinear convolinear Public

    A fluent time-series and signal processing library for building data pipelines in a single line of Python.

    Python