Skip to content
View AhmedAliIbrahim's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@KlubKangaroo
Block or Report

Block or report AhmedAliIbrahim

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

Hi I'm Ahmed Ali Ibrahim 👋

I'm a passionate software engineer who loves working on all sorts of web backend projects & mobile projects. I mainly use Ruby and React Native but am flexible and can use any language.

  • 🔭 I'm a Software Engineer [@klubkangaroo]
  • 💬 Ask me about Ruby & ReactNative

My GitHub Stats

Ahmed Ali Ibrahim's github stats

Pinned

  1. fawry-api/fawry fawry-api/fawry Public

    A plug-and-play library to interface with Fawry's payment gateway API (charge, refund, payment status, card payment, service callback v2) - (مكتبة بسيطة للتواصل مع شبكة خدمات الدفع الإلكتروني فوري …

    Ruby 55 8

  2. Cequens Cequens Public

    A plug-and-play library that make it easier to use Cequens SMS APIs

    Ruby 7

  3. leetcode leetcode Public

    Problems solution in ruby

    Ruby 1

  4. how to create a payfort signature ! how to create a payfort signature !
    1
    # key is payfort passphrase request or response 
    2
    
                  
    3
    def sign_with_key(params, key)
    4
      string_to_digest = params.sort { |a, b| a[0].upcase <=> b[0].upcase }.map { |k, v| "#{k}=#{v}" }.join()
    5
      string_to_digest = "#{key}#{string_to_digest}#{key}"
  5. hotwire-infinite-scroll hotwire-infinite-scroll Public

    Ruby 1