Skip to content
View AmirAlahmedy's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@nandbox

Block or report AmirAlahmedy

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

Hi there, I'm Amir Salah Alahmedy πŸ‘‹

πŸ˜ƒ I live in Cairo, Egypt and I'm 25 years old. I'm constantly learning.
😊 I love problem-solving, although I consider myself an average problem-solver.
πŸ”­ I’m currently working at Nana.
🌱 I studied computer engineering at Cairo University.
πŸ’¬ Ask me about anything.
πŸ“« How to reach me: [email protected]

Pinned Loading

  1. spring-cloud-circuit-breaker spring-cloud-circuit-breaker Public

    A walk through the spring cloud circuit breaker guide https://spring.io/guides/gs/cloud-circuit-breaker

    Java

  2. Simulation of some modulation techni... Simulation of some modulation techniques using Python.
    1
    import matplotlib.pyplot as plt
    2
    from numpy import arange, cos, sin, fft
    3
    from math import pi
    4
    from scipy.signal import hilbert
    5
    
                  
  3. KarimIbrahim11/EyeFood-Food-Recognition KarimIbrahim11/EyeFood-Food-Recognition Public

    Oriental Food detection and Classification solution for visually impaired individuals. Thesis for my Bachelor's at Cairo University - Faculty of Engineering.

    Python 2

  4. KarimIbrahim11/OMR KarimIbrahim11/OMR Public

    Optical Music Recognition

    Jupyter Notebook 1

  5. BigBytes BigBytes Public

    Crafting my own interpreter one step at a time.

    Java

  6. playing-with-sqlalchemy playing-with-sqlalchemy Public

    I am using this repo to learn how to use SQLAlchemy.

    Python