Skip to content
View zemmelmootez's full-sized avatar

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.

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
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 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 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 1

  3. next-form-wizard next-form-wizard Public

    TypeScript 1 1