Skip to main content

Projects

Selected work and open-source contributions

Portfolio Overview

A curated selection of projects demonstrating full-stack development, open-source contribution, and adherence to web standards. All repositories are available on GitHub.

HTML-Portfolio

| Status: Active | License: MIT

HTML-Portfolio logo
Pure HTML5 developer portfolio — this website

A complete, multi-page developer portfolio built using only HTML5. No CSS, JavaScript, or frameworks. Demonstrates semantic markup, accessibility, SEO best practices, and GitHub Pages deployment.

Technologies
HTML5, GitHub Actions, GitHub Pages
Repository
github.com/MuhammadShahsawar/HTML-Portfolio
Live Demo
html-portfolio.roboticela.com

Roboticela Platform

| Status: Production

Enterprise robotics management platform enabling real-time monitoring, fleet coordination, and automated task scheduling for industrial robots.

Technologies
React, Node.js, PostgreSQL, Docker, AWS
Role
Lead Full-Stack Developer
Highlights
  • Reduced deployment time by 60% with GitHub Actions pipelines
  • Designed RESTful API serving 10,000+ daily requests
  • Implemented role-based access control (RBAC)

Microservices API Gateway

| Status: Open Source

Lightweight API gateway with rate limiting, JWT authentication, request logging, and service discovery for microservices architectures.

Technologies
Go, Redis, Docker, Kubernetes
Repository
github.com/MuhammadShahsawar
GET /api/v1/services HTTP/1.1
Host: gateway.example.com
Authorization: Bearer <token>

HTTP/1.1 200 OK
Content-Type: application/json

{"services": ["auth", "users", "orders"]}

DevTools CLI

| Status: Maintained

Command-line utility for automating common developer workflows: project scaffolding, dependency auditing, and git hook management.

Technologies
Python, Click, PyPI
Install
pip install devtools-cli

Usage example:

devtools init --template react-ts


Task Manager Pro

| Status: Archived

Full-featured task management application with drag-and-drop boards, team collaboration, and real-time notifications via WebSockets.

Technologies
Vue.js, Express, MongoDB, Socket.io
Metrics
500+ active users at peak

All Projects Summary

Complete project listing
Project Year Stack Status
HTML-Portfolio 2026 HTML5 Active
Roboticela Platform 2025 React, Node.js Production
API Gateway 2025 Go, Redis Open Source
DevTools CLI 2024 Python Maintained
Task Manager Pro 2024 Vue.js, Express Archived
View all repositories on GitHub