Skip to content

Instantly share code, notes, and snippets.

View Jessmaxim303's full-sized avatar

Jesse Maxim Jessmaxim303

  • Turing School
  • Denver, CO
View GitHub Profile
@Jessmaxim303
Jessmaxim303 / pd-my-story
Created October 14, 2019 14:48
Professional Story of Jesse Maxim
What are your strengths? What makes you the hero of this story?
I am really passionate about programming and design. I think this keeps my motivation high when working on long and difficult problems.
How have you grown during your time at Turing? What have you had to overcome?
I think I have grown a lot, mostly when it comes to empathy and seeing other peoples prospective.
My Story:
Experienced and motivated graphic designer and software developer with a demonstrated history of working in the marketing
@Jessmaxim303
Jessmaxim303 / Food-app-retro
Created December 12, 2019 16:22
food app retro
1909 - Cookbook app
Kevin - Jesse Maxim
OVERALL -
What role do you typically play on a team?
It felt like I played the role of lead in this project only because I think Kevin was a little nervous to drive but when I pushed Kevin to do so he did a great job.
What is your approach to working on a team?
We would do a lot of planning together then would divide what we felt would be solid solo work.
@Jessmaxim303
Jessmaxim303 / Creating-a-React-app.md
Created March 5, 2020 04:08
React w/ Jest, Router, Redux

Creating a React App

  1. In the terminal run: npx create-react-app NAME-OF-APP
  2. Cd into the new directory: cd NAME-OF-APP
  3. Run: npm install.
  4. You can run npm start to see if the app was set up correctly.

Setup Redux

  1. npm i redux react-redux redux-devtools-extension -S
### Simple indexed manual with notes.
### installation
npm i -g @adonisjs/cli
To execute in project directory
adonis new . --api-only
Then start it
adonis serve --dev