Skip to content

Commit

Permalink
Merge pull request #108 from turingschool/remove-program-references
Browse files Browse the repository at this point in the history
Update verbiage to reflect single program
  • Loading branch information
hfaerber authored Jul 1, 2024
2 parents a925e94 + 0c970d2 commit f454e2d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions try-coding-general/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please sign up for a free <a target="blank" href="https://replit.com/~">replit.c

## What to Expect

Over the course of the day, we will write code, practice the habits of successful developers, and learn a little more about Turing. We will ask you to introduce yourself, ask questions, and occasionally share answers to the technical work we do! By the end of today, you will build your very own “Guess the Number” console game. Below is our agenda for the day:
Over the course of the workshop, we will write code, practice the habits of successful developers, and learn a little more about Turing. We will ask you to introduce yourself, ask questions, and occasionally share answers to the technical work we do! By the end of today, you will build your very own “Guess the Number” console game. Below is our agenda for the day:

- Welcome & Introductions (30 minutes)
- Instruction (90 minutes)
Expand All @@ -38,7 +38,7 @@ There are several ways to get my attention throughout the workshop today. Let’
- **Raise your hand.** Find your zoom toolbar, click Reactions, then Raise Hand.
- **Introduce yourself!** Share your name, pronouns, and your location. Then, share why you’re here.
1. I’m looking for a career change and I’m trying coding for the first time.
2. I already know I want to attend Turing, but I need to pick a program!
2. I already know I want to attend Turing, but want to learn more!
3. My friend or family member won’t stop bugging me about checking this out, so here I am!

### Up Next
Expand Down
8 changes: 4 additions & 4 deletions try-coding-general/js-number-guesser/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ else
end
```

This is something you might build if you were in the Back End program at Turing.
This is something you might build as a Back End developer.

Now let's take a look at what this same code would look like if you were implementing JavaScript in our Front End program.
Now let's take a look at what this same code would look like if you were implementing JavaScript as a Front End developer.

<div class="try-it-new">
<h2>Explore: Front End Number Guesser</h2>
Expand All @@ -42,14 +42,14 @@ Now let's take a look at what this same code would look like if you were impleme

Whether we're working on the Front End or the Back End of an application, there is a lot of logic and data manipulation involved as illustrated by the number guessing code. The difference in Front End and Back End comes in what you'd work on next.

If you're in the Front End program your next steps in this number guesser program might be to build the user interface, what the user sees and interacts with. Think about the webpage for this number guessing application.
As a Front End developer, your next steps in this number guesser program might be to build the user interface, what the user sees and interacts with. Think about the webpage for this number guessing application.

- What would the styling of this page be? (colors, fonts, shading)
- How would the user input their guess and what would that *element* look like?
- Would there be any animations on the page to engage the user?


If you're in the Back End program, your next steps might be in dealing with how to store this data and what to do with the data.
As a Back End developer, your next steps might be in dealing with how to store this data and what to do with the data.

- How should we store the information in the database?
- Do we need to manipulate the data before storing it?
Expand Down
2 changes: 1 addition & 1 deletion try-coding-general/what-is-fe-be/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The three main technologies used by Front End Engineers are:
- HTML
- JavaScript

Other frameworks are build on top of JavaScript such as React, Vue, or Angular.
Other frameworks are built on top of JavaScript such as React, Vue, or Angular.


## What is the Back End?
Expand Down
2 changes: 1 addition & 1 deletion try-coding-general/wrap-up/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We are always creating new, exciting events for prospective students. Check out

We know everyone has different barriers or concerns as they start this process. Our team is here to help you find solutions to each barrier and ease your concerns from how to pay for Turing to what is the job support like.

Reach out if you have any questions at all - from *Can I afford this?* to *Should I do frontend or backend?* to *What is a typical day like as a Turing student?* - we're here for you! Email **[email protected]** with your questions and we'll schedule a one on one call with you!
Reach out if you have any questions at all - from *Can I afford this?* to *What is a typical day like as a Turing student?* - we're here for you! Email **[email protected]** with your questions and we'll schedule a one on one call with you!

## Apply!

Expand Down

0 comments on commit f454e2d

Please sign in to comment.