Skip to content

Instantly share code, notes, and snippets.

View case-eee's full-sized avatar

Casey Ann (Cumbow) Schlotter case-eee

  • Lessonly
  • Indianapolis, IN
View GitHub Profile
@case-eee
case-eee / checklist.md
Last active June 17, 2020 15:42
Frontend Changes Checklist

Frontend Change Checklist

  • Have you verified your change doesn't have any negative impact when using different browsers?
    • Safari
    • Chrome
    • Firefox
    • Internet Explorer
    • Edge
  • Have you verified your change doesn't have any negative impact when viewing it on a mobile or tablet device?
  • Have you verified your change doesn't have any negative impact when viewing it when resizing the browser?
@case-eee
case-eee / rfc.md
Last active May 30, 2019 19:30
on call rfc

Let's improve current on call process

Summary

This is a proposal to make improvements to our current on call process and rotation by sharing the burden of this responsibility across more engineers on the team. The proposal includes creating two separate rotations, splitting the responsibiltiies of these two rotations, and adding everyone that's a software engineer level 1 (frontend or backend) or higher to the new rotation. Continue reading for more details!

Motivation

Currently, we only have four engineers on the on call rotation which means every two weeks (because we always have a primary and a secondary person on call), every individual has on call responsibilities. This is not sustainable. We also want to improve developer happiness and engagement and prevent putting our quarterly objectives in danger due to on call responsibilities taking up a non-insignificant amount of time and effort every two weeks. An additional benefit is an increase in opportunities for more folks to get familiar with

@case-eee
case-eee / after-school.md
Last active December 14, 2016 18:36
After School Programming

Station 1

Makey Makey

Station 2

Arduino Uno - we'll work with the arduino's to make lights blink, fade, etc. Find some code to help here.

Group Retro and Feedback

Retro

First, take about 20 minutes and do a retro about your group experience. What's a retro? Think about our friday whole module retro - positives, negatives, and so-sos and actionable things you can improve to better the situation for next time. Here is a short read that may help define retros if you need a little more context. It may be helpful to revisit your DTR conversation too.

Feedback

"By not giving me feedback, you're preventing me from growing." -Anonymous Student

@case-eee
case-eee / intermediate_sql.md
Created September 19, 2016 14:16
Intermediate SQL

Intermediate SQL Workshop

  • Run psql
  • You may need to run CREATE DATABASE intermediate_sql;
  • To exit this shell, you can run CTRL d

Create tables

Let's create some tables in the database.

@case-eee
case-eee / sessions_cookies_flashes_homework.markdown
Last active September 5, 2016 23:21 — forked from rwarbelow/sessions_cookies_flashes_homework.markdown
Sessions, Cookies, and Flashes Homework

Homework

  1. Using a Flash

Implement a flash[:notice] in the BooksController #create action for when you successfully create a book.

Extension: Modify your #create action to conditionally create a book depending on whether or not a name is provided. Then create a flash[:error] that holds @book.errors.full_messages.join(", "). Use a dynamic content generator to display the flash notice. Take a look at 20:33 in the Sessions, Cookies, and Flashes video for a refresher on how to do this.

  1. Storing Most Recent Book in the Session
@case-eee
case-eee / dtr_expectations.markdown
Last active May 11, 2021 21:32 — forked from Carmer/setting_expectations.markdown
Group Work Expectations

Group Expectations

Group Member Names:

Project Manager:

Defining the Relationship (DTR) Questions:

  1. When are group members available to work together? What hours can each group member work individually? Are there any personal time commitments that need to be discussed?
@case-eee
case-eee / resources.md
Created August 16, 2016 15:46
Module 2 Resources
@case-eee
case-eee / action-items.md
Last active August 5, 2016 18:41
Cohort Action Items

Cross Cohort Retro Action Items

Lunch Roulette

Because it's optional, it fell apart but it's super important for mod 1's and 2's. Allow people to opt out on weekly basis or module basis so they don't bail on their group. Perhaps allow people to specify cost of lunch and bringing lunch. Leader - Vido

Cleaning

  • Bathroom hasn't been fixed. Turing call to action.
@case-eee
case-eee / how_the_web_works.md
Last active December 18, 2018 16:52 — forked from Carmer/how_the_web_works.md
How the Web Works - Deep Dive