Projects

A collection of practical tools and experiments focused on APIs, support engineering, and operational systems.
In Progresss - Are projects ever really complete?
| Project | Description | Tech |
|---|---|---|
| Service Monitor: here | Check uptime of service endpoints using a simple button, showing ms time to respond and http response code | Javascript · API· CLI |
| Latency Monitor: here | Monitors URL latency over multiple curl runs, reports average response time | Python |
| API Monitoring + Alerts | Monitor API endpoints, detect failures, classify errors (timeout, 500, DNS, SSL), and log responses for debugging. | Python · Requests · JSON · CLI |
Roadmap
| Project | Description | Tech |
|---|---|---|
| Webhook Debugger | Capture and inspect webhook payloads, display headers and JSON body, and support debugging of failed integrations. | Python · Flask · HTTP · JSON |
| Incident Management Tool | Create, track, and resolve incidents with severity, priority, timelines, and postmortem summaries. | Python · Flask · SQLite |
| Log Analyzer | Parse logs, extract errors and status codes, and highlight anomalies for system health insights. | Python · Regex · Data parsing |
Approach
All projects are built with a focus on:
- Real-world support scenarios
- Debugging and observability
- API-first systems
- Clear, structured output
Notes
These projects are actively being developed and documented. Each will include:
- GitHub repository
- Technical breakdown
- Lessons learned