Skip to content

Instantly share code, notes, and snippets.

View stevecalla's full-sized avatar

Steve Calla (he/him) stevecalla

  • Boulder, Colorado
  • 02:30 (UTC -06:00)
View GitHub Profile
@stevecalla
stevecalla / mod_0_session_1_practice_tasks.md
Last active October 12, 2020 13:06 — forked from damwhit/mod_0_session_1_practice_tasks.md
Mod 0 Session 1 Practice Tasks

Session 1 Practice Tasks

The assignments listed here should take you approximately 60 minutes.

To start this assignment, click the button in the upper right-hand corner that says Fork. This is now your copy of the document. Click the Edit button when you're ready to start adding your answers. To save your work, click the green button in the bottom right-hand corner. You can always come back and re-edit your gist.

1. Markdown (20 min)

Markdown is the format all of your homework gists are written in.

Using this markdown cheatsheet, create a new gist of your own by clicking the New Gist button in the upper right-hand corner of the screen. Create a "Beginners Guide to data types" documenting your data types knowledge so far using Markdown.

Objective: Document data types knowledge using Markdown

Based on Turing Mod0 Class 1 on Monday 10/5/2020

Instructor: David Whitaker

There are at least 6 different data types

  1. Strings
  2. Integers
  3. Floats
  4. Boolean
  5. Array

Career Journal: Mod 0 10-17-20.md

  1. When you've worked towards a goal in the past, what systems or tools have been helpful for you in accomplishing that goal? How could you adapt those same systems/tools to use while at Turing?

    • Steve Calla - I use a variety of systems and/or tools depending on the end objective. Whether in a team or individual environment, my first objective is to understand the goal with as much clarity as possible. Secondarly, I attempt to understand the timeline and key deliverables. Subject to that macro level information/overview, I break down the goal into smaller pieces again either in a team or individual environment then I create tasks necessary to complete each piece or section. I typically attempt to complete the goal ahead of schedule to allow for review and improvement if possible as I providing for some space to re-think or review allows for improvement or the ability to exceed the goal.
  2. As you start this new career, what is one of your strengths and how do

Career Journal: Mod 1 Steve Calla


Mod 1 First Time - Journal Reflections (Dec '20 to Jan '21)


Mod 1 Week 1: Understanding your strengths (status = COMPLETE) Answer the below questions in a separate gist and link them into your career journal using this template:

Week 1: [Link here to your gist]

  • (completed)
  • (partially complete)

Career Journal: Mod 2 XX-XX-2020.md

Week 1: [Link here to your gist]

  • (completed)
  • (partially complete)
  • (not started)

If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here:

Week 2: [Link here to your gist]

Career Journal: Mod 3 XX-XX-2020.md

Week 1: [Link here to your gist]

  • (completed)
  • (partially complete)
  • (not started)

If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here:

Week 2: [Link here to your gist]

Career Journal: Mod 4 XX-XX-2020.md

Note: Mod 4 Prompts will be provided to you by your Career Specialist at that time.

Week 1: [Link here to your gist]

  • (completed)
  • (partially complete)
  • (not started)

If you will not be able to complete your journal this week, please provide an update for the Career Dev team on when you'll have it completed here:

Template for DTR Memo
Project: Mod1 Paired Project - Rom Com
Group Member Names: Matt McVey & Steve Calla
Goals and Expectations for the Project (What does each group member hope to get out of this project?
- Deeper understanding and learning of javascript.
- Solid team dynamics and collaborations.
- Score at least a 3 or better for each rubric requirement.
- Well balanced contributions from each team member.

Overview - What's For Dinner README.md

What’s for dinner? The ultimate question. The What's for dinner app allows a user to randomly generate recipe ideas for a side, main course, dessert or the entire email.

The site is accessible at here. All the project requirements can be found here.

Website Preview

Small GIF (400x192)

Functionality

@stevecalla
stevecalla / README.md
Created July 21, 2022 02:42 — forked from joyrexus/README.md
curl tutorial

An introduction to curl using GitHub's API.

Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin

Includes HTTP-Header information in the output