Closed mdewey closed 6 years ago
https://medium.com/@manolocsolis/computer-languages-different-paths-same-result-9119e1cd10a
Hi Mark,
Here is the link to my blog. I shared with you my thought process on the number guesser earlier. I'm going to work on the coding of the variables and if-else statements and put it into a .cs file. I'm closing it for now so you can see my progress. I'll re-open to update once I have the CS file.
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
binary search
to guess the correct numberhttps://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.Blog
[ ] We have tackled front end development and are about to tackle a new language. You have grown as a developer and a person in the last 7 weeks. Create for me a blog post on medium on 1 of the following prompts
Pick 1 topic technically that we have learned and create a blog post explaining it to a non-technical person.
Blog about a struggle that you have encountered and overcome during your tenure here so far.
Pick a new technology that we haven't hit yet (or won't) and create a intro blog for that.
Adventure Mode
Try again
andWelcome, press enter to start
Epic Mode
Additional Resources
Ruby Resouces:
.NET