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.

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

Hi there 👋🏻, I'm Rehan Ali,

A Software Engineer who loves to convert thoughts into code.

  • 📲 Wanna talk about new App, Contact me here.
  • 💬 Talk about anything here.
  • 📚 open-source contributor.
  • 🍔 Currently developing TasteBuds.
  • 🎯 Portfolio site: Portfolio.
  • 📱 Love to build things Specially in iOS and Flutter.
  • ❤️ Love to explore new places.

💻 Technologies I Love

  • iOS
  • Flutter
  • Machine Learning
  • Data Science
  • AWS

Stats:

version :11.06.2024 ProfileView Hits Contributers

Stars Forks GitHub Rehan Ali   

PRs Welcome Open Source Love Last Commit

Mac Windows Linux 

Apple Asus

📈 Stats

💻 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.

⚡ Recent GitHub Activity

Rehan's Activity Graph

🏆 Github trophies

📘 Open Source projects 🔥

readme-typing-svg custom-icon-badges

StackOverflow Activity

Rehan's Activity Graph

🛠 Tech Stack & Tools

Swift ObjectiveC Dart Python FastAPI Flask SVN Git GitHub Gitlab Bitbucket Markdown NumPy TensorFlow Keras Pytorch Pandas Docker Xcode Visual Studio Code Jupyter Notebook IntellijUltimate AndroidStudio Travis-CI Badge Github Actions Badge CircleCI Jenkins Fastlane

Reach me via 👇🏻

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. Universal Framework depends on Cocoa... Universal Framework depends on Cocoapods
    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
  4. mac-fresh-setup mac-fresh-setup Public

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

    Shell 3

  5. Trial Reseter for MAC Trial Reseter for MAC
    1
    import os
    2
    from pathlib import Path
    3
    from sys import argv
    4
    
    
    5