Skip to content

Instantly share code, notes, and snippets.

View djflx's full-sized avatar

Felix DeHerrera-Jimenez djflx

  • Denver, Colorado
  • 02:12 (UTC -12:00)
View GitHub Profile
@djflx
djflx / pd_prework.md
Last active April 23, 2019 21:03
PD pre-work

What is your greatest strength and how do you know?

I would say that I have a winning personality. I want people to be nice to me and treat me with respect so I try to extend those same sentiments to others. I know this is probably my greatest strength because people seem to be receptive to me and I've been able to get my way into places/scenarios that I wouldn't normally have had access to if it weren't for my charm. I think that being kind is super underrated, and you never know who's going to walk into your life or who you're going to need to impress.

How do you work best?

I give myself two hour blocks of time to do my work. Two hours seems like an appropriate amount of time to buckle down and make a dent in whatever I'm working on. After that two hours is up, I walk away from whatever I'm doing and come back about 30 minutes later. I get really antsy if I'm not able to stretch my legs and move my body or feed myself, so I do all of those things. Then I come back to my work feeling refreshed and

@djflx
djflx / mod_0_session_4_practice_tasks.md
Last active March 26, 2019 23:47 — forked from rwarbelow/mod_0_session_4_practice_tasks.md
Mod 0 Session 4 Practice Tasks

Session 4 Practice Tasks

The assignments listed here should take you between 1.5 and 2 total hours.

To start this assignment:

  1. Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
  2. Click the Edit button when you're ready to start adding your answers.
  3. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.
@djflx
djflx / beginners_git.md
Last active March 26, 2019 23:12
Beginners Guide to Git

Git/Github

Git and Github are two things that programmers use to made their lives easier. Git is what is known as a Version Control System (VCS); this means that git is able to keep track of changes to files and projects over time. Git works harmoniously with on online repository called Github, so code can be easily accessable to other developers. Main features of Github include: pull requests and issues, which users can elicit changes or keep track of bugs with respectively. Git makes teamwork and collaboration on projects dreamy since it keeps track of any individual changes and allows users to travel back in history. I think it's also important to note that Git users can access Git offline.

Examples of VCS

  • Back Button
  • Undo Button

Companies that use Git/Github

  1. Netflix
  2. Amazon
  3. Airbnb
  4. Google