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

Profile Views followers



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

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

🎯 What I'm Doing

  • πŸ”­ Working on Full-Stack Projects
  • 🌱 Learning Python & React
  • πŸ‘― Open to collaboration
  • πŸ’¬ Ask me about Java, C#, Databases
  • πŸ“« mchiya1003@gmail.com
  • ⚑ Coffee + Code = Magic β˜•


πŸ› οΈ Tech Stack

πŸ’» Programming Languages

🎨 Frontend Development

βš™οΈ Backend Development

πŸ’Ύ Databases & Cloud

πŸ”§ Tools & Platforms



πŸ“Š GitHub Statistics

GitHub Stats

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


πŸ’Ό Featured Projects



πŸ’­ 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. AuctionXpress AuctionXpress Public

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

    PHP 2

  2. 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

  3. mohamedshiras mohamedshiras Public

  4. ATMManagementSystem ATMManagementSystem Public

    A Simple Automated Teller Machine, Implemented using Java

    Java

  5. Automated-Teller-Machine Automated-Teller-Machine Public

    C#

  6. QuickBid QuickBid Public

    QuickBid is a web-based auction and bidding platform designed for fast, transparent, and user-friendly online auctions.

    HTML