Skip to content
View sultan-ul-arefin's full-sized avatar
🎯
It always seems impossible until it's done.
🎯
It always seems impossible until it's done.

Block or report sultan-ul-arefin

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
sultan-ul-arefin/readme.md


I have more than five years of experience in design, development, architecture and deployment, i'm trying to build user-friendly and high-performance web applications to increase user satisfaction. I also follow best practices and write clean code every time, making development faster and easier to maintain. I enjoy team energy and contributions.

Website Email LinkedIn


/**
 * @GithubProfile
 * Github profile of Md Sultanul Arefin.
 * Expertise in Modern Software Engineering.
 */
class SultanulArefinProfile implements GithubProfile {
    /**
     * @Contact
     * Contact Information
     * I'm now interested in developing artificial intelligence software.
     */
    @enumerable(true)
    public contact: ContactInfo = {
        name: "Md Sultanul Arefin",
        title: "Software Engineer",
        website: "sultanularefin.com",
        linkedin: "linkedin.com/in/sultan-ul-arefin",
        github: "github.com/sultan-ul-arefin",
        email: "hello@sultanularefin.com",
        phone: "+8801780324264"
    };

    /**
     * @ProfessionalExperience
     * Details the professional experience and responsibilities.
     */
    @enumerable(true)
    public professionalExperience: Experience[] = [
        {
            company: "INFOBAHN REALM",
            title: "Software Engineer",
            years: "2019 - 2021",
            responsibilities: [
                "Created awesome user experience (UX) on front end",
                "Developed efficient server side technology",
                "Worked on three major projects like Social Media app, Real time online examination system as fullstack engineer, mostly using (MEAN) stack with socket.io for real time data transmission",
                "Experienced with server technology like setup STURN and TURN and MongoDB server",
                "Managed CI/CD deployment process with Linux based system",
            ],
            keywords: [
                "Typescript",
                "Nodejs",
                "Angular 10",
                "Nosql",
                "Database Design",
                "AWS Server",
                "Realtime System",
            ],
        },
        {
            company: "LEAPING LOGIC",
            title: "Angular Developer",
            years: "2021 - 2024",
            responsibilities: [
                "Contributed to the development and optimization of 80+ features, enhancing functionality and improve system efficiency",
                "Implemented, and delivered a cross-platform, high-performance mobile application using ionic/capacitor and launched",
                "Regularly upgraded to latest versions of angular & packages to maintainability and scalability",
                "Contributed to more then five projects",
                "Integrated multiple payment processors, adhering to stringent certification guidelines",
                "Consistently delivered high-quality, remote work, self-discipline and effectiveness in a distributed environment",
            ],
            keywords: [
                "Angular 17",
                "Vue Js",
                "Capacitor",
                "Ionic",
                "Frontend Lead"
            ],
        },
    ];

    /**
     * @Skills
     * Represents a categorized list of technical proficiencies.
     */
    @enumerable(true)
    public skills: Skills = {
        programming: [
            "Typescript",
            "Javascript",
            "Java",
            "Python",
            "Dart",
            ".Net",
            "SCSS",
        ],
        frameworks: [
            "NestJs",
            "Expressjs",
            "Angular 19",
            "Ionic",
            "Flutter",
            "Native Android",
            "Flask",
            "Django",
        ],
        databases: [
            "MongoDB", 
            "PostgreSQL", 
            "MySQL", 
            "Microsoft SQL Server"
        ],
        developmentTools: [
            "Visual Studio Code", 
            "IntelliJ Idea"
        ],
        versionControl: [
            "Git",
            "Github"
        ],
        operatingSystems: [
            "Mac OS X",
            "Windows 10",
            "Linux Ubuntu",
            "Linux Centos",
        ],
    };
}

Popular repositories Loading

  1. hrms-workforce-management hrms-workforce-management Public

    Designed and developed a comprehensive Human Resource (HR) application using Flutter for a cross-platform mobile interface and .NET Web API for robust backend services. The system includes modules …

    Dart 4

  2. ticket-management-system ticket-management-system Public

    Ticket management system using raw PHP and MySQL as part of a university Web Engineering course project. The system allows users to create, track, and manage support tickets, providing hands-on exp…

    PHP 1

  3. personal-finance-manager personal-finance-manager Public

    Personal finance management mobile app for Android. The app enables users to manage budgets, track income and expenses, generate financial reports with chart visualizations, and scan barcodes for q…

    Java 1

  4. sultan-ul-arefin sultan-ul-arefin Public

    I have more than five years of experience in design, development, architecture and deployment, i'm trying to build user-friendly and high-performance web applications to increase user satisfaction.…

    1

  5. architect-erp architect-erp Public

    Designed and developed a full ERP solution for an architecture company using Angular, Node.js, and MongoDB. The system automates core business processes including project management, client handlin…

    TypeScript

  6. mean-stack-ecommerce mean-stack-ecommerce Public

    Full-featured e-commerce web application using the MEAN stack (MongoDB, Express.js, Angular, Node.js). The platform includes user authentication, product management, shopping cart functionality, an…

    TypeScript