Skip to content
View AbdulMateenzwl's full-sized avatar
💭
Learning System Design
💭
Learning System Design

Highlights

  • Pro

Block or report AbdulMateenzwl

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

Typing SVG

  • 🔭 I’m currently Learning Software Architecture
  • 🌱 I’m currently working on Software Design
  • ❓ Ask me about anything related to Software Design, Software Development, Software Architecture
  • ⚡ Fun fact: I use VIM.

class AbdulMateenzwl:

    def __init__(self):
        self.username = 'abdulmateenzwl'
        self.name = 'Abdul Mateen'
        self.position = 'Associate Software Engineer'
        self.website = 'https://abdulmateenzwl.com'
        self.twitter = '@abdulmateenzwl'
        self.code = {
            'backend': ['Java', 'Spring', 'Spring Boot', 'Java EE', 'Go Lang', 'NodeJS'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'Redis'],
            'devops': ['Docker', 'Linux', 'Jenkins', 'GitHub Actions', 'AWS'],
            'frontend': ['ReactJS', 'Angular', 'Next JS', 'JavaScript', 'Tailwind CSS'],
            'tools': ['Git', 'GitHub', 'GitLab'],
            'misc': ['Firebase', 'TDD', 'SCRUM', 'gRPC']
        }
        self.architecture = ['Microservices', 'SPA', 'Serverless', 'MVC' ]

    def __str__(self):
        return f'{self.name} | {self.position}'

if __name__ == '__main__':
    me = AbdulMateenzwl()
    print(me)

Connect with me

Facebook Instagram LinkedIn Twitter YouTube Pinterest Quora Reddit TikTok Stack Overflow Behance

Support

abdulmateenzwl




Profile Views:

Pinned Loading

  1. Microservices_Demo_Ecommerce_App--Spring_Boot Microservices_Demo_Ecommerce_App--Spring_Boot Public

    Java

  2. Final-Year-Project-Management-System Final-Year-Project-Management-System Public

    An automated University Final Year Project Management System built with C#.NET and SQL Server, facilitating efficient data management for student evaluations.

    C# 1

  3. LeetCode LeetCode Public

    These are all the LeetCode Solutions of problems which I have solved.

    C++ 2

  4. ChatApp-MERN ChatApp-MERN Public

    JavaScript

  5. Spring-Boot-3-Spring-6-Hibernate-for-Beginners Spring-Boot-3-Spring-6-Hibernate-for-Beginners Public

    Java