Skip to content

Instantly share code, notes, and snippets.

View Schmerb's full-sized avatar

Michael Schmerbeck Schmerb

View GitHub Profile
Bright blue/purple color was too much for banner/nav bar that drops down
removed background-color all together.
show/reveal a burger icon only
fade out burger icon after 3 seconds of inactivity with scrolling
Changed blue/purple color on About Me section and in project section header text to a light blue
easier on the eyes
Gathering more feedback after this current iteration
@Schmerb
Schmerb / Portfolio-Assets.txt
Created November 30, 2017 16:58
Headline, Bio and Project descriptions for Portfolio Website
Headline:
Hey, I’m Mike. I am a fullstack developer and drone pilot enthusiast.
Bio:
I am a fullstack web developer and recent graduate of the Fullstack Web Development Bootcamp at Thinkful. From a young age I have always been inclined to build things and see what I can make. Since coding has come into my life, I have had the opportunity to do just that and create projects from scratch. The feeling of taking an idea and turning it into a fully functional, working application is unparalleled. My technology of choice is the MERN stack and I equally enjoy both frontend and backend development.
When I am not slamming code, I enjoy piloting my drone and taking videos, catching deep powder on my snowboard, and riding roller coasters.
Projects
Toobverse
A search engine to find videos via the YouTube API and discover HD quality videos as well as live content.
@Schmerb
Schmerb / Big-O-Drills.txt
Created November 29, 2017 15:34
CS Fundamentals Big O drills.
Even or Oddd
O(1)
Are you here?
O(n * m)
Naive Search
O(n)
Creating pairs
@Schmerb
Schmerb / fullstack-capstone-feedback.txt
Created November 28, 2017 22:02
User feedback for Fullstack Capstone Project
Users overall like the design, specifically the dashboard
I needed to clear live chat logs when user logs out of account
Needed to be more clear on how to get to dashboard, CryptoKeeper logo now redirects to dashboard if signed in and home if not
Live chat back button needed to use hsitory to dynamically return to the actual previous page
Homepage needs some 'design lovin', slick slider auto play / animated
Comment posting was broken on live site only, cleaned up comment and replyComment action/reducer code and problem was resolved
'My Number' in settings was not clear as to what number it is referring to. Changed to 'My Phone Number'
Custom avatar images can be placed in a div or set as background-image with size: cover in order to retain all different image scales
CryptoKeeper
https://cryptokeeper.netlify.com/
https://github.com/Schmerb/react-redux-hack-client
@Schmerb
Schmerb / Dashboard Avatar.png
Last active October 4, 2017 20:41
Wireframe mockups for the Full Stack Capstone project.
Dashboard Avatar.png
@Schmerb
Schmerb / fullstack-capstone-descoping.txt
Created September 27, 2017 15:42
List of user stories that the capstone project MVP will definitely contain.
DEFINITES:
As a user, I should be able to register an account
As a user, I should be able to log in to my account
As a user, I should be able to log out of my account
As a user, I should be able to see the current market price of the most common crypto currencies
As a user, I should be able to choose which currencies I have and/or want to monitor
As a user, I should be able to set custom notifications, both sms and email, depending on set events such as a specific price flucuation(+/-)
As a user, I should be able to chat in a real-time live chat area
@Schmerb
Schmerb / fullstack-user-stories.txt
Created September 16, 2017 23:56
User stories for fullstack capstone project.
As a user, I should be able to register an account
As a user, I should be able to log in to my account
As a user, I should be able to log out of my account
As a user, I should be able to see the current market price of the most common crypto currencies
As a user, I should be able to choose which currencies I have and/or want to monitor
As a user, I should be able to set goals for each currency I own
As a user, I should be able to set custom notifications, both sms and email, depending on set events such as a specific price flucuation(+/-)
As a user, I should be able to see graphs of prices over time
As a user, I should be able to post comments on each currency
As a user, I should be able to reply to comments and start a thread
@Schmerb
Schmerb / Fullstack-Capstone.txt
Created September 16, 2017 23:10
Fullstack Capstone project idea overview.
App Name: CryptoKeeper
Overview: CryptoKeeper acts as a central hub for users to monitor the cryptocurencies of their choice, setting custom notifications for different fluctuations in market price.