Skip to content
View riyadMunauwar's full-sized avatar
  • Ebn Host LTD
  • Mymensingh, Bangladesh
  • 06:20 (UTC +06:00)
  • Facebook riyadMunauwar

Block or report riyadMunauwar

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
riyadMunauwar/README.md

Hi ๐Ÿ‘‹, I'm Riyad Munauwar

A passionate self-taught full-stack developer and systems administrator from Bangladesh

๐Ÿš€ About Me

I'm a framework and language-independent developer who believes in continuous learning. My journey in programming started with passion, and it's what keeps me going. When I'm deep in coding, my body might get tired, but my mind stays energized and curious.

๐Ÿ‘จโ€๐Ÿ’ป Professional Life

  • ๐Ÿข Currently working at Ebn Host LTD
  • ๐Ÿ‘ฅ Dual role as Server Administrator and Full Stack Developer
  • ๐ŸŒ Based in Mymensingh, Bangladesh
  • โŒš Time Zone: UTC +6:00

๐Ÿ› ๏ธ Notable Projects

JavaScript Ecosystem

  • CollectionJS - A powerful collection manipulation library inspired by Laravel's Collection
  • Browser ORM - Multi-driver ORM supporting:
    • Local Storage
    • IndexDB
    • REST API
    • And more...
  • JS Multi-Class Extender - Custom class inheritance solution

PHP Core Components

Built from scratch:

  • ๐Ÿ”„ PHP Pipeline
  • ๐Ÿ“ก Event Emitter
  • โœ… Validator
  • ๐Ÿ›ฃ๏ธ Router
  • ๐Ÿ—ƒ๏ธ Query Builder

Computer Science Learning Tools

Developed educational implementations of:

  • ๐Ÿ“Š Data Structures
  • ๐Ÿงฎ Algorithms
  • ๐ŸŒ Networking
  • ๐Ÿ’ป Operating Systems
  • ๐Ÿ”ง Compiler Design
  • ๐ŸŽ“ CS Fundamentals

๐Ÿ’ก Philosophy

"I just learned that I have a lot to learn"

This quote defines my approach to development. I believe in:

  • Continuous learning
  • Building from first principles
  • Understanding core concepts
  • Sharing knowledge through code

๐Ÿ”ง Tech Stack

const skills = {
    frontend: ['JavaScript', 'HTML', 'CSS'],
    backend: ['PHP', 'Node.js'],
    framework: [
      frontend: ['react', 'vue', 'solidjs'],
      backend: ['Laravel', 'Symfony', 'NestJs', 'ExpressJs', 'Fastify', 'Koa', 'Slim Php'],
      hybrid: ['Nextjs', 'Remix', 'Filament'],
    ],
    CMS: ['Wordpress', 'Strapi'],
    database: {
        SQL: ['SQLite', 'MySQL', 'PostgreSQL', 'Oracle Database'],
        NoSQL: ['MongoDB', 'Cassandra'],
        InMemory: ['Redis', 'Memcached', 'Apache Ignite']
    },
    devOps: [
        'Linux',
        'Server Administration',
        'Docker',
        'Kubernetes',
        'Terraform',
        'Ansible',
        'CI/CD Pipelines',
        'Nginx/Apache/LiteSpeed/Caddy'
    ],
    tools: [
        'Git',
        'Jenkins',
        'Jira',
        'Postman',
        'npm/yarn/pnpm/composer',
        'Visual Studio Code',
        'Php Storm'
        'GitLab/GitHub'
    ],
    Cloud: ['AWS', 'Azure', 'GCP', 'Digital Ocean', 'Linode', 'Contaboo', 'OVH'],
    architectures: [
        'MVC',
        'Microservices',
        'Event-Driven',
        'Serverless',
        'SOA',
        'Layered Architecture',
        'Domain-Driven Design (DDD)',
        'CQRS',
        'REST',
        'GraphQL'
    ],
    designPatterns: {
        creational: [
            'Singleton',
            'Factory Method',
            'Abstract Factory',
            'Builder',
            'Prototype'
        ],
        structural: [
            'Adapter',
            'Bridge',
            'Composite',
            'Decorator',
            'Facade',
            'Proxy'
        ],
        behavioral: [
            'Observer',
            'Strategy',
            'Command',
            'State',
            'Template Method',
            'Iterator',
            'Mediator'
        ]
    }
};

๐Ÿ“ซ Connect With Me

๐ŸŒŸ Fun Fact

When I'm coding, my body gets tired but my mind stays fresh - that's how I know I'm truly passionate about what I do!

๐Ÿค Open to Collaboration

I'm always interested in working on innovative projects and contributing to open-source initiatives. If you have an interesting project or want to collaborate, feel free to reach out!


โญ๏ธ From riyadMunauwar

Pinned Loading

  1. collectionjs collectionjs Public

    JavaScript

  2. js-multi-extend js-multi-extend Public

    JavaScript

  3. php-query-builder php-query-builder Public

    PHP

  4. live-validator-js live-validator-js Public

    JavaScript

  5. local-storage-orm local-storage-orm Public

    JavaScript

  6. simple-php-router simple-php-router Public

    PHP