Skip to content
View MohamedShiras's full-sized avatar

Highlights

  • Pro

Block or report MohamedShiras

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
mohamedshiras/README.md
Typing SVG

Profile Views followers



πŸ‘¨β€πŸ’» About Me

const shiras = {
    location: "Sri Lanka πŸ‡±πŸ‡°",
    education: "Software Engineering Undergraduate @ NIBM",
    role: "Full-Stack Developer",
    learning: ["React", "Node.js", "Express.js"],
    askMeAbout: ["Web Dev", "Mobile Dev", "OOP"],
    funFact: "I debug with console.log() 🀫"
};


πŸ› οΈ Tech Stack

πŸ’» Programming Languages

🎨 Frontend Development

βš™οΈ Backend Development

πŸ’Ύ Databases & Cloud

πŸ”§ Tools & Platforms



πŸ“Š GitHub Statistics

Activity Graph



🐍 Contribution Snake

Snake animation

πŸ“Œ Setup Instructions

Create .github/workflows/snake.yml:

name: Generate Snake

on:
  schedule:
    - cron: "0 */12 * * *"
  workflow_dispatch:
  push:
    branches:
      - main

jobs:
  generate:
    permissions:
      contents: write
    runs-on: ubuntu-latest
    timeout-minutes: 5

    steps:
      - name: generate snake.svg
        uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: dist/snake.svg?palette=github-dark

      - name: push snake.svg to the output branch
        uses: crazy-max/ghaction-github-pages@v3.1.0
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


πŸ’­ Random Dev Quote

Random Dev Quote




πŸ“ˆ Contribution Stats

Contribution Graph



πŸ“« Connect With Me

πŸ’¬ Open to interesting conversations and collaboration!



πŸ’‘ "First, solve the problem. Then, write the code." – John Johnson

⭐ Show some love by starring repositories you find interesting!


πŸ“Š More GitHub Stats


Made with Love Maintenance Ask Me Anything


Popular repositories Loading

  1. Serendib Serendib Public

    An Android-based apartment management application designed to manage residents, maintenance requests, announcements, and common facility reservations efficiently.

    Java 8 1

  2. AuctionXpress AuctionXpress Public

    An auctioning online portal which eliminates manual process into an seamless online experience

    PHP 2

  3. student-management-system student-management-system Public

    Java web application demonstrating core Data Structures (Custom Linked List) and Web Development (Servlets/JSP) without external frameworks

    Java 2

  4. mohamedshiras mohamedshiras Public

  5. ATMManagementSystem ATMManagementSystem Public

    A Simple Automated Teller Machine, Implemented using Java

    Java

  6. E-Commerce-Site E-Commerce-Site Public

    C#