Skip to content

Instantly share code, notes, and snippets.

View WesGlassmeyer's full-sized avatar

Wes Glassmeyer WesGlassmeyer

View GitHub Profile
https://wesglassmeyer.github.io/quiz-app/
https://github.com/WesGlassmeyer/quiz-app
Write an analogy to describe the relationship between clients and servers.
You know me, I've got to relate everything to jiu jitsu. I see an analogy between clients and servers being similar to
the relationship between students and instructors. The student is looking for new information and the instructor has a
large supply. The student keeps making requests for more techniques and the instructor keeps filliing in the knowledge gaps
as necessary. The individual student takes the information and processes it while the instructor is ready to teach a room
full of students at any given moment.
https://docs.google.com/drawings/d/1LTBtFky6JQP0dX4deV6KjRY2KHh3jg1UpHmBAq0ifaw/edit?usp=sharing
youtube subscription list
required parameter: part takes in a string type (part=snippet,contentDetails)
optional parameters: forChannelId is a string type (channelId=UCAuUUnT6oDeKwE6v1NGQxug), mine takes in a boolean (mine=false)
Google Maps
Statue of Liberty: https://maps.googleapis.com/maps/api/geocode/json?address=New+York,+NY+10004&park|statue+of=liberty+national+monument&key=Your_API_Key
my address: https://maps.googleapis.com/maps/api/geocode/json?address=942+south+quintero+court,+aurora,+CO,+80017&key=Your_API_Key
Meetup API
Does the API require authentication? Most Meetup API endpoints require member authentication to protect access to privacy and to personalize responses.
@WesGlassmeyer
WesGlassmeyer / gist:70d204e76b3e68675fbeb55273a40a18
Created October 11, 2020 16:54
API hack capstone proposal
I would like to build an app that helps users find places to train Brazilian Jiu Jitsu. This app will incorporate data from the Yelp Fusion
API.
I am propsoising to build an app named BJJ Symposium.
The idea of the app is to provide a place for brazilian jiu jitsu practioners to search for and find techniques based around positions or submissions.
The users can find videos they like, add them to the resource list, comment, rate etc... to help themselves and others focus their training on
techniques they've found useful.
@WesGlassmeyer
WesGlassmeyer / gist:1845229fc2e313dbbc66c0753336b11e
Created January 16, 2021 20:59
BJJ Symposium user stories
As a new user I want to be able to search bjj techniques by category.
As a new user I want to be able to select filtered videos to view.
As a new user I want to be able to sign up for an account.
As a returning user I want to be able to login to my account.
As a returning user I want to be able to add videos to my list.
As a returning user I want to be able to rate videos.
As a returning user I want to be able to make comments on videos.
As a returning user I want to be able to make notes on the videos.
As an administrator I want to be able to moderate all public content.
As an administrator I want to be able to manage user accounts.
Mockflow Wireframe
https://wireframepro.mockflow.com/editor.jsp?editor=off&publicid=M15ab784e4aed11c1b57b723c2b3e5e941610917955960&projectid=M49af4b4ae9208f5f57c5a9fc16647e501602549971711&perm=Owner
Screen Names:
- landing page:
- user flows: continue to main page
- main page:
- user flows: user searches for videos
user selects a video to view -- video page
@WesGlassmeyer
WesGlassmeyer / gist:a9adb217bca7184bf11d956976cefc65
Created February 7, 2021 17:03
BJJ symposium static version
The name of my app is BJJ Symposium.
https://bjj-symposium.wesglassmeyer.vercel.app/
https://github.com/WesGlassmeyer/bjj-symposium
Alicia Glassmeyer indicated she thought there should be a hamburger/accordian navigation tool to be able to get back to the landing page.
Nick Lombardi indicated he thought there should be a view filtration function for the community favorties page.
@WesGlassmeyer
WesGlassmeyer / SQLDrills.md
Last active March 14, 2021 18:27
SQL Drills

In these drills, you'll practice executing basic CRUD (create, read, update, delete) operations in the psql shell.

Before you get started, download this SQL data dump. Create and populate a new database using the data dump (make sure to update the path with the location where you saved the file):

psql -U dunder_mifflin_admin -d restaurants-app -f ~/Downloads/nyc-restaurants-data-backup.sql

Take a moment to get familiar with this new database. You can use \dt+ to see a list of public tables and \d <TABLENAME> to see a description of those tables.

@WesGlassmeyer
WesGlassmeyer / gist:b717937acda568e685bc239e0bcd53eb
Created April 16, 2021 02:58
BJJ Roll Tracker Capstone Proposal
In BJJ (Bazilian Jiu Jitsu) we do a lot of sparring. This app would help you track the specifics of your sparring sessions.
That data can then be used to assist in the users development and improvement over time.