Skip to content

Instantly share code, notes, and snippets.

View weytani's full-sized avatar

David Ryan weytani

View GitHub Profile
1. #10 It can be hard to commit to just getting something working when you know there is a better way of doing it. #10 resonates with me for this reason.
#6 Again, code being cheap is another useful piece to understand if you tend to be some kind of perfectionist.
#9 I know from experience that being able to debug is a very valuable skill. Thus being able to effectively read error messages is key.
2. I often used checklists in my old job, it was absolutely critical given the complexity of some insurance products and when gathering health information to get an accurate quote.
I think in programming, given its complexity as well as all the moving parts also benefits enormously from having a structured approach to every project. Especially since
there are a number of procedures that will never change no matter the project.
3. Strengths based development seems to, as a baseline, hire talented people. With that minimum threshold met, the management style can then focus on developing a more pos
@weytani
weytani / djr_Prework.md
Last active May 3, 2017 14:45
Prework file

Chapters 1 & 2

On a website, what is the purpose of HTML code? To frame webpage elements What is the difference between an element and a tag? tags label elements and act as a point of reference in the code Why do we use attributes in HTML elements? to further define elements and their attribtes or attributes tell us more about elements Describe the purpose of the head, title, and body HTML elements. body - everything insdie this element is shown in the main browser window