Skip to content

Instantly share code, notes, and snippets.

View SuitcaseCoder's full-sized avatar
🤓

Laura SuitcaseCoder

🤓
View GitHub Profile
@SuitcaseCoder
SuitcaseCoder / js review
Created October 13, 2022 19:20
java-cohort-js review
# JavaScript Review
## **1. I would appreciate a recap on callback functions. Especially in situations like:
```javascript
someArray.forEach(callbackFunction(element){function definition})
```
#### callback functions
- a function that gets passed as an _argument_ to another function
@SuitcaseCoder
SuitcaseCoder / js-ii-assessment-review
Created March 25, 2022 15:45
groovy-js-ii-assessment-review
# JavaScript Second reassessment Review
## Instructions
0. *Carefully* read *all* the instructions and problems before beginning your work.
## Problems
1. Create a function named `calcAge` that takes the age and return the age in days. If input is not numeric, calcAge should return false.
@SuitcaseCoder
SuitcaseCoder / poke-project.md
Last active August 9, 2021 20:25
Poke-Project Instructions
https://docs.google.com/forms/d/e/1FAIpQLSd7NuStKPNxVL-bfDjAha_icrXDoJKdkoxj-19aqPaHu67aAw/viewform?usp=sf_link
Feedback:
possible color change
less padding between my name and my description
debate on whether to move the contact bar to the bottom as a footer and instead have a section below my about me with links to those sites.
add negative space
@SuitcaseCoder
SuitcaseCoder / gist:999cdc6123a262798eb5cf29c1d1e4e4
Created July 28, 2019 21:11
Portfolio_ gather your assets
Portfolio
Headline:
I like calling myself a linguist, three spoken languages...plus a couple more that only computers can understand. I never imagined I’d find the same joy from learning web development as I did when I learned the very logical German language, but I have! The never-ending pool of learning possibilities is what drove me to pursue it as a career. I am now a full stack developer, who enjoys taking my wildest ideas from old notebook sketches and turning them into real-life apps … some useful, some funny, most pointless, but all enjoyable to build.
// NOT SURE IF I SHOULD INCLUDE THIS NEXT PORTION:
When I’m not trying to perfect my past projects, I am jogging around the ‘hood in my comfiest running shoes, only ever stopping in my tracks when interrupted by anything cute and fluffy including dogs, cats, and that one time I thought the neighbor’s fluffy slippers were a small gray bunny rabbit. Calligraphy, reading, and writing is saved for rainy days, when I’m feeling most creative.
Projects:
1. `Even or Odd`: because it takes the same time every time to check whether a number is divisible by 2 or not, then this is `CONSTANT`
2. `Are you here`: this function has nested loops, meaning that for ever nested loop there is, time is added to its run time, `POLYNOMIAL`
3. `Doubler`: `LINEAR`
4. `Naive Search`: `LINEAR`
5. `Creating Pairs`: `POLYNOMIAL`
6. `Computing Fibonaccis`: LINEAR
7. `An efficient Search`: `LOGARITHMIC`
8. `Find random element`: `CONSTANT`
8. `Is it prime`: `LINEAR`
Feedback received:
-confusing flow from signup /login
-not able to logout
-login link is confusing to see after I've logged in
- why am I seeing other words besides the one I created?
- don't know why I can't login/signup
-----
same as above plus styling suggestions
Iterations completed:
Name: Lexi
Link: https://frozen-forest-94047.herokuapp.com/landingpage
gitHub: https://github.com/SuitcaseCoder/lexi-react-capstone
@SuitcaseCoder
SuitcaseCoder / gist:cf953266d24cf94bdea913198f39fd85
Last active June 20, 2019 00:23
Unit 1. Lesson 5. Project 4: HTML Wireframes & User Storeies
Lexi.
------------------------------------------------------------------------------------------------------------
HTML Wireframes:
----------------
1. Landing Page: https://repl.it/@SuitcaseCoder/Lexi-HTML-Wireframes-landing-page
2. Login Page: https://repl.it/@SuitcaseCoder/Lexi-HTML-Wireframes-login-page
3. Submit New Word: https://repl.it/@SuitcaseCoder/Lexi-HTML-Wireframes-new-word
4. List of Words: https://repl.it/@SuitcaseCoder/Lexi-HTML-Wireframes-List-of-words
5. Add Word Details: https://repl.it/@SuitcaseCoder/Lexi-HTML-WireframesAdd-word-details
User Stories
As a User, I should be able to...
Login
Logout
Create a new word
Add a description to a word
View list of all words alphabetized
Click on a word from the list and see that card’s details
Go back to the homepage by clicking on the logo