Giter Site home page Giter Site logo

landing-page's Introduction

๐Ÿ‘‹ Hi there! I'm Maruf

from typing import List

class PersonMeta(type):
    def __new__(cls, name: str, bases: tuple, dct: dict) -> type:
        dct['summary'] = f"{dct['name']} graduated from {dct['education']} with a {dct['degree']} in {dct['major']}."
        dct['skills'] = ', '.join(dct['expertise'])
        dct['current_work'] = f"Currently, {dct['name']} works as a {dct['current_position']} at {dct['current_company']}, where they {dct['current_role']}."
        dct['additional_info'] = f"{dct['name']} also {dct['additional_activities']}."
        return super().__new__(cls, name, bases, dct)

class Me(metaclass=PersonMeta):
    name: str = "Maruf Bepary"
    education: str = "Royal Holloway University of London"
    degree: str = "First-Class Honours"
    major: str = "BSc Computer Science"
    expertise: List[str] = [
        "Software Engineering",
        "Web Development",
        "Machine Learning",
        "DevOps",
        "Mathematics"
    ]
    current_position: str = "DevOps Engineer"
    current_company: str = "Commerzbank"
    current_role: str = "build backend services and enhance operational workflows"
    additional_activities: str = "contributes to open source, sharing expertise through various initiatives"

โš™๏ธ Languages



๐Ÿ›  Tools and Skills

You can view the technologies, skills and tools on my personal portfolio . You can sort them by language and category too!

๐Ÿ“Š GitHub Stats



๐Ÿ›  Projects

Projects Portfolio - I've been involved in a range of software development projects, covering various domains and technologies. If you're interested, you can explore the gallery, features, tech stack, as well as the repositories and deployed sites for each project.

๐Ÿ… Certifications

Professional Certifications - Dive into my certifications showcasing a commitment to diverse skills and continuous learning. Explore credentials across various domains, view the certification details, and see acknowledgements of my expertise and dedication to professional development.

๐Ÿ’ผ Work Experience & Volunteering

Professional Experience & Volunteer Work - Browse through my professional and volunteer experiences across various organizations. This section details the roles I've held, my responsibilities, and the tools and technologies I've utilized. You can learn about the diverse skills I've developed throughout my career and see how I've applied them in real-world scenarios.

๐ŸŽ“ Education

Academic Background - Discover my educational journey through the courses I've completed at university. This section features a detailed list of modules, projects, and the specific certificate awarded upon completion. You can also explore the technologies, tools, and skills I've mastered during my academic career, contributing to my comprehensive understanding of various technical fields.

โœ๏ธ Blogs

Technical Blogs/Articles - I regularly write technical blogs and articles discussing a variety of technologies, tools, and best practices in the software development field. My blogs aim to contribute to the community by sharing knowledge and sparking interesting discussions.

landing-page's People

Contributors

mbeps avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.