SQLeasy
A lightweight, browser-based SQLite database manager. Create tables, insert and delete rows, and export the database, all through a clean web UI without writing SQL.
whoami
Learning modern technologies by building real, working software, from responsive frontends to the APIs and databases behind them.
about
nameMuhammad Asad
roleFull Stack Developer
focusAI Student
statusOpen to internships
I'm a full stack developer currently deepening my skills through hands-on projects, building interfaces that feel good to use, and the backend systems that keep them running.
Alongside web development, I'm exploring AI and how it fits into modern applications, from simple automations to full features. I like understanding a stack end to end rather than just one layer of it.
Currently open to internships and collaborative projects where I can keep learning by building.
stack
concepts
TCP/IP, HTTP, DNS, and how systems actually talk to each other over a network.
Processes, threads, memory management, and scheduling under the hood of Linux.
Core structures and complexity analysis, applied to writing efficient code.
Relational schema design, indexing, and querying with SQLite and PostgreSQL.
Git workflows, branching, and collaborating on shared codebases.
Packaging and running applications reproducibly with Docker.
credentials
Harvard University (via edX)
Harvard's Introduction to Computer Science; covering C, Python, SQL, data structures, algorithms, and web development fundamentals.
Progree
Hands-on internship covering responsive frontend development, backend APIs, and full-stack CRUD applications.
projects
asad@dev~/projects$ ls -al
A lightweight, browser-based SQLite database manager. Create tables, insert and delete rows, and export the database, all through a clean web UI without writing SQL.
A dependency-free Python package that wraps ThreadPoolExecutor with ordered results, per-item error isolation, retries with backoff, and global rate limiting for real parallel workloads.