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

Highlights

  • Pro

Block or report rehannali

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
rehannali/README.md

Hi there 👋🏻, I'm Rehan Ali

🚀 Mobile App Developer | 📱 iOS (Swift) & Flutter | 🧠 Backend Tech Enthusiast


💼 About Me

I help startups and businesses bring mobile app ideas to life — from zero to App Store.
I design and develop sleek, scalable, and high-performing mobile apps using Swift, Flutter, and modern backend tools.

  • 📱 I specialize in building polished mobile apps with Swift & Flutter
  • 📚 Open-source contributor and community-driven developer
  • 🌍 Collaborating remotely with global teams and startups
  • 🎨 I’m all about clean UI, smooth UX, and scalable architecture

🛠 Tech Stack & Tools

Mobile:

iOS Swift ObjectiveC Swift Package Manager CocoaPods Dart Flutter KMP Google Calendar Google Maps Google Pay Apple Pay Cloudinary Xcode AndroidStudio SQlite Realm

Backend & APIs:

Python FastAPI Flask SQLAlchemy MySQL PostgreSQL Postman Visual Studio Code IntellijUltimate

CI/CD & DevOps:

Git SVN GitHub Gitlab Bitbucket Travis-CI Badge Github Actions Badge CircleCI Jenkins Fastlane Docker Portainer

Data & ML:

NumPy TensorFlow Keras Pytorch Pandas Jupyter Notebook

Analytics & Monetization:

Firebase Google AdMob Google Ads Google AdSense Google Analytics

Other:

AWS  Elasticsearch Kibana Logstash OpenSearch Porkbun Cloudflare Github Pages Cloudflare Pages Cloudflare Workers Jira ClickUp Markdown


💻 GitHub Profile Stats

Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.


🏆 Github trophies


🤝 Let’s Work Together

💡 Got a project or startup idea? I’d love to hear about it.
🛠️ Need help building or scaling your mobile app? Let’s chat.
📩 Get in touch here →

Pinned Loading

  1. SGSerializable SGSerializable Public

    An enhancement of a current codable protocol for easier and better [en/de]coding of JSON.

    Swift 2

  2. Universal Framework for xcframework Universal Framework for xcframework
    1
    #!/bin/sh
    2
    
                  
    3
    # Make sure to run this script in Framework folder to work properly.
    4
    # Create universal-framework.sh and copy all content to it.
    5
    # Provide FRAMEWORK_NAME to start build
  3. appstore-animation-objective-c appstore-animation-objective-c Public

    Objective-C

  4. A simple solution for [weak self] or... A simple solution for [weak self] or [unowned self] dance. No need to worry about retain cycles.
    1
    struct Delegation<Input, Output> {
    2
        private(set) var callback: ((Input) -> Output?)?
    3
    
                  
    4
        mutating func delegate<Target: AnyObject>(to target: Target, _ callback: @escaping (Target, Input) -> Output) {
    5
            self.callback = { [weak target] (input) in
  5. mac-fresh-setup mac-fresh-setup Public

    This repo contains script to automate all installation after you bought new mac.

    Shell 3

  6. xcode-warnings xcode-warnings
    1
    #!/bin/bash
    2
    
                  
    3
    TAGS="TODO:|FIXME:|WARNING:"
    4
    ERRORTAG="ERROR:"
    5