Projects

Feel free to contact me if you need access to the projects' source code.

Slack Clone

Created a simple version of Slack, a single-page Full-Stack Web Application, supporting multiple workspaces, channels, threads and direct messages 

Technologies: Node.js, Express, React, Material-UI and PostgreSQL

Slug Signature

Designed and developed an email signature generator in the form of web application in which users can build customized signatures to include in their emails.

Technology: Node.js, React, JavaScript, CSS, HTML

HTTP Server

Designed and created a multi-threaded HTTP server that is capable of processing GET, HEAD and PUT requests and  concurrently logging them for server health checking

Technology: C, POSIX threads

Load Balancer

Designed and implemented a multi-threaded load balancer with caching capability to distribute connections over a set of running servers

Technology: C, POSIX threads

Griff Blockchain

Created a Blockchain miner that sends and receives transactions to/from remote nodes and creates Blockchain Blocks using the Proof of Work algorithm

Technology: Java

Drone Pi

Developed a program that simulates communicating with a drone that is surveying land for information and provides a portal for drone data storage in a database as well as reviewing summarized data results

Technologies: Java, JSP, Servlets, REST Web services, JSON, HTML, Databases

Comic Treasury

Programmed a cross-platform mobile application in which users can search and find comic books' info from the available database and save results into their accounts

Technologies: HTML, CSS, JavaScript, jQuery, jQuery Mobile, MongoDB




File Compression

Created a compression program consists of encoder and decoder to compress and decompress files

Technology: C