جميع المشاريع التي أنجزتها والتي تعكس رحلتي التقنية
Experimented with implementing asynchronous functionality in C, exploring low-level concurrency concepts.
My personal website, where I integrated my own blog system, portfolio, and other projects in it.
Contributed to GitNav by refactoring the UI rendering system, implementing a debugger, and improving state management to fix re-rendering issues. Added key press throttling and optimized terminal performance.
A real-time Bluesky firehose relay service that processes and streams AtProto events to clients via WebSockets, built on Cloudflare Workers.
A WebAssembly-based channel implementation that allows for efficient message passing between different contexts, written in Rust. And Built on top of Cloudflare Edge First Infra as an intentionaly over engineered distributed system.
C/C++ library and tool for scanning a process's memory space on Windows to find regex string patterns.
Developed a real-time newsletter application that uses PostgreSQL's NOTIFY/LISTEN functionality with Server-Sent Events (SSE) for reactive updates.
Created a C language library to build an HTTP server with simple instructions, utilizing a HashMap algorithm to handle routes.
Developed a custom protocol to simulate FTP as a challenge, experimenting with structures and serializing binary data in C.
Developed an Instagram bot that allows users to download media by sending a direct message with a post link. It supports configuration for multiple users.
Built a bot that unlikes posts that a user has previously liked, helping users to easily clean up their Instagram feeds.
Developed an Instagram bot in C that sends a direct message to any Instagram user via SSL sockets using OpenSSL.
Created a Windows console with a Linux theme, implementing custom commands and instructions directly using Windows APIs.
Developed a bot that swaps Instagram usernames using the web API, ensuring that rare usernames are not caught by automated tools.
Created a tool to scan devices in a local area network (LAN) using the ARP protocol, written in C.
Built an echo server in Assembly, using MASM and Windows APIs, to demonstrate low-level networking skills.
Developed a Python-based Instagram bot that allows users to automatically download media (videos and photos) from Instagram by simply copying the post URL.
Created a bot to clean Instagram Direct Messages by logging into an account and removing all messages in a user's inbox.
Developed a bot that automates the process of accepting follow requests on a private Instagram account. The bot refreshes every 15 seconds and accepts requests, making it easier to manage followers.
Built a tool to eject a CD-ROM drive over a socket connection using C#. This tool only supports Windows.
Created a simple HTTP server from scratch using D language and sockets, featuring path handling, cookies, and an admin login system.