Skip to content

Instantly share code, notes, and snippets.

View ticotheps's full-sized avatar

Tico S. Thepsourinthone ticotheps

View GitHub Profile
@ticotheps
ticotheps / gist:21979c2a5843aa61557df35958eb9fbe
Created July 11, 2018 14:04
Thinkful - Unit 2, Lesson 6, Assignment 6
Thinkful - Full Stack Flex Program
Unit 2 - Programming in JavaScript
Lesson 6 - Objects
Assignment 6 - Challenge: Analyze a Most Frequent Word Program
let example = "Lucy is a girl. Lucy is funny. She is tiny."
@ticotheps
ticotheps / gist:e01b64997cc1dd71d8c5f783d16810b6
Last active July 24, 2018 15:00
Thinkful - Unit 3, Lesson 1, Project 3
Tico Thepsourinthone
Thinkful - Full Stack Flex Program
Unit 3 - Interactive Web Pages with jQuery
Lesson 1 - Event-Drive DOM Manipulation
Project 3 - Event Listener Drills
Drill #1 - Cat Carousel : https://repl.it/@TicoThepsourint/Cat-carousel-jQuery
Drill #2 - Return of FizzBuzz : https://repl.it/@TicoThepsourint/return-of-fizz-buzz
@ticotheps
ticotheps / choosing_an_api
Last active October 26, 2018 09:19
Thinkful: API Capstone Project - Choosing an API
The displayed information in this web app will serve to help users make informed decisions regarding their future career
paths by utilizing public API data from: (1) the U.S. Bureau of Labor Statistics, and (2) YouTube.
@ticotheps
ticotheps / user_flow_wireframe
Last active October 30, 2018 12:25
Thinkful: API Capstone Project - User Flow + Wireframe
Attached (below) in the comments are images of the user flow and the grey box wireframe for my API capstone project.

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example