Skip to content
View zemmelmootez's full-sized avatar

Highlights

  • Pro

Block or report zemmelmootez

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

πŸ‘¨πŸ’» Mootez - The Fullstack Alchemist

Turning β˜• into clean code since 2020

Profile Views

Typing SVG

Coding Cat
"Commit first, regret later - version control solves everything!" πŸ˜‰


πŸ› οΈ Tech Arsenal (Because why choose when you can have it all?)

πŸ§‘πŸ’» Languages

C C++ Java JavaScript TypeScript PHP

🎨 Frontend

Angular AngularJS React React Native Redux Next.js Bootstrap Tailwind HTML5 CSS3 Chart.js

πŸ”§ Backend

Node.js Express Spring Symfony Quarkus

πŸ—„οΈ Databases

MongoDB MySQL PostgreSQL Oracle SQLite Firebase MSSQL

πŸ§ͺ Testing

Jest Cypress Jasmine Karma

πŸš€ DevOps & Tools

Docker Git Linux Kafka Grafana Kubernetes Postman

🎨 Design
Figma XD


πŸ“Š GitHub Stats Dashboard

Stats Streak

Top Langs


πŸš€ Development Mantra

const develop = async () => {
  try {
    while (true) {
      await code();
      await drinkCoffee();
      if (bug) throw new Error('Unexpected feature');
    }
  } catch (error) {
    console.log('Another learning opportunity!');
    develop();
  }
};

Pinned Loading

  1. Distributed-Application-Docker-Swarm-Kafka Public

    A distributed application using Docker Swarm and Kafka. It includes microservices, Spring Boot applications, and a Docker Swarm configuration in a compose2.yaml file. Setup and deployment instructi…

    Java

  2. ts-remove-unused-imports Public

    ts-remove-unused-imports is a TypeScript utility that efficiently removes unused import statements from .ts and .tsx files within your project directory.

    TypeScript 7

  3. next-form-wizard Public

    TypeScript 1 1