Project Archive
A comprehensive collection of 13 projects spanning web development, system programming, AI experiments, and creative tools.
| Year | Project | Technologies | Link |
|---|---|---|---|
| 2024 | NarratifyInteractive learning tool for autism using MediaPipe, TTS, and Next.js. | Next.js MediaPipe Text-to-Speech JavaScript | — |
| — | sys-calls-linuxDeveloped a custom system call in the Linux kernel to enhance process management capabilities, focusing on low-level system programming and kernel development. | C Linux Kernel System Programming | github.com/bhusal-rj/linux |
| 2024 | Emotion-Aware ChatbotCBT-powered chatbot backend with LLM, Redis, and sentiment routing. | LLM Redis Python AI CBT NLP | — |
| 2024 | RelaunchdFile-watching relaunch tool for dev environments using Go and YAML. | Go YAML DevOps Tooling | github.com/bhusal-rj/relaunchd |
| — | Neural Network from ScratchImplemented a neural network from scratch in Python, focusing on backpropagation and optimization techniques. | C | github.com/bhusal-rj/NeuralNetwork_C |
| 2024 | git-jsA JavaScript library for Git operations, enabling developers to interact with Git repositories programmatically. | JavaScript Git Library Development | github.com/bhusal-rj/git-js |
| 2024 | gRPC Microservices in GoBuilt load-balanced, fault-tolerant microservices using RPC. | Go gRPC Microservices Load Balancing RPC | github.com/bhusal-rj/microservices-golang |
| 2024 | CGNAT TCP TunnelDeveloped secure custom TCP tunnel to bypass CGNAT. | Networking TCP/IP Security Tunnel Go | github.com/bhusal-rj/tunneling-project |
| 2024 | TUS Video UploadsResumable uploads for large files with fault tolerance. | TUS Protocol JavaScript File Uploads Frontend Backend | — |
| 2024 | React-LatexA React component for rendering LaTeX equations, enabling seamless integration of mathematical expressions in web applications. | React LaTeX JavaScript Frontend | github.com/bhusal-rj/react-latex |
| 2024 | TCP/UDP Server From ScratchBuilt a custom TCP/UDP server in C, focusing on low-level socket programming and protocol handling. | C TCP/IP UDP Socket Programming | github.com/bhusal-rj/network-programming |
| 2024 | Scaling WebSocketsBuilt robust socket system with Redis pub/sub and reverse proxy. | WebSocket Redis NGINX Load Balancing Backend | — |
| — | Scalable Ecommerce Application with Redis and SvelteDeveloped a scalable ecommerce application using Redis for caching and Svelte for the frontend, focusing on performance optimization and user experience. | Svelte Redis Ecommerce Frontend Backend | — |