Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Latest commit

 

History

History
163 lines (104 loc) · 3.29 KB

presentation.mdx

File metadata and controls

163 lines (104 loc) · 3.29 KB

import { Appear, Head, Image, Notes } from "mdx-deck"; import { FullScreenCode, Invert, Split, SplitRight } from "mdx-deck/layouts"; import DarkMode from "./components/DarkMode"; import GetRekt from "./components/GetRekt"; import LightMode from "./components/LightMode"; import SoundCloudTrack from "./components/SoundCloudTrack"; import theme from "./components/theme";

export default DarkMode;

export { theme };

<title>Dev Team Challenge - Christmas 2019</title>

export default LightMode;

Dev Challenge 2019


team captains

  • Greg
  • Jeremy
  • John Lea

teams

  • Greg, Clark
  • Jeremy, Josh K., Meyer
  • John Lea, Evanne, Christian

rules

  • only team captains can answer
  • cheating is encouranged, but don't get caught

trivia


trivia

Go to kahoot.it

(A code to join the game will be created shortly)


code riddles


Swap the value of two numbers without using a third variable


Without using if, while, for, ternary, or Math.*, find the maximum of 3 numbers

function max(x: number, y: number, z: number) {
  //
}

Add two numbers without using the addition operator


export default GetRekt;

decrypt


export default DarkMode;

decrypt

  • Team leads are being sent encrypted file
  • First to follow directions in file is the winner
  • You'll want your audio on

export default DarkMode;

decrypt

  • The instruction file is encrypted using AES-256 (CBC) & encoded using Base64
  • Password is all lowercase with no spaces

export default DarkMode;

decrypt - get the password

  • One of our clients is known for their salads. Run this on their ingredient page: https://git.io/Je7Zv
  • Water heaters have a target temperature. There's another word for "target temperature." What are the last 3 letters of this word?
  • We work with a children's home based in Columbus, MS. What are the first and last letters of the second word of their name?
  • A certain client sells a product that shares a name with me. Where is the gas connection located on the commercial version of this product? Front, back, left, or right?
  • If you were to make a 10'x12' shed, what's the minimum recommend square footage of siding you'd need?

export default LightMode;

code runner


code runner

Your team needs a single Typer

Everyone else is a Runner


code runner

  • A piece of paper with a webpage source is outside the room
  • Only one person may be a Typer
  • Allowed to swap Typer one time
  • Only one person per team may be out of the room at a time
  • Same person may not leave the room twice in a row
  • NOTE: had issues with Brave browser

Have an awesome break!