Project Archive

A comprehensive collection of 13 projects spanning web development, system programming, AI experiments, and creative tools.

YearProjectTechnologiesLink
2024

Narratify

Interactive learning tool for autism using MediaPipe, TTS, and Next.js.

Next.js
MediaPipe
Text-to-Speech
JavaScript

sys-calls-linux

Developed 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 Chatbot

CBT-powered chatbot backend with LLM, Redis, and sentiment routing.

LLM
Redis
Python
AI
CBT
NLP
2024

Relaunchd

File-watching relaunch tool for dev environments using Go and YAML.

Go
YAML
DevOps
Tooling
github.com/bhusal-rj/relaunchd

Neural Network from Scratch

Implemented a neural network from scratch in Python, focusing on backpropagation and optimization techniques.

C
github.com/bhusal-rj/NeuralNetwork_C
2024

git-js

A 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 Go

Built load-balanced, fault-tolerant microservices using RPC.

Go
gRPC
Microservices
Load Balancing
RPC
github.com/bhusal-rj/microservices-golang
2024

CGNAT TCP Tunnel

Developed secure custom TCP tunnel to bypass CGNAT.

Networking
TCP/IP
Security
Tunnel
Go
github.com/bhusal-rj/tunneling-project
2024

TUS Video Uploads

Resumable uploads for large files with fault tolerance.

TUS Protocol
JavaScript
File Uploads
Frontend
Backend
2024

React-Latex

A 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 Scratch

Built 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 WebSockets

Built robust socket system with Redis pub/sub and reverse proxy.

WebSocket
Redis
NGINX
Load Balancing
Backend

Scalable Ecommerce Application with Redis and Svelte

Developed 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