This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/ort-cloud/Quiz-app | |
| https://ort-cloud.github.io/Quiz-app/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://docs.google.com/document/d/16YMu8ZkTpBHb4AL8aTnXah90lznAqrJZNxPrP-Ilj8w/edit | |
| https://docs.google.com/document/d/1YXrA0OqotN2gij3r2jGwkXovn6WihAlzejYvmdhrzuw/edit | |
| Back of napkin design image below |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
| } | |
NewerOlder