Giter VIP home page Giter VIP logo

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

Md Zaid Siddiqui's Projects

Md Zaid Siddiqui doesn’t have any public repositories yet.

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.