Skip to content
View sthakur369's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report sthakur369

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

Header


👋 About Me

Hi! I'm Shubham — I enjoy building practical, real-world systems using Data, AI, and Full-Stack tools.

Right now, I'm focused on building something meaningful — not just projects, but products.


🚀 Currently Building

🔐 TamperTrail — Self-Hosted, Tamper-Proof Event Logging

🔗 Repository: https://github.com/sthakur369/TamperTrail

🌐 Website: https://tampertrail-app.vercel.app/

What happens when the person who alters your database also deletes the error log?

Most loggers just blindly accept and store text. TamperTrail is a high-performance centralized logger for your apps that actually protects your event data. Whether you are debugging a noisy microservice or preparing for a SOC 2 audit, TamperTrail ensures your logs are secure, searchable, and mathematically verifiable.

When you explore TamperTrail, you are seeing how I build complete, production-ready systems:

Built for Speed — Uses Write-Ahead Logging (WAL) and automatic PostgreSQL monthly partitioning to handle millions of rows without slowing down your app.

🛡️ Cryptographic Vault — Every log is SHA-256 hash-chained to detect tampering, and sensitive metadata is AES-128 encrypted at rest.

📦 Zero-Config Deployment — The FastAPI backend, React dashboard, and database all spin up securely with a single docker compose up.

It's not just a side project — it's an exercise in building scalable, real-world infrastructure.

👉 If you only check one repo on my profile, make it TamperTrail.


🧠 Other Projects

A Retrieval-Augmented Generation system for answering questions from multilingual PDFs.

Exploring graph-based approaches to smarter retrieval.

A JavaScript-based interactive 2D game builder.

🤖 Machine Learning Experiments

  • Credit Card Fraud Detection
  • Text Analysis
  • Web Scraper
  • MLops experiments

I enjoy building things end-to-end — from idea → backend → interface → deployment.


🛠️ Tech I Use


📊 GitHub Stats


🤝 Let's Connect


⭐ If you like what you see, feel free to explore my repositories and drop a star!

Thanks for visiting my profile 🙌

Pinned Loading

  1. TamperTrail TamperTrail Public

    TamperTrail — Where Logs Become Evidence. Self-hosted, tamper-proof logging and audit infrastructure using cryptographic hash chaining.

    Python 2