Skip to content
View mashuk-orbund's full-sized avatar
💭
Buggy Coder!!!
💭
Buggy Coder!!!

Block or report mashuk-orbund

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
mashuk-orbund/README.md

Hi 👋, I'm Mashukur Rahman – aka “Buggy Coder!!!”

Experienced Senior Software Engineer with 11+ years in backend (Java, Spring) and frontend (JavaScript, React) development, known for leading architecture design and performance optimization. Balances deep technical expertise with strategic thinking, aiming to build scalable systems and intelligent assistants.

mashuk-orbund


  • 🌱 I’m currently learning Playwright, LLM, Managerial Communication
  • 💖 I am fond of debuging challenging BUG!!!
  • 💬 Ask me about Java, Spring, JavaScript, Jquery, React, Problem Solving
  • ⚡ Fun fact I think I am a boring person

My Skills


trophy


mashuk-orbund

mashuk-orbund

Pinned Loading

  1. Revalix Revalix Public

    An Integration Test Framework

    TypeScript 1

  2. spring-data-relational spring-data-relational Public

    Forked from spring-projects/spring-data-relational

    Spring Data Relational

    Java

  3. Javascript Javascript
    1
    /**
    2
    * 10. Random Hex Color
    3
    * Generate a Random Hex Color
    4
    */
    5
    const randomHexColor = () => `#${Math.random().toString(16).slice(2, 8).padEnd(6, '0')}`;
  4. CoreNLP CoreNLP Public

    Forked from stanfordnlp/CoreNLP

    CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.

    Java

  5. Free-DevOps-Books-1 Free-DevOps-Books-1 Public

    Forked from ivanarandac/Free-DevOps-Books-1

    A curated collection of free DevOps related eBooks

  6. Java Java Public

    Forked from TheAlgorithms/Java

    All Algorithms implemented in Java

    Java