Pinned Repositories
Algorithms
This monthly meetup focuses on white boarding algorithms.
basic-sinatra
battleship
JS battleship game from Headfirst: JavascriptProgramming
Boiler_Styled_REX
Create-react-app with express server and Stylized-Component setup
clodal
chrome extension to close datadog modals
color_duke
an excuse to play with libraries
d3_react_Walkthrough
starting code to follow along with d3 react integration
dd-trace-py
Datadog Tracing Python Client
keripmiller.com
Gatsby.js Experiment - 2018 Portfolio Site
KillerPaperMice's Repositories
KillerPaperMice/basic-sinatra
KillerPaperMice/JQueryExperiment
Create a “cheat sheet” JavaScript file that contains examples of 4 different jQuery events. Have at least one of them be initiated by a click event.
KillerPaperMice/pageBreaksExercise
Create a website that looks good at tablet (iPad, Galaxy, etc) and phone (iPhone, Android, etc.) width with at least 2 breakpoints that change the layout of the page.
KillerPaperMice/project_3
3 different web pages exemplifying all of the different layouts we learned in class: a. Two-column layout, fixed “social media bar” on the left side of the page with a link to Facebook and Twitter b. Three-column layout web page c. An image gallery using floats
KillerPaperMice/project_4
At least 3 separate pages Uses CSS layout principles we’ve learned including adding a gutter to the left and right of the page and at least one page with a two-column layout Doesn’t use images where CSS and HTML could be used Includes photographs Has links to external websites that open in a new window Incorporates a <ul> powered navigation bar
KillerPaperMice/project_5
Create a “cheat sheet” JavaScript file that contains examples of all of the things we learned today, delineated with comments: Variables Debugging (alerts, comments, the console) Different data types Arrays Testing Logic Functions Write 3 different functions that take input and return something via the console or an alert