Skip to content

Instantly share code, notes, and snippets.

View Jwing28's full-sized avatar
🎯
Focusing

Jonathan Lee Jwing28

🎯
Focusing
  • Chicago, IL
View GitHub Profile
@Jwing28
Jwing28 / README-Template.md
Created May 24, 2018 22:20 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@Jwing28
Jwing28 / vanilla-js-cheatsheet.md
Created December 2, 2017 03:05 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet
@Jwing28
Jwing28 / The Technical Interview Cheat Sheet.md
Created November 15, 2017 07:31 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

###Array ####Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.
@Jwing28
Jwing28 / comparison.md
Created May 25, 2016 03:28 — forked from makmanalp/comparison.md
Angular vs Backbone vs React vs Ember notes

Note: these are pretty rough notes I made for my team on the fly as I was reading through some pages. Some could be mildly inaccurate but hopefully not terribly so. I might resort to convenient fiction & simplification sometimes.

My top contenders, mostly based on popularity / community etc:

  • Angular
  • Backbone
  • React
  • Ember

Mostly about MVC (or derivatives, MVP / MVVM).

@Jwing28
Jwing28 / index.html
Created September 28, 2015 23:47 — forked from anonymous/index.html
Bill Starr 5x5: Modified // source http://jsbin.com/woyoci
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bill Starr 5x5: Modified</title>
<link href="CSS/BillStarr.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel=
'stylesheet' type='text/css'>
<style id="jsbin-css">
.banner {