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

Block or report sajjadjaved01

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

Hi there 👋 I'm Sajjad Javed! 👋

Sajjad Twitter Sajjad's LinkedIn Sajjad's GitHub Sajjad's Instagram Sajjad's Facebook

🚀 About Me

I'm a Full Stack Mobile Developer with 6+ years of experience, specializing in Flutter, React Native, and Native Android development. My expertise lies in building scalable, high-performance applications with a strong focus on UI/UX, geolocation services, push notifications, and native integrations.

🔥 Tech Stack & Skills

🔧 Expertise

Geo Fencing & Geo Coordinates – Customized Google Maps, location-based services, and geofencing features. ✔ Routing & Navigation – Implemented map-based navigation and optimized real-time routes. ✔ Push Notifications – Integrated Firebase Cloud Messaging (FCM) and OneSignal for user engagement. ✔ Native Bridge Integration – Developed Flutter plugins and connected native code with Flutter. ✔ App Optimization & Performance – Reduced crash rates, optimized rendering, and enhanced memory management. ✔ Permissions & Security – Implemented role-based access, user authentication, and permission handling. ✔ Backend Development – Developed RESTful APIs using Node.js, Express, Laravel, and Firebase. ✔ Database Management – Worked with MySQL, Firestore, MongoDB, and Prisma. ✔ CI/CD & Deployment – Automated pipelines with GitHub Actions for seamless deployments.

🌍 Notable Projects

  • Beyond Boats (React Native) – Service-based app with rental & owner portals.
  • Vease (Flutter) – Service booking app with admin & customer portals.
  • Tyslin Wallet (Native Android) – Crypto wallet using Java, Firebase, and Retrofit.
  • Buraq Media (Flutter) – Live TV streaming & VOD platform.
  • Solar Amps (Flutter) – Energy monitoring solution for solar panel users.

📫 Let's Connect!

Fun fact: I spend almost 2 hours listening to music and 10 minutes finding the perfect playlist! 🎶🎧

⭐ Show some ❤️ by starring some of my repositories!

Pinned Loading

  1. iptv iptv Public

    Android project for live streaming IPTV

    Kotlin 190 90

  2. Handle API States Handle API States
    1
    sealed class State<T> {
    2
        class Loading<T> : State<T>()
    3
    
                  
    4
        data class Success<T>(val data: T) : State<T>()
    5
    
                  
  3. ListAdapterTemplate.kt ListAdapterTemplate.kt
    1
    #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME}#end
    2
    
                  
    3
    import androidx.recyclerview.widget.RecyclerView
    4
    import android.view.LayoutInflater
    5
    import android.view.View
  4. Multiselect / Single-Select dropdown. Multiselect / Single-Select dropdown.
    1
    import { MaterialIcons } from "@expo/vector-icons";
    2
    import React, { useCallback, useEffect, useMemo, useState } from "react";
    3
    import {
    4
      FlatList,
    5
      Image,