Closed gstark closed 5 years ago
Okay, not publishing this one but here's the link to my react non-technical explanation article.
https://medium.com/@diazfrankp/what-does-react-js-do-24a94097345
Here's my number picker C# practice app.
2 really small pieces of feedback
In your blog, you said "...is basically...", a general tip, "basically" is verbal filler, if you drop that from your vocabulary when talking about tech it will sound better.
In your git repo for the code snippet. do not forget to add a gitingore, we can look at how to do this easily together
Your homework was marked: Meets Expectations
“Well done!” — via Gavin Stark
title: A Whole New World draft: true
Today you learned a new language and will be starting to explore it more in depth in the coming weeks. Like any good craftsman, the first thing you need is to learn your tools. Tonight, you will be setting up your developer environment, creating a simple console application, and writing a short blog.
Objectives
Requirements
.NET Students
C#
plugin in VS Code.dotnet -v
in your terminal.Ruby
You should already have Ruby installed.
Explorer Mode
Simple Console Application
[x] Create a console application that guesses a number that a user has thought of , between 1 and 100. This will use a binary search` to guess the correct number
[x] Here is the JavaScript, in the browser, algorithm to follow. Make sure to understand this first before writing new code:
https://codepen.io/ambethia/pen/KNewBb
. NOTE You will be translating this from the event-driven paradigm of HTML to the more procedural paradigm of a console application.[x] For Explorer Mode, you do not have to put in a menu or other user experience "nice to have" features, focus on the just the core algorithm.
Adventure Mode
Try again
andWelcome, press enter to start
Epic Mode
Additional Resources
Ruby Resouces:
.NET
Reading Material
Ruby: Read and work through exercise 14 of Learn Ruby the Hard Way