Skip to content

MoAjabali/MoAjabali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

24 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Hi, I am Mohammed Aljablai

FullStack Developer

Home β€’ About β€’ Contact

Home

πŸ“Š GitHub Stats

GitHub stats Top languages

πŸ“ˆ Contribution Graph

Contribution Graph

πŸ”₯ Streak Stats

GitHub streak

πŸ† GitHub Trophies

Trophies

πŸ™Œ Shoutout to My Friends

Special thanks to Allah first all the thanks for him, then my family, and for those who supported me, and those who educated me and help me in my education.

GitHub Followers Profile Views

About Me

Hello! I'm Mohammed Al-Jablai from Yemen πŸ‡ΎπŸ‡ͺ, a computer science student at the National University in Yemen πŸŽ“. I'm dedicated to expanding my knowledge in technology and coding, with a focus on Web development πŸ‘¨πŸ»β€πŸ’».

🌱 Programming language I learned

  • HTML, CSS: Core languages for building and styling web pages. Advanced: PugJs, Scss, Css Frameworks

    <h1>Hello There</h1> 
    /* CSS style sheet language ,No Output in it πŸ˜… */
    h1 Hello There
    // scss style sheet language ,No Output in it πŸ˜…
  • JS: I use JavaScript to add interactivity and dynamic content to web pages. Advanced: React

    console.log("Hello There")
  • PHP: I use PHP for the backend of web application Advanced: Larval

    echo 'Hello There';
  • Node.js & Express.js: I use both of the for the backend of web application.

    app.get("/", (req, res)=>{
      res.send("Hello There");
    })
  • C++ & python: My go-to for understanding data structures, algorithms, and programming fundamentals.

    cout << "Hello There";
    // or std:cout<<""Hello There";
    print('Hello There');
  • Java in addition JFX: For building cross-platform applications.

    System.out.println("Hello There").
  • SQL & PLSQL: For database management and querying.

    -- It is Database language, no output in SQL πŸ˜…
    set serveroutput on
    
    begin 
      dbms_output.put_line('Hello There');
    end;
    /
    
  • Assembly: Gained experience with low-level programming and hardware interfacing.

    org 100h
    mov ah, 9h
    lea dx, msg
    int 21h 
    ret
    msg db 'Hello There'

πŸ’ͺ🏻 Some of my Skills

JavaScript React HTML CSS C++ Java PL/SQL Python SCSS Git GitHub NPM Markdown Chrome Terminal PHP Node.js Express.js MySQL MongoDB VS Code Figma Bootstrap Next.js shadcn/ui Laravel

⚑ Additional Skills

  • Graphic Design: Experienced in Photoshop, Illustrator, and Figma for creating visual content.
  • Business Management & Marketing: Currently learning strategies and practices for effective project management and digital marketing.

Where to find Me

InstagramFacebookXTelegramWhatsAppGmailLinkedInFrontend MentorGitHub

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published