Skip to content
View Muawia24's full-sized avatar

Highlights

  • Pro

Block or report Muawia24

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

Hello there πŸ‘‹

visitors Open Source Love Linkedin E-Mail

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Ahmed Muawia"
        self.role = "Software Engineer"
        self.language_spoken = ["ar-sa", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

πŸ“” Latest Blog posts

πŸ”§ Technologies & Tools

Programming Languages:

C Python JavaScript TypeScript

Frameworks:

Node.js Flask FastAPI React Next.js

Databases:

MySQL MongoDB SQLite Redis Supabase

Servers:

Nginx HAProxy Apache

Tools and Services:

Git Docker Linux Postman

πŸ“ˆ GitHub Stats

Ahmed's GitHub Stats Ahmed's GitHub Stats

πŸ—‚οΈ Highlight Projects

DA-RNN crnn-pytorch

Pinned Loading

  1. AirBnB_clone_v3 AirBnB_clone_v3 Public

    Python

  2. Task-Management-API Task-Management-API Public

    A clean and modular task management API built with FastAPI. Supports full CRUD operations, SQLite integration, and robust input validation using Pydantic. Includes unit and integration testing with…

    Python 1

  3. binary_trees binary_trees Public

    This projects covers the concepts of binary trees! This was a project done with the contribution of my peer in many other SWE projects Collins Nukporti.

    C

  4. LeakLock LeakLock Public

    A lightweight guardian that scans your code for secrets and blocks commits before they leak.

    Python

  5. Ps_Stamina Ps_Stamina Public

    A collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v2](https://github.com/arunbhardwaj/LeetHub-2.0)

    Python

  6. simple_shell simple_shell Public

    C