Skip to content
View morbidlyocheese's full-sized avatar
👀
Looking For Work
👀
Looking For Work

Block or report morbidlyocheese

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

Dandelion Jacobson's Dev Card

App Academy graduate

let SoftwareEngineer = class {
	constructor(name, pronouns, location, 
	languages, tools, interests, 
	goal, platforms, currentlyPlaying) {
		this.name = name;
		this.pronouns = pronouns;
		this.location = location;
		this.languages = languages;
		this.tools = tools;
		this.interests = interests;
		this.goal = goal;
		this.platforms = platforms;
		this.currentlyPlaying = currentlyPlaying;
	}

	intro() {
		console.log(`Hi, my name is ${this.name}, pronouns are ${this.pronouns} and I am a Software Engineer. I live in ${this.location} and I am a graduate of App Academy. I am an avid gamer but right now I am currently playing ${this.currentlyPlaying}. Some languages I know are ${this.languages} and the tools I use: ${this.tools}. Thanks for stopping by!`);
	}
}

const dandelion = new SoftwareEngineer('Dandelion', 'they/them', 'OR, USA', 
'Javascript, HTML, CSS, Python, React, Redux, Node, Express, Flask, PostgreSQL, MongoDB, Vuejs, Jest, Lua, Jinja, and Pug', 
'VScode, Masscode, Zeal, and Sublime', 
'Gaming, Drawing/Art, Horror, Films, Music, Writing, and Reading', 
'Hone my skills as a SWE.', 'PC, Switch, PS4, PS5, and Mobile(Android)', 'No Mans Sky, Minecraft, Loop Hero');
dandelion.intro(); // Hi, my name is Dandelion, pronouns are they/them and I am a Software Engineer. I live in OR, USA and I am a graduate of App Academy. I am an avid gamer but right now I am currently playing Elden Ring. Some languages I know are Javascript, HTML, CSS, Python, React, Redux, Node, Express, Flask, PostgreSQL, MongoDB, Vuejs, Jest, Lua, Jinja, and Pug and the tools I use: VScode, Masscode, Zeal, and Sublime. Thanks for stopping by!

wakatime

Technologies && Tools I use:





Links:

Git Stats

dandelion's github stats
trophy

Pinned Loading

  1. morbidlyocheese.com morbidlyocheese.com Public

    website for morbidlyocheese handle

    Vue

  2. new-portfolio new-portfolio Public

    The new improved portfolio site I've been working on. [:

    HTML

  3. horrorflow horrorflow Public

    Horrorflow is a clone of Stack Overflow, but with a twist, like most good horror films! Horrorflow is meant to be a place where horror film lovers can go to ask the tough questions. It is an idea t…

    JavaScript 2