Giter VIP home page Giter VIP logo

Damien 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 damien = new SoftwareEngineer('Damien', 'he/him', 'RI, 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');
damien.intro(); // Hi, my name is Damien, pronouns are he/him and I am a Software Engineer. I live in RI, 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

Damien's github stats
trophy

Damien Jacobson's Projects

deadreads icon deadreads

Deadreads, a goodreads clone, is a social media application that allows users to review horror books, add horror books to shelves along with, view reviews and profiles of other horror book lovers.

endless-walker icon endless-walker

a vampire survivors clone essentially, with its own differences. also a way to show how cool lua/love is for making games. a passion project. the goal is to create a full game.

horroreview icon horroreview

Horroreview is meant to be a place for me to review horror films I watch. I tend to keep track and review films I watch using Letterboxd. Once upon a time, I had a horror blog on Tumblr where I would post my horror gifs. So I would like to create a library of those gifs, along with new ones on this site as well.

horrorflow icon horrorflow

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 that I am sure many film watchers have wondered. Have you ever watched a horror film and wondered 'What the heck was that ending?!? Well Horrorflow aims to be your one-stop-shop to ask the Who What When Why, instead of scouring the internet endlessly for answers!

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.