Skip to content
View omardoescode's full-sized avatar
βŒ›
Compiling ...
βŒ›
Compiling ...

Block or report omardoescode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
omardoescode/README.md

πŸ‘‹ Hello, I'm Omar Mohammad

  • πŸ§‘β€πŸ’» A backend engineering student with background in Typescript.
  • πŸ–ŠοΈ I'm currently investigating the world of database internals
  • πŸ“š I'm reading Designing Data Intensive Application

πŸ‘· Currently building

  • A storage engine in Rust based on LSM trees and SSTables.
  • A secret project 🀫 [Will talk about later]

πŸ“Œ Pinned Projects

  • PandoraDrive: A cloud storage service to setup on local routers on home labs, with some chatbot for trivia when bored
  • Workflow Mediator: This mediator orchestrates the event processors to run in sequence, handle failures, run event handlers, and all using YAML!.
  • huff: A Tool to compress and uncompress text files using an implementation of the huffman tree

πŸ“‹ Some facts:

  1. Student at Egypt University of Informatics
  2. Fun fact: I use arch btw (πŸ€“)

Pinned Loading

  1. Crafty Crafty Public

    A game engine for kids

    C++

  2. DEVUCP/TowerDefense DEVUCP/TowerDefense Public

    Simple Tower Defense game written in C++ (SFML)

    C++ 3

  3. Huffman-Compression Huffman-Compression Public

    A Tool to compress and uncompress text files using an implementation of the huffman tree

    C 3

  4. minesweeper minesweeper Public

    An aesthetic remake of the class Minesweepr game with beautiful animations and music and extra functionalities

    Python 2

  5. Jack-Compiler Jack-Compiler Public

    This is my first ever compiler. It's module 11's project in the famous Nand2tetris course. It's built in c++ and translates Jack language into VM code

    C++ 1

  6. competitive-programming competitive-programming Public

    My templates, data structures, algorithms implementation, and code to some problems

    C++