Pinned Repositories
springboot-kubernetes-sse-project
Distributed Service to view live incoming broadcast messages using Spring Boot, Maven, Docker, Kubernetes, and Java Server Side Events (SSE). SSE's are a tool used for sending real time notifications and updates to web applications. These events are pushed from server to client via HTTP
springboot-kafka-project
A project which demonstrates how to create a cluster of multiple Kafka brokers and Zookeeper nodes on AWS EC2 instances. Also demonstrates how to use Spring Boot to customize Kafka producers
raft-distributed-system-project
Implementing RAFT consensus algorithm for scalable, available, and fault-tolerant distributed system
PyNaCl_program
Encrypting files using PyNaCla
aead_program
cs683
Hacking, Malware and Cybersecurity
CS683-Project1
cs690-todoProject
todo using node, express, postgres, and sequelizer.
Examples
Graphs-Example
Creating a maze using a graph and implementing Kruskal's minimum spanning tree algorithm to find the shortest path
osharif12's Repositories
osharif12/springboot-kubernetes-sse-project
Distributed Service to view live incoming broadcast messages using Spring Boot, Maven, Docker, Kubernetes, and Java Server Side Events (SSE). SSE's are a tool used for sending real time notifications and updates to web applications. These events are pushed from server to client via HTTP
osharif12/infrastructure-hw
osharif12/springboot-kafka-project
A project which demonstrates how to create a cluster of multiple Kafka brokers and Zookeeper nodes on AWS EC2 instances. Also demonstrates how to use Spring Boot to customize Kafka producers
osharif12/raft-distributed-system-project
Implementing RAFT consensus algorithm for scalable, available, and fault-tolerant distributed system
osharif12/cs683
Hacking, Malware and Cybersecurity
osharif12/PyNaCl_program
Encrypting files using PyNaCla
osharif12/Python-Testing-CI
osharif12/profile
osharif12/Polyglot_Files
How to create a polyglot file that can run javascript inside a jpeg file
osharif12/aead_program
osharif12/Offensive_Security
osharif12/RSA-Public-Key-Cryptosystem
osharif12/CS683-Project1
osharif12/react-server
osharif12/todo-react-node
osharif12/cs690-todoProject
todo using node, express, postgres, and sequelizer.
osharif12/RESTful-API-Servers-Example
Created two webservers(one with raw sockets and one with Jetty/servlets) to provide RESTful API's to access hotel data.
osharif12/Multithreading-Example
In this program I created my own reentrant read-write lock. I then wrote a multithreaded program to concurrently load hotel information from json files into data structures.
osharif12/Graphs-Example
Creating a maze using a graph and implementing Kruskal's minimum spanning tree algorithm to find the shortest path
osharif12/Examples
osharif12/Hello-World-1
Tutorial on creating repositories, understanding master branches/features, and understanding pull requests