Skip to content

Instantly share code, notes, and snippets.

View monstaro's full-sized avatar
🤠

Cody Smith monstaro

🤠
View GitHub Profile
@monstaro
monstaro / career-journal.md
Last active May 29, 2020 23:16
Career Journal

1. Self Reflection

-What are your top 3 core values? What are the strengths and talents that you love using? Who do you impact or want to make a difference for? What’s important about this? What kind of role do you see yourself pursuing in your job search?

Three of my core values in my work are communication, clarity, and empathy. I think communication between developers working on a project is key to an efficient, enjoyable workflow and a quality end product. I think one of my strengths as a developer is to pre-plan as much as necessary. Considering beforehand the most efficient ways to pass data between classes, basic class/component structures, and how your UX will be can take a lot of headache out of the actual development process if you brainstorm and whiteboard some of these things first. When working in groups, I have no problem stepping up to the plate if the group seems to need some direction and motivation. This may be for the entirety of a project or may just be for a certain day. I can kee

@monstaro
monstaro / meg-cody-vrad-dtr.md
Last active March 23, 2020 23:59
Megan V + Cody S : VRAD DTR

Times Available

Expect occasional afternoon hours to be taken up for exercises (running, lifting, getting swole)

Available most of the time, Cody has occasional band practice and we will try and not go too crazy on the weekends. Get the bulk of our stuff done after class time.

Times to bust shit out: Work time, and we're okay with basically just sprinting after class into work time/into the early evening if needed.

@monstaro
monstaro / mod3-prework.md
Last active March 15, 2020 18:44
Mod 3 Prework Questions

What is a "framework?" And how does it differ from a "library?"

A 'framework' defines your application design, and is basically a different way to organize your code. Different frameworks have different control flows. Many popular frameworks seperate code out into many different units to make code more maintainable and reusable. This differs from a library in that when using a library, you are utilizing the unique syntax of that library, but that syntax calls functions written JS or whatever language you are working with. For example, the $ in jQuery really just represents a manually written document.querySelector in Vanilla JS.

Why should we consider using a framework over vanilla JS like you have been doing in mods 1 and 2?

Frameworks allow for greater efficiency. Not just efficiency in UX and how code gets processed on a site, but also efficiency in workflow. Code is more modular, reusable, maintainable, and easier to navigate. This is especially helpful in professional settings when you will

@monstaro
monstaro / DTR.md
Created February 3, 2020 22:38
Cody Smith + Lili Manrique Mod 2 Project 2 DTR

Skip to content

Search… All gists Back to GitHub @monstaro Editing DTR.md Mod 2 Project 2, FEE, Zack Nemeroff + Cody Smith DTR.md

@monstaro
monstaro / gearupm2w1.md
Created February 2, 2020 19:02
Gear Up M2W1

What is your understanding of gender, gender identity, and biological sex? Is there anything more you need to learn?

Biological sex can differ from gender identity. Someone born as a certain biological sex may identify as a different corresponding gender. Biological sex and gender can also be on a spectrum.

What was your familiarity with the history of women and software development? What surprised you about that history?

While tech may be seen as a male-dominated field these days, in the early days of software development the field had a huge number of females.

How do you see gender bias playing out in tech?

@monstaro
monstaro / on.md
Last active January 7, 2020 20:53
O&N

Who your contact is, why you want to connect with them, and what you want to talk about

Matt Kaufman - discovered through PD and found we are from the same hometown

When you will contact them by and how you plan to meet

At the end of the Mod, could meet up for coffee.

What your follow-up will look like once you've met with them

@monstaro
monstaro / pd-story.md
Created December 9, 2019 19:19
Professional Story

Who Are You?

I am a front end web developer currently specializing in Javascript. I am working to eventually become a full-stack developer. Personal health is very important to me, I enjoy spending my free time doing some sort of exercise (yoga, lifting weights, running, swimming) or creative activity (writing, playing music, photography, visual arts).

Writing clean, dry, modular code is very important to me. It's satisfying knowing your code is refactored as best as possible. I enjoy the marriage of creativity and logic that comes with being a developer.

@monstaro
monstaro / DTR.md
Last active December 3, 2019 00:00
Mod 2 Project 2, FEE, Zack Nemeroff + Cody Smith

What's Cookin'?

A project by Zack Nemeroff & Cody Smith

MVP

We think a reasonable MVP would include a site that allows you to...

  • Favourite a recipe,
  • Add a recipe (most practically from our favourite recipes) to a 'recipes to cook' section.
  • Search through our favourited recipes, search recipesToCook, and search by ingredient.

Classes & Methods

@monstaro
monstaro / Agile.md
Last active November 1, 2019 02:39

What have you learned about the use of agile vs. waterfall in software projects? Agile is a much more efficient and safe process than waterfall. With waterfall, you invest large amounts of time and money into a project, essentially betting that the end product will be successful.

With agile, you can get constant feedback and make minor improvements with every incremental release. You can really utilise 'iterative development.' This ensures you don't waste time on pointless features, and can improve other featuers based on specific user feedback.

How did you and your group approach project management in this project (what tools did you use, how did you hold each other accountable, etc.)? We utilised Trello projects boards in this project. We made sure that if we ever split up for a night that each person would have a certian piece of functionality to work on. Otherwise, we worked together.

Project: Intention Timer
Group Member Names: Ryan Novak, Cody Smith
Goals and Expectations for the Project (What does each group member hope to get out of this project? What do we want to achieve as a team? How will we know that we're successful?):
Build quality javascript, understand each line that we write.
We will know we're successful if each of us can explain all of our functionality.