Code Monkey home page Code Monkey 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

backtojava icon backtojava

Restarting Java after 3 years, this repo is to keep track of my everyday progress.

cardui icon cardui

If you are Looking for Amazing Card User Interface(UI) Designs and Effecs for your Projects/websites, then CardUi website is a one stop solution for you

cryptozen icon cryptozen

Cryptocurrency web app built with react, tailwind and firebase.

design-patterns icon design-patterns

Understanding and implementing (in Java) some of the most used design patterns.

gitgood icon gitgood

Interactive tutorial for beginners to start learning the git cli.

hacker-stories icon hacker-stories

A news site using hacker news API. View new and best tech stories.

hacktoberfest-2022 icon hacktoberfest-2022

This is a hacktoberfest repository. The repository is open to accept PR's for Hacktoberfest 2022. Quality Pull requests only. Happy Hacking! Happy Hacktoberfest! Happy coding </>. All Console Based & Development Projects belonging to any tech stack are welcomed... Add issue regarding what development project you want to add.

interview-prep icon interview-prep

A complete computer science study plan to become a software engineer.

ngfirstproject icon ngfirstproject

First ever Angular app, created to understand angular basics and how the framework differs from the (much more awesome) React library.

pytubedownloader icon pytubedownloader

A basic windows app to download youtube videos built with Tkinter and CTkinter

react-terminal icon react-terminal

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

run-boy-run- icon run-boy-run-

A basic arcade runner game developed in python with functional programming.

snake-game icon snake-game

A basic snake game developed in pygame with OOP and without added graphics.

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.