Skip to content

Instantly share code, notes, and snippets.

View brennacodes's full-sized avatar

Brenna Stuart brennacodes

View GitHub Profile
@brennacodes
brennacodes / dp-roadmap.md
Created September 4, 2023 14:56
DP Roadmap
@brennacodes
brennacodes / software_licenses.md
Last active June 6, 2023 17:31
A summary of the most common types of software licenses
License Name Description Restrictions Permissive or Copyleft Allows Commercial Use Example
GNU General Public License (GPL) Copyleft license that requires derivative works to be licensed under the GPL as well. Must provide source code, modifications must be open source Copyleft Yes Linux K

B2 Intermission Work

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

HTML

  1. What is HTML?
    1. HyperText Markup Language - it is the standard markup language for creating websites, and defines the structure of a webpage.
  2. What is an HTML element?
  3. It is pieces of content on a website, like ‘headings’, ‘lists’, ‘paragraphs’, etc. It is defined by a start tag and an end tag. The element is everything that comes between the two. (Some elements like `` do not have an end tag)
@brennacodes
brennacodes / spacetime.md
Last active April 21, 2022 17:51
Recommended instruction updates for kata "Simple Fun #193: Moment Of Time In Space"

Task

You are given a moment. You must decode the time and space of each moment to determine if it is in the past, present, or future.

Moments are given as a string of 8 characters (e.g. "11:01 pm").

Time is the sum of characters that increase time (i.e. numbers in range ['1'..'9']).

Space is the number of characters which do not increase time (i.e. all characters excluding those that increase time).

Your method should return an array of three elements representing [past, present, and future].

@brennacodes
brennacodes / brenna_stuart_mod_0_plan.md
Last active March 23, 2022 00:12
Mod 0 Plan - Markdown Practice

Brenna's Turing Gameplan


Organization - The Main Objective

Notion

I'm primarily using Notion to organize my journey through Turing in:

  1. Mod 0
  2. Mod 1
  3. Mod 2
  4. Mod 3

Section 0: PREPARING FOR THIS JOURNEY

Section 0 is estimated to take 2-3 hours to complete. Students come to Turing to change their careers, and we will support you through that. Changing careers, especially get that first job in a new field, requires more than the technical skills you'll learn here. So, we have an intentionally designed Career Development curriculum and a team of Career Coaches who will be supporting you, starting in Mod 1.

Participating in Career Development is an expectation for all students as it is just as important as learning the technical skills. There will be times when you are tempted to put this work on the back-burner because you get so deep in the apps you are building, but because we care about you, we will hold you accountable to keeping up with your professional growth as well.

The assignments below will give you an understanding of what type of work and support is to come, and will provide helpful information to your Career Coaches!

  • [Part A: Career Development Overvie

Gear Up Pre-Work

Our mission is to unlock human potential by training a diverse, inclusive student body to succeed in high-fulfillment technical careers.

What is the purpose of Gear Up in Mod 0?

  • Reflect on intersectionality and how your identity impacts your experiences and interactions with others