Skip to content

Instantly share code, notes, and snippets.

@lesarrow
lesarrow / gist:e29a3d3909a6d3f884a57fbd654c77f7
Created June 13, 2019 21:11
API Hack Capstone User Stories
As a new user, I want an explanation of what the site is for and how it works
As a new user, I want to sign up for an account
As a returning user, I want to see the wagering recommendations for today's MLB games
As a returning user, I want to see the wagering recommendations for MLB games in the future
As a returning user, I want to see news associated with the teams I might bet on
As a user with disabilities, I want to be able to manipulate the site with a keyboard
As an administrative user, I want to be able to view a list of registered users and their activities
As an administrative user, I want statistics on what features users cumulatively are accessing on the site
As an active user, I want the wagering recommendations for today's MLB games to be delivered to me by email
As an active user, I want to be able to notify the usefulness of the site to one of my friends
@lesarrow
lesarrow / gist:96612c6bad002d4aaf3b430e3b2635b6
Created June 13, 2019 20:09
API Hack Capstone Statement
Gives advice on which MLB games to bet on for a given day, along with odds and recent news, by using data from the <a href="https://www.mysportsfeeds.com">MySportsFeed</a> and <a href="https://newsapi.org">News API</a>.

My sketches for the portfolio

HL: I'm Les Arrow and welcome to my page. I am an experienced Software Engineer whose latest endeavor is full stack web development.

BIO: I enjoy all aspects of computer technology and have had the opportunity to work in many different capacities within the field. I have working experience in Quality Assurance (QA), Software Development, Information Technology (IT), Technical Publications, and as a Teacher. I have worked as an individual contributor, a manager, and a department director. In addition, I hold a Bachelor of Science in Computer Science and Engineering from University of California, Los Angeles.

Regardless of what role I am in, my favorite part of product development is the satisfaction from working with a team of talented individuals in the creation and delivery of content into which we have all poured our hearts.

https://github.com/lesarrow/baseball-quiz-app
https://lesarrow.github.io/baseball-quiz-app/
@lesarrow
lesarrow / back_of_napkin_design_quizapp.jpg
Last active May 25, 2019 21:40
Baseball Quiz Questions for my quiz app
back_of_napkin_design_quizapp.jpg
function addItems(items) {
/* Given an array of String items, add them to the store with a new
cuid and checked: false. When done, render the shopping list */
}
function toggleCheck(itemObjs) {
/* Given an array of objects from the store, toggle checked values.
Then modify graphics appropriately for the new checked values. */