Skip to content

Instantly share code, notes, and snippets.

View StephLSohns's full-sized avatar

Steph Lynn StephLSohns

  • Self-employed
  • Boulder
View GitHub Profile
@StephLSohns
StephLSohns / MOD2_JOURNAL.md
Last active August 5, 2020 21:53
MODULE 2 - TURING JOURNAL

Directions

  1. Copy the following into your own gist or Google Doc. You'll be sharing this with the Career Development Team.
  2. At the end of week 1, you'll submit the link to your journal in a survey provided to you by Allison. Please DM her with any questions you have.

Mod 2 Week 1: Creating Your Vision, Part I

  1. Start Where You Are (Empathize with the user -- you):
  • Health: how you answer “how are you”; intersection of physical, mental, and emotional health
    • How would you rate your overall health on a scale of 1-5?
    • How do you currently make time for activities associated with your health?
  • What is a small change you could make here to readjust your health ratings?

DTR: Define the Relationship

Use this template 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?

Josh - My goal is to gain some experience working on a project with a partner and understanding good workflow practice.

Career Journal Template - 2005 Cohort

Overview

What is a career journal?

The journal will help guide you through the process of discovering who you are as a new developer and how that translates into your career goals. It’s a way to check in with yourself through self-reflection, prompts, and questions, organize your targeted job search, and remember who you met as you build a professional network.

Make it your own.

Add questions and areas to reflect on each week. Just don’t forget to share all of your successes and achievements along the way!

Ongoing progress checks.

Throughout the module, you'll respond to the other prompts and update your progress in your document during professional development workshops and set aside work time.

@StephLSohns
StephLSohns / code-wars.md
Last active May 4, 2020 17:50
psuedo-coding-code-wars

// want the function to take in a number

// thru the parameter and determine if it is

// even or odd

function even_or_odd(number) {

if(number%2 == 0) {

return "Even";

@StephLSohns
StephLSohns / ticTacToe-AND-idea-box-reflection.md
Last active April 22, 2020 16:08
IdeaBox Final Project Reflection

TIC TAC TOE

SOLO PROJECT REFLECTION

ABSTRACT

In a few sentences, explain what the project was and the scope of your work.

TicTacToe SOLO PROJECT This was a solo project with a simple HTML/CSS page and three javascript files, working with data model/DOM. The trick here was not to let the mind tell you that it was a simple game of tic tac toe. The javscript portion was lengthy and challenging with many moving parts - wins, draws, scoreboard, tokens, gameboard, js class files, etc.

@StephLSohns
StephLSohns / idea-box.md
Last active April 6, 2020 23:39
Mod1 Group Project - IDEA BOX

DTR: Define the Relationship

Use this template 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?

KYLE: More comfortable with CSS(html), connecting everything together and seeing/understanding how they all work together. EDWIN: Clear understanding of overlapping interaction STEPH: Same, strong revisit of CSS/HTML and then application js Drives US: last group project to work cohesively, workflow, github, communication practice

What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?

EDWIN: likes all methods, both work alone and work together

Create a magic8 directory with html, css and js files inside of it

Using html write out the elements for a page that holds all the necessary classes, id's, buttons etc

Using CSS create the styling of the page and the actual 8ball making a large circle shape that takes up at least 50% of the page (true to life size of an actual magic 8ball)

Give it 3D dimensions in appearance and use hover feature so there is some movement when they run the hand cursor over it

Using CSS styling and html have the actual "8" number on the magic8 ball be a button

@StephLSohns
StephLSohns / hit-dtr-dr-ss.md
Last active March 25, 2020 04:00
Hang in There project: DR/SS

DTR: Define the Relationship

Use this template 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? Steph: Derek: to put into practice what I've been learning in all the areas. What drives us in this project?

STEPH: The need to become proficient in the area that I'm going into - programming. DEREK: To become a good programmer, this is for career.

What is your collaboration style?

DEREK: Like to balance ideas, to work well with the person I paired with - get things done cooperatively. STEPH: Team effort, respect, patience, frequent check-ins, being helpful and understanding.

How do you feel about pair programming vs. divide-and-conquer approaches?

Good with both, but prefer working together, driver/navigator and divide and conquer when

@StephLSohns
StephLSohns / Mod1-workshoppingBlog.md
Last active February 21, 2020 17:49
Friday Feb 21 - class workshop reflection

FRIDAY WORKSHOPPING

It was good, it was a good experience. Much lighter in weight than the current project that we are working on. We had about half an hour and we workshopped with arrays - merge, concat, sort problems etc. I paired well with my teammate who is also a current-projectmate. We started simply, reading through the actual information given. We chose arrays because we are dealing with them pretty heavily in our current project. From there we pseudocoded line by line through the instructions and made sure we were on the same page with each new line and really wrote it out in simple to understand English. Then we opened a repl and began writing code with the data provided from the challenge. We worked off of the array sheet that we had from last weeks lesson along with grabbing code from various google sites. The deeper we got into it the more we went down the wrong path, which was okay, fun even. I understand that the stakes arent as high as when working on projects when we go down the wr

REPEATING MODULE 0 11A-COHORT

Pre-Work Preparation

Read two of the following articles/videos (we recommend all of them!) and reflect on these questions:

Why are we talking about empathy at a software development school?

11A