Skip to content

Instantly share code, notes, and snippets.

View alerrian's full-sized avatar

Steve Anderson alerrian

  • Layr
  • Green Bay, WI
  • 11:13 (UTC -05:00)
View GitHub Profile
@alerrian
alerrian / AndersonSteven_PersonalStory.md
Last active February 10, 2020 05:00
Personal Story

Growing up, life wasn't easy. Living in a very low income area and in an even lower status made the idea of following the traditional route of going to college to learn a thing much more difficult. I always knew tech was the way I wanted to go, from a fascination with aircraft and aviation through to eventually building and tinkering with anything related to computers. My adoration for tech was often met with questions from family and friends about "what will you do with that?" or "How will you afford to go to school for that?"

Most often I would respond with "I don't know, I just think it's cool." I didn't realize until a few years out of high school, bored out of my mind in engineering courses in community college, that there was another option for me. Insert the military. It answered most of my problems at the time. It gave me a way to work in and around tech and aviation, many times at the same time. I started out working with LAN/WAN and Linux based devices and systems as an Early Warning Systems Operat

B2 Intermission Work

Answer these Check for Understanding questions as you work through the assignments.

HTML

  1. What is HTML?
  • The standard markup language for the web
  • Hyper-text Markup Language
  • Defines the structure of a web page
@alerrian
alerrian / agile_reflect.md
Created January 10, 2020 00:28
Agile Reflection

In interviews, you'll be asked about how you approach working in projects, and being able to describe how you utilize agile processes is a great way to help you stand out as a junior developer candidate. This reflection is meant to help you develop this skill.

With that in mind, please answer the following questions in your own gist about your group project:

  • What have you learned about the use of agile vs. waterfall in software projects?
    • Agile is a software development project management style that favors quick sprints where between each sprint there is user interaction and continuous development, testing and importantly, user interaction.
    • Waterfall is a much longer, slower process. It involves all pieces of the software development life cycle but without any user input until the very final project is done. Making it much more difficult to use if a user ever wants anything changed in a project.