(Translated by https://www.hiragana.jp/)
mutasim77 (Mutasim ο£Ώ) Β· GitHub
Skip to content
View mutasim77's full-sized avatar
πŸ€’
Out sick
πŸ€’
Out sick

Sponsoring

@codediodeio
@axios
@babel

Block or report mutasim77

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

hello


GitHub followers

class SoftwareEngineer {
    constructor() {
        this.name = "Mutasim";
        this.age = 20;
        this.role = "Software Engineer";
        this.language_spoken = ["en", "ru", "fa"];
    }

    sayHi() {
        console.log("Thanks for stopping by. I hope you find some of my work interesting.");
    }
}

const me = new SoftwareEngineer();
me.sayHi();

Languages and Tools:

JavaScript

TypeScript

React

Redux

Docker

Go

Node

MongoDB

MySQL

Python

Git

Visual Studio Code

Yarn

Webpack

Sass

Bootstrap

TailwindCss

MUI



Get in touch:

TwitterIcon DiscordIcon RedditIcon GithubIcon

Pinned Loading

  1. design-patterns design-patterns Public

    πŸ— Comprehensive Handbook on Gang of Four Design Patterns and SOLID Principles in TypeScript.

    TypeScript 73 9

  2. logify logify Public

    πŸ“ A powerful, flexible, and easy-to-use logging library for JS/TS projects. πŸ—ƒοΈ

    TypeScript 3

  3. knowledge-sharing knowledge-sharing Public

    ❀️ Bits of Wisdom, Bytes of Code: Share, Learn, and Grow Together!

    12 4

  4. leetcode-api leetcode-api Public

    πŸ•ΈοΈ Go-based REST API that acts as a wrapper for LeetCode's GraphQL API, allowing users to fetch LeetCode user information via simple HTTP requests. πŸ“‘

    Go 2

  5. quick-notes quick-notes Public

    🧬 QuickNotes is a note-taking application built using TS, NextJs, and Golang, designed to simplify and organize your thoughts effortlessly.

    TypeScript 11 2

  6. quake-watch quake-watch Public

    πŸŒπŸŒ‹ QuakeWatch: Tracking Earthquakes Worldwide

    Python