Skip to content

Instantly share code, notes, and snippets.

View imsolost's full-sized avatar

Ryan Kent imsolost

View GitHub Profile
@imsolost
imsolost / anvil-custom-style-reference.css
Created August 29, 2023 20:12
Anvil custom style reference
/* Example stylesheet */
/*
Common styles. These are used on every part of the Workflow/Signing process.
*/
/* The smaller of the titles on each Forge/webform page. This usually contains your Organization name */
#header-title {
color: blue;
@imsolost
imsolost / Resume.md
Last active November 6, 2018 22:22
Resume for Ryan Kent

Ryan Kent | Full Stack Web Developer

Oakland, CA | 415-497-7768 | github.com/imsolost | ryankent.me | ryanakent@gmail.com

Projects

Threes | Software Engineer | live | code
A browser game built vue.js.

  • Custom built game logic to mimic the popular mobile game Threes.
  • Implemented unique algorithms to ensure game play flows smoothly and follows correct rules.
@imsolost
imsolost / gist:d41018036879495bdfc66cb2aaff57f4
Created January 16, 2018 19:55
011618_work_plan_ryan_kent
# Weekly Goal
I plan on working on the Twilio application, the microsoft leap application, my linked In, and my personal portfolio site.
# Areas of Focus
- Applications
- Descriptions
- Projects
# Specifications
- [ ] Twilio application completed
@imsolost
imsolost / gist:5273ffdad99913eda6cfca8b5945832f
Created January 8, 2018 19:18
010818_WorkPlan_RyanKent
# Weekly Goal
I plan on working on my personal portfolio sit. My weekly goal is to deploy multiple projects to the site and have robust descriptions of my skills and abilities.
# Areas of Focus
- Deployment
- DB / API
- Descriptions
- Projects
# Specifications
@imsolost
imsolost / gist:da212656ca39579888485c595c40829a
Created January 2, 2018 22:47
Ryan_Kent_workplan_010218
# Overview
Job Search: Interview prep and portfolio/resume focus.
# Areas of Focus
1. Algorithms/Data Structures
1. Portfolio
1. Resume
1. Apply to jobs

Specs

  • Move fakeData in routes tests into separate folder
    • Mimic structure of queries and commands tests with mockTestData.js file.
    • Store the fake data in an object and then import it for use in the tests.
  • Add test coverage reports with Istanbul
    • Will need the following plugins: babel-plugin-istanbul, istanbul
    • Make a script that runs the coverage report.
  • Enzyme test coverage for existing components
    • ProjectPresentation.js
  • ProjectPresentation.js