Skip to content

Instantly share code, notes, and snippets.

@SamuelColeman
SamuelColeman / Job_Search_Plan.md
Last active January 13, 2020 00:57
Final_PD_Deliverable

Calendar

Screen Shot 2020-01-12 at 5 37 44 PM

Questions

  1. What motivates you?

Being appreciated and challenged to reach my full potential helps motivate me to do the best that I can. If there is something that I want to accomplish or prove, then I become very motivated about completing the task.

  1. How will you keep yourself going when faced with rejection in the job search?
@SamuelColeman
SamuelColeman / MentorshipApplication.md
Last active December 1, 2019 01:32
Application for Job Search Mentorship Program

Section I: Calendar

Weekly Calendar

Section II: Short Answer Responses

  1. Why do you want mentoring in the job search?
  • To have someone that has been though the process before that I can ask job specific questions to in order to help me throughout my job search. It would be great if they could help me decided whether or not a job would be worth my time to apply.
@SamuelColeman
SamuelColeman / Node_HTTP_Server.md
Last active November 13, 2019 19:51
Mod 4 pre work deliverable
const http = require("http");
const url = require('url');
const server = http.createServer();

server.listen(3000, () => {
  console.log('The HTTP server is listening at Port 3000.');
});

// server.on('request', (request, response) => {
  1. Who your contact is, why you want to connect with them, and what you want to talk about

Jordan Barber, I want to connect with him because he is profecient in JavaScript and works with the language everyday. I would love to talk to him about work life and the interview process. I would love to get more advice from him about specific things that I should practice that will get me ahead when I start my first job in the industry.

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

I am going to give him a call or text and offer to buy him a beer to hopefully give him a short break from his newborn and talk about work life and moving forward.

  1. What your follow-up will look like once you've met with them
@SamuelColeman
SamuelColeman / jQuerySelectors.md
Last active August 26, 2019 16:51
Class questions for jQuery selectors

How do you select HTML elements using element names, ID, or class?

By name: $('h1')

By ID: $('#header')

By class: $('.important-header')

What are the different ways to chain selectors? For instance, how would you select an element that has a class of “bordered-content” AND “ad-aside”?

@SamuelColeman
SamuelColeman / PDStorytelling.md
Created August 26, 2019 01:10
Professional storytelling practice

Growing up, I was always great at math and prboblem solving. This led me to pursue civil enigineering when I started college. I was enjoying most of my engineering and math classes but I felt as though something was missing, I wasn't passionate about the material I was learning. That's when I discovered coding. From my first free online lesson, I knew that software development was the career for me. I discovered Turing through friends and online resources, attended try coding, and enrolled as quickly as I could. Throughout my time at Turing, I achieved growth that I didn't know was possible and developed skills to become a successful software developer.

@SamuelColeman
SamuelColeman / Mod2Week1GearUpMakeUp.md
Last active August 17, 2019 00:32
Make up work for mod 2 week 1 gear up

Gear Up Make Up Assignment

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

Gender includes your gender identity and gender expression. Your gender identity is which gender that you associate yourself with and identify as. Your gender expression is the type of gender that you present yourself as, how you dress and how you act. Your biological sex is the gender that you are born with. There will always be more for me to learn about gender and I am excited to learn new aspects about it.

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

I wasn't extremely familar with the details of womens history in softare development, but I do know the story of Margaret Hamilton and her work for NASA and how she basically made the Apollo mission possible. I was surprised to see just how many major breakthroughs and innovations made in software development were made by women.

{
"first_name": "Sam",
"last_name": "Coleman",
"hometown": "Nashville",
"current_town": "Denver",
"age": 24,
"current_student": true,
"hobbies": ["disc-golf", "fishing", "camping"]
}

Agile & Feedback Reflection Guidelines

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:

  1. What have you learned about the use of agile vs. waterfall in software projects?

Agile is the better method to use but it is more unpredictable when it comes to setting deadlines and budgets. Most companies will likely use a type of waterfall.

  1. 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.)?
@SamuelColeman
SamuelColeman / SamuelColeman&EduardoRodriguezDTR
Last active July 3, 2019 15:30
DTR: Define The Relationship: Number Guesser
DTR
Project: Number Guesser
Group Member Names: Samuel Coleman & Eduardo Rodriguez
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?):
We want to become more comfortable using JavaScript and styling. We want to build a functioning number guesser. We will know we are successful if it's easy and simple and fulfills all of the requirements in each phase.