Skip to content
View asadullahcode's full-sized avatar

Block or report asadullahcode

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
asadullahcode/README.md
//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 = " SYED MD ASADULLAH"
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 Asad = new GitHubUser(
                name, 
                languages,
                technologies, 
                "CS Undergrad & Java developer", 
                "Kolkata, India"
                )
Asad.sayHello()
//script.js end

Tech Stack:

Popular repositories Loading

  1. asadullahcode asadullahcode Public

  2. Easy-bank-landing-page Easy-bank-landing-page Public

    HTML

  3. Spotify-Clone Spotify-Clone Public

    CSS