Giter Site home page Giter Site logo

I'm Sokkary, Software Engineer šŸ‘Øā€šŸ’» studying and working remotely since 2020šŸš€

  • I'm working at Singularity Finance

  • šŸ”­ Iā€™m currently studying at German University In Cairo

  • šŸŒ± Iā€™m currently a Blockchain enthusiast.

  • āš” Fun fact: I adore Koshary that I can eat as my breakfast šŸ²


A little more about me...
public class Engineer {
  String Name ;
  String UniName;
  int  noLangs;
  String Langs [];
  
  public Engineer (String name, String UniName , int noLangs) {
      this.Name = name;
      this.UniName = UniName;
      this.noLangs = noLangs;
      Langs [] = new String [noLangs] ;
  }
  
  public static void main (String args []){
      Engineer Sokk = new Engineer("Aly Hassan Elsokkary" , "German University In Cairo" , 3);
      Sokk.Langs[0] = "Ar";
      Sokk.Langs[1] = "En";
      Sokk.Langs[2] = "De";
  }

}

My Skill Set

Frontend

React Bootstrap CSS3 HTML5 JavaScript

Backend

Haskell Java JavaScript MongoDB Python PHP Node.js Flutter Express.js C++ C# MySQL C OpenCV pytorch Dart

DevOps

AWS Kubernetes Linux Git

Connect with me


Github Stats





Aly Hassan Elsokkary's Projects

chromedinosimulator icon chromedinosimulator

We wanted to take computer games to the next level by adding some interaction to them and for this task we chose the dinosaur game that appears each time there is no internet connection, our idea was to allow the player to play this game not only through pressing some buttons on his/her keyboard but actually through jumping in real life, so the player has to actually jump in order to skip the cactus and win the game.

cpucache icon cpucache

Cache is a component that stores data so that future requests for that data can be served faster. Recently or frequently used data are stored temporarily in the cache to speed up the retrieval of the data by reducing the time needed for accessing cache clients data such as the CPU. In this project you must present a successful implementation of a simplified CPU cache system that works by retrieving data (from cache if possible, otherwise from memory) given the memory addresses of the data and successfully updating the cache upon the data retrieval. The idea of a cache is that it introduces hierarchy into memory systems. Thus, instead of having one level for a large memory which will probably be slow because it needs to be cheap, we can have multiple levels

ftso-signal-providers icon ftso-signal-providers

A curated Flare time series oracle (FTSO) signal provider list for the Songbird and Flare blockchains.

guc_cms_extension icon guc_cms_extension

This extension is used for your eye convience and relaxation from the light mode of GUC CMS šŸ˜ŽšŸ˜ŽšŸ˜Ž. Furthermore, it downloads all content files by files' original name (not GUC_175_56_17809_2022-02-25T17_33_08) so you don't have to rename your downloaded files šŸ˜‰

habiba-khaled icon habiba-khaled

It's a blog for my friend habiba that gathers all the birthday wishes of her friends

ideasbag2geeks icon ideasbag2geeks

Idea Bag 2 was developed to provide programmers of all proficiency levels, ideas for pet projects to work on when they are looking to increase their proficiency in a particular programming language. Idea Bag 2 is ideal for hands-on learners. The ideas featured in this application can be programmed in popular programming languages like C#, Java, Go, Python, Ruby, JavaScript and PHP for either the Web, MacOS, Windows PC, Android, Windows Phone or iOS. Just fire up your favorite IDE, start a new project and begin work on any of the projects featured in this app.

orangeofficeboy icon orangeofficeboy

This project was defined by 1st line support team, and its approach is to have an automated tool to decline all cancelled requests in Siebel and EAI

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.