Skip to content

Instantly share code, notes, and snippets.

View SamanthaLFreeman's full-sized avatar
🎿

Samantha Freeman SamanthaLFreeman

🎿
  • Elevate Outdoor Collective
  • Denver, CO
View GitHub Profile
#!/bin/sh
# Script installs the current scaffolding version and pushes to GitHub
if [ -z "$1" ]
then
echo "Scaffolding version is not specified"
exit 2
fi
package_version=@k2sports/nuxt3-scaffolding@$1

HTML

  • What does a doctype do?

    • The <!DOCTYPE> declaration is not an HTML tag; it is an instruction to the web browser about what version of HTML the page is written in.
  • How do you serve a page with content in multiple languages?

    • If your document is HTML (ie. served as text/html), use the lang attribute to set the language of the document or a range of text.
  • What kind of things must you be wary of when designing or developing for multilingual sites?

    • Machine translation, no culture awareness, SEO not localized, special characters, dates

The Post-Grad Job Search Action Plan

Step 1: Create a Calendar

image

Step 2: Help Us Help You

  1. What motivates you?

I want the opportunity to work in a career that is more fulfilling. A career where I feel like I am actually pushing myself and utilzing my brain.

@SamanthaLFreeman
SamanthaLFreeman / reactHooks-research.md
Last active November 2, 2019 23:22
Push Yourself assignment - Mod 4

React Hooks Research

During my time at Turing I wanted to research React Hooks outside of the current FE curriculum. From what I had previously gathered, they are considered the current process used by many React developers. Thus steming my interest to learn more about them, so I can further develop my knowledge of React. Prior to my research I understood the basics of React Hooks, which is that they let you use state without writing a Class component. Thus your React components are only built with Functional components.

During my research my big take aways were the useState, useEffect and useContext hooks. The useState hook is the one that I had the most understanding of prior to my research. However, I didn't previously know how exactly the hook would let you use state in a function. It returns a pair of values; the current state and a function which will update the state. To define the current value of the state we pass it as an argument in the useState() method. Instead of using setState, we use t

DTR: Define the Relationship

Project: Search and Rescue

Group Member Names:

  • Katie Williams
  • Samantha Freeman
  • Jori Peterson
  • Tyler Bierwirth

DTR: Define the Relationship - Sam & Jacob Project: Palette Picker

Guiding Questions to Define The Relationship:

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

  • Both are great in general.
  • Starting off focusing on more of a pair programming approach to build out structure of the project.
  • Make sure we're on the same page first before splitting apart.

Application for Job Search Mentorship Program

In order to apply for the Mod 4 Job Search Mentorship Program, submit a private gist containing information for Sections I & II here by 4pm on Monday of Week 2. This application should take you about 30-60 mins total.

Section I: Calendar

image

Section II: Short Answer Responses

  1. Why do you want mentoring in the job search?

I have experience with job search, however I feel new to the world of job search in this industry. Thus I thought it would valuable to receive feedback, so I learn best practices while I'm still in school. Thus developing stronger practices before I graduate.

DTR: Define the Relationship - Sam & Brandy

Guiding Questions to Define The Relationship:

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

  • Starting off focusing on more of a pair programming approach to build out structure of the project.
  • Then once we feel we have a strongly defined structure, then we will move on to divide-and-conquer.

How do you communicate best? How do you appreciate receiving communication from others?

Mod Two Outreach Plan

  • Why you want to connect with this person and what you want to talk about

I plan on connecting with an old friend from college who is a recent Turing graduate. We haven't kept in contact since college, so I see this as a chance to reconnect and find out more about their experiences since Turing. They also have a similar creative background to myself, so I'm curious on if they pull any of those experiences into their current job.

  • When you will contact them by and how you plan to meet

I got their current phone number from a mutual friend and will be setting up a coffee meet up with them to talk more about their current position and how life has been since Turing.

DTR: Define the Relationship

  • Sam
  • Yana
  • Jessie

Guiding Questions to Define The Relationship:

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

  • Create a specific guideline and structure.