Skip to content

Instantly share code, notes, and snippets.

Client/Server analogy
Think of it like Luke Skywalker using the force to move an object.
Luke calls upon the force with great concentration. The force in turn responds as it flows through him. He then uses the "data"returned to him to life the rock.
Headline
Hello. My name is Carl and I’m a fullstack developer.
Bio
I am a web developer and soon-to-be graduate of Thinkful’s Engineering program. What I like about being a developer is the never ending set of problems and navigating my way to their solutions. I believe it is through frustration that self realization is found. Coding, for me, personifies this belief and the journey is always far more satisfying than the result.
When not locked into finding solutions I can be found cruising down a snowy mountain or a winding steep road one some form of board, immersing myself in Star Wars lore, or getting lost in an open world video game. As a person with never ending curiosity I am currently working to understand the basics of astrophysics. Which makes coding seem like a walk in the park.
https://github.com/ort-cloud/Quiz-app
https://ort-cloud.github.io/Quiz-app/
https://docs.google.com/document/d/16YMu8ZkTpBHb4AL8aTnXah90lznAqrJZNxPrP-Ilj8w/edit
https://docs.google.com/document/d/1YXrA0OqotN2gij3r2jGwkXovn6WihAlzejYvmdhrzuw/edit
Back of napkin design image below
function handleNewItemSubmit() {
// this function will add new items using either the submit button or enter key
}
function handleItemCheckClicked() {
// this function will both check and uncheck items when clicked
}