Skip to content

Instantly share code, notes, and snippets.

View aperezsantos's full-sized avatar

Ana Pérez Santos aperezsantos

  • Lakewood, CO
View GitHub Profile
@aperezsantos
aperezsantos / pd_mod2_outreach&networking_plan.md
Last active April 14, 2020 20:54
PD: Outreach & Networking Plan, 2001 BE

#Update This Gist!

Outreach & Networking Plan

As we've discussed, meeting people, forming relationships, and having conversations are the key pieces to getting your foot in the door at any company. It's important to be proactive in your approach to outreach and networking, so it's necessary to make a plan for what you'll try to further your networking.

Identify a contact you will reach out to by the end of this module. This could be a mentor, alum,

@aperezsantos
aperezsantos / project_feedback_m2_fred.md
Last active April 2, 2020 15:38
Paired Adopt Don't Shop project feedback Mod 2 - Fred

Project Feedback - Paired Adopt Don't Shop

  • Name: Ana Pérez Santos
  • Partner: Fred Rondina
Project Reflection:

What is one thing that went unusually well during this project?

  • Considering that we had no other choice than to work remotely, I feel that we did a great job focusing on the task at hand through goal setting.

In hindsight, is there anything you would have done differently?

@aperezsantos
aperezsantos / pd_mod2_professional_story_telling.md
Last active March 31, 2020 19:36
PD - Professional Story Telling

Narrow it down to the following key points:

Who are you? Why are you here? Where do you want to go next?

I am the daughter of former undocumented immigrants, formerly undocumented myself. Growing up, I didn’t understand the significance of that, however, thinking back I recognize that multiple obstacles stacked up against me the moment my parents made the difficult decision to leave our humble home in the middle of a rural farming community in Mexico. Their decision setup a chain of events that over the years, have taught me many things. As I watched my parents

@aperezsantos
aperezsantos / cfu_mod_2_intermission_work.md
Last active March 15, 2020 23:05
CFU: BE Mod 2 Intermission Work

B2 Intermission Work

Deliverables are due 5:00 pm Saturday, Mar 14th. Submissions will not be accepted after that time. Prework must be completed in its entirety in order to attend class on Monday.

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

HTML

  1. What is HTML?
    • HTML or Hyper Text Markup Language, is the standard markup language for webpages, which consists of elements that hold instructions on how to structure a webpage (the bones of a webpage)
  2. What is an HTML element?
@aperezsantos
aperezsantos / dtr_futbol_colin_mike_ana.md
Created February 17, 2020 05:14
DTR for Futbol Project, BE, Cohort 2001

DTR: Define the Relationship

Use this template to when conducting DTR with your project partners. It's recommended that you copy/paste this template into your own gist each time you conduct a DTR to take notes on the conversation.

Guiding Questions to Define The Relationship:

  • What are each of our learning goals for this project? What drives us in this project?
  • What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
  • How do you communicate best? How do you appreciate receiving communication from others?
  • How would you describe your work style?

DTR

Project: Battleship, BE 2001

Group Member Names: Ana Pérez Santos, Ethan Hocking

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?):

Individual Ana - Be more comfortable working independently, while working in a colloborative project; complete iteration 3; learn to review code

@aperezsantos
aperezsantos / pd_plan_mod1_repeat.md
Last active November 21, 2019 15:48
Goals for repeating Mod 1

Goal (what is the goal): Specific (What do you want to accomplish? Who needs to be included? When do you want to do this? Why is this a goal?):

  1. Manage time more effectively - through setting daily learning goal(s), time blocking, using calendar/time management apps like toggl; because being organized, I can better manage my days, even if there are outside factors that are taking a substantial time away from coding
  2. Communicate needs more clearly - by asking for help earlier, asking questions, through regular check-ins with staff, other supportive individuals; because last inning I felt I was doing better, and so I stopped communicating regularly about those outside factors
  3. Take care of my mental health - by setting an hour or two each week to do something for myself, signing up for a session with Jun; because my mental health is important

Measurable (How can you measure progress and know if you’ve successfully met your goal?):

  1. By reflecting on a day's work and if I've met my learning goa
@aperezsantos
aperezsantos / pd_futbol_project_feedback.md
Last active February 27, 2020 17:58
Agile & Feedback Reflection - Group Project - Futbol (edited to include Cohort 2001 reflection)

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:

  • What have you learned about the use of agile vs. waterfall in software projects? It requires plenty of communication for agile projects to work well. This statement is still true. Additionally, I would say that bringing different perspectives to a project is essential because it helps develop great ideas, and you have others to check your understanding.

  • 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.)?

@aperezsantos
aperezsantos / week_4_reflection.md
Created October 28, 2019 14:07
Reflection for Mod 1 - Week 4

My gains this week include having a better understanindg of hashes, specifically how to access information within them. I feel more comfortable with the creation of initial tests, and can understand the logic better, even if I cannot quite put my thoughts into code right away.

As I reflect on what I've accomplished thus far, I also recognize that I need to do further work on iterations/enumerables, specifically when to use which method. Also, ask more questions when I don't understand something.

@aperezsantos
aperezsantos / project_reflection.md
Last active October 20, 2019 17:34
PD - Project Reflection

Project Reflections

Project: Battleship - paired

Summary

Battleship is a partner project that introduces students to pairing through collaboration on building a battleship game. The game has multiple components, such as ships, cells, board, game, and runner. Using TDD (test driven design), partners build a battleship game in which a player plays with the computer. There are three main ways of pairing: driver/navigator,