Skip to content
View Shenouda-Fawzy's full-sized avatar

Block or report Shenouda-Fawzy

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
Shenouda-Fawzy/README.md

Hello World! 👋

Big things are built from small pieces, so I love to build them in an efficient manner by applying the appropriate Algorithms, DS and Design patterns

I'm a Backend Engineer who likes to program with Golang, but not limited to Go, I used to program with C#, currently I'm working on Fintech industry, dealing with payment gatways and banks using Go, SQL and REDIS. Everywhile I try to build a small side project to learn new concept or tool. Such as implementing basics DS like Stack, Queue, Linkedlist … etc.

My daily work OS Linux/Ubuntu, and my personal OS is Windows

  • 🔭 I used to use Docker for some dev works
  • 🌱 I’m currently learning Distributed systems and Azure
  • 📫 How to reach me: Shenouda Fawzy

Pinned Loading

  1. Datastructure_implementation Datastructure_implementation Public

    This repo is an implementation of basics DS like Stack, Queue, LinkedList for learning How This DS work and what was it's problem and how it solved.

    C++ 4

  2. Go-Generic-linkedlist Go-Generic-linkedlist Public

    This repository holds basic linked list functionality implemented in Go generic feature

    Go

  3. DES-Enc-Modes DES-Enc-Modes Public

    [C# .NET] This project is a Cryptography project which encrypt a Bitmap gray image using DES

    C#

  4. SubtitleTiming SubtitleTiming Public

    This tool is to sync the subtitle with the movie by determining the shift between the actor voice and subtitle, then after knowing the duration shift (5 sec forward or backward), you can adjust it …

    Java 3 1

  5. farabco farabco Public

    [JAVA] Farabco is a Desktop application than convert from Franco format to Arabic format and vice versa

    Java 2

  6. TinnyC_compiler TinnyC_compiler Public

    It's a Compiler Project it contain only lexer and parser

    Java