Skip to content
View MuhammedWael9991's full-sized avatar
🇵🇸
Focusing
🇵🇸
Focusing

Highlights

  • Pro

Organizations

@MoscowSquad @Paris-Squad-S2 @KotlinMM @Newyork-Squad @Shanghai-Squad @Copenhagen-Squad

Block or report MuhammedWael9991

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

About Me

data class Profile(
    val name: String = "Mohamed Wael",

    val description: String = "Mobile Software Engineer who builds scalable and clean mobile applications using Kotlin, Jetpack Compose, Flutter, and SOLID principles.",

    val frameworks: List<String> = listOf("Android", "Flutter"),

    val contact: Map<String, String> = mapOf(
        "Email" to "[email protected]",
        "LinkedIn" to "https://www.linkedin.com/in/muhammed-wael-1aba0527b",
        "GitHub" to "https://github.com/MuhammedWael9991"
    )
)

LinkedIn Email

Skills

{
  "Languages": [
    "Kotlin", "Dart", "Java", "C++", "Python", "SQL", "Assembly"
  ],
  "Android Development": [
    "Android", "Jetpack Compose", "XML", "Android Studio", "Material Design"
  ],
  "Cross-Platform Development": [
    "Flutter", "Kotlin Multiplatform", "Compose Multiplatform", "KMP"
  ],
  "Architecture & Patterns": [
    "MVVM", "MVI", "MVP", "Repository Pattern", "Clean Architecture", "Use Cases", "Bloc", "Cubit"
  ],
  "Jetpack Libraries": [
    "Navigation", "Room", "WorkManager", "DataStore", "Paging", "Lifecycle", "ViewModel"
  ],
  "Dependency Injection": [
    "Hilt", "Koin", "Dagger", "GetIt"
  ],
  "Async & Reactive": [
    "Coroutines", "Flow", "RxJava", "StateFlow"
  ],
  "Networking & APIs": [
    "Retrofit", "Ktor Client", "OkHttp", "GraphQL", "REST API", "DIO"
  ],
  "Backend": [
    "Spring Boot", "Ktor", "MongoDB", "PostgreSQL"
  ],
  "Testing": [
    "JUnit", "Mockito", "Espresso"
  ],
  "Tools & Services": [
    "Git", "GitHub", "GitLab", "Supabase", "Firebase", "Figma", "Postman", "Jira"
  ]
}

DevOps & Infrastructure

{
  "DevOps & Automation": [
    "CI/CD Pipelines (GitHub Actions)",
    "Automated Build & Test Workflows",
    "Code Quality Checks (Linting, Formatting, Static Analysis)",
    "Automated Unit Testing"
  ],
  "Deployment & Servers": [
    "Cloudflare Tunnel",
    "Reverse Proxy & Secure Tunneling",
    "Ubuntu Server Management",
    "Self-hosted deployments"
  ],
  "DevOps Tools": [
    "GitHub Actions",
    "Docker (Basics)",
    "Nginx",
    "SSH & Linux Administration"
  ]
}

Popular repositories Loading

  1. MuhammedWael9991 MuhammedWael9991 Public

  2. Sudoku-Game-Checker Sudoku-Game-Checker Public

    Sudoku Game Checker Task 1

    Kotlin

  3. IPv4-Checker IPv4-Checker Public

    IPv4 Checker Task 1

    Kotlin

  4. clothes-suggester clothes-suggester Public

    Forked from MoscowSquad/clothes-suggester

    WeatherWear CLI is a collaborative side project where selected squad members develop a command-line application that suggests outfit recommendations based on real-time weather data. By integrating …

    Kotlin

  5. Finance-Tracker Finance-Tracker Public

    Forked from MoscowSquad/Finance-Tracker

    Moscow Squad is a collaborative team of passionate developers building a Finance Tracker App using Kotlin. Our mission is to enhance problem-solving skills, follow best coding practices, and create…

    Kotlin

  6. plan-mate plan-mate Public

    Forked from MoscowSquad/plan-mate

    A command-line task management application built with Kotlin using TDD and SOLID principles. Supports user roles, projects, dynamic task states, and an audit trail.

    Kotlin