Skip to content
View MohamedBarbych's full-sized avatar
๐Ÿ’ป
First, solve the problem. Then, write the code.
๐Ÿ’ป
First, solve the problem. Then, write the code.

Highlights

  • Pro

Block or report MohamedBarbych

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
MohamedBarbych/README.md
Typing SVG

A Passionate Software Engineering & Intelligent Systems Student ๐Ÿ‡ซ๐Ÿ‡ท ๐Ÿ‡ฒ๐Ÿ‡ฆ

visitor badge


Let's Connect!

โ˜• My Java-Coffee Relationship Teacup Without Handle

public class DeveloperLife {
    private int coffeeCount = 0;
    private boolean canCode = false;
    
    public void startDay() {
        while(!canCode) {
            coffeeCount++;
            if(coffeeCount >= 2) {
                canCode = true;
                System.out.println("Ready to turn coffee into code! ");
            }
        }
    }
    
    // The universal truth
    public String getProductivity() {
        return coffeeCount == 0 ? "Error 404: Brain not found" : 
               coffeeCount < 2 ? "Loading..." : "Coding ninja activated! ";
    }
}

Languages and Tools:

github contribution grid snake animation
  • ๐Ÿ’ฌ Ask me about ** C, C++, C#, Java **

๐Ÿ“Š GitHub Stats

GitHub Stats GitHub Streak Stats

๐Ÿ“Š GitHub Profile Summary

GitHub Profile Details Top Languages by Repo Most Used Languages by Commit GitHub Stats Productive Time

Pinned Loading

  1. Oracle_DBA_Platform Oracle_DBA_Platform Public

    ๐ŸŒ๐Ÿ”ง Application web d'administration Oracle pour gรฉrer utilisateurs, sauvegardes, sรฉcuritรฉ et performances ๐Ÿ“Š๐Ÿ”’

    SCSS 5

  2. InvestBuddy/Frontend-InvestBuddy-Project InvestBuddy/Frontend-InvestBuddy-Project Public

    InvestBuddy: A modern FinTech platform offering scalable financial services, real-time insights, and predictive analytics for smarter financial decisions.

    HTML 2

  3. BankManagement-App BankManagement-App Public

    SpringBoot Bank Management System ๐Ÿฆ๐Ÿ’ป - A web application for managing bank operations using CRUD and Thymeleaf. ๐Ÿ”„๐Ÿ’ณ

    HTML 5

  4. JEE-Application-EJB-and-JPA JEE-Application-EJB-and-JPA Public

    Distributed JEE Application: A modular Java EE project using EJB3, JPA, and WildFly to manage student data with CRUD operations. Features a MySQL database, a servlet-based web frontend, and remote โ€ฆ

    Java 2

  5. E-Commerce-Smyfony-WebApp E-Commerce-Smyfony-WebApp Public

    A fully functional e-commerce ๐ŸŒ๐Ÿ›’website featuring product listings, a shopping cart, and secure user authentication. ๐Ÿ›๏ธ๐Ÿ’ป Built using HTML, CSS, PHP, Symfony, and MySQL for a seamless shopping experโ€ฆ

    PHP 2

  6. Mad-Doctor-2.0-Game Mad-Doctor-2.0-Game Public

    Mad Doctor ๐ŸŽฎ is a thrilling 2D game ๐Ÿง  based on graph theory and DSA, where players progress through challenging levels. Solve puzzles, unlock new stages, and enjoy immersive gameplay!

    C# 3