Skip to content
View zaidsidd360's full-sized avatar
Block or Report

Block or report zaidsidd360

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

sudo chmod 444 ./script.js

//script.js start
class GithubUser {
    constructor(name, languages, technologies, occupation, location) {
        this.name = name
        this.languages = languages
        this.technologies = technologies
        this.occupation = occupation
        this.location = location
    }
    const sayHello = () => {
        console.log(`Hello world! I'm ${this.name}. A ${this.occupation} based 
        in ${this.location}. Currently, I'm learning ${this.technologies.frontend.js[0]} 
        with ${this.languages[1]}.`)
    }
}

const name = "Md Zaid Siddiqui"
let interests = ["Web Front-end", "Graphic Design", "Open-Source", "Astronomy"]
let languages = ["Python", "Typescript", "Javascript", "Java"]
let technologies = {
    frontend: {
        js: ["Reactjs", "Nextjs"],
        css: ["Tailwind", "Styled-Components", "MaterialUI", "Bootstrap"]
    },
    backend: {
        python: ["django", "FastAPI"],
        javascript: ["expressjs"],
        java: ["Spring MVC", "Spring Boot"]
    },
    cloud: [AWS S3, AWS EC2]
    misc: ["Linux", "git", "github", "VSCode", "Photoshop", "Illustrator"]
}

const Zaid = new GitHubUser(
                name, 
                languages,
                technologies, 
                "Software  Developer", 
                "Kolkata, India"
                )
Zaid.sayHello()
//script.js end

Github Stats:

GitHub Stats

Connect with me:

     

@zaidsidd36's Holopin board

Pinned

  1. react-terminal react-terminal Public

    A react component library for rendering a bash like terminal on the web.

    TypeScript

  2. gitgood gitgood Public

    Interactive tutorial for beginners to start learning the git cli.

    TypeScript 10 1

  3. todoZ todoZ Public

    A todo list app with full CRUD functionality, built to better understand React's useReducer hook.

    TypeScript 1

  4. sneakers sneakers Public

    The typical product page, re-imagined with 3D!

    JavaScript 9

  5. cryptozen cryptozen Public

    Cryptocurrency web app built with react, tailwind and firebase.

    JavaScript 9

  6. JavaApiServer JavaApiServer Public

    Dummy teachers api built with core java, jdbc and mysql.

    Java 1