Back to Home

Personal Projects

Java Multi-Pool Manager
pool-manager

Developed a generic connection pooling framework with extensible support for multiple protocols (e.g., SSH, SMB) to centralize resource management for command execution, file uploads, and downloads.

Enhanced flexibility with reusable components and pluggable handlers for new connection types.

Integrated monitoring mechanisms to track connection health, utilization, and performance, ensuring scalability and operational reliability.

Technologies

Java 17Java GenericsApache Common PoolsSSHJSMBJJUnit 5MockitoTest Containers
GoRSA
gorsa

Created a Go project implementing a full RSA cryptography system. The code generates secure keys, encrypts and decrypts messages, and supports digital signatures using advanced cryptographic techniques.

Built with Go's crypto libraries, the project demonstrates practical encryption methods through secure prime number generation, message hashing, and mathematical operations on large integers.

Technologies

GoCryptographyRSA AlgorithmSHA-256Big Integer Manipulation
Google Form Filler
google-form-filler

Developed a tool to automate the submission of Google Forms. Utilized Burp Suite to capture and analyze network traffic, gaining insights into how Google transmits form data to servers.

This project helped me understand how powerful Burp Suite can be and it made me understand topics like Forwarding Proxies as well as the Repeater feature of Burp.

Technologies

Python 3Burp Suite