Skip to content

Commit

Permalink
Merge pull request #106 from turingschool/single-program
Browse files Browse the repository at this point in the history
Generalize the What-Is-FE-BE page
  • Loading branch information
memcmahon authored May 6, 2024
2 parents c6fdc3b + c6f4097 commit fc4ef7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion try-coding-general/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ There are several ways to get my attention throughout the workshop today. Let’

### Up Next

- [What is Front End and Back End Engineering?](./what-is-fe-be)
- [What is Web Development?](./what-is-fe-be)
- [Ruby Introduction](./ruby-intro)
- [Ruby Methods](./ruby-methods)
- [Control Flow](./control-flow)
Expand Down
6 changes: 3 additions & 3 deletions try-coding-general/what-is-fe-be/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: lesson

- [Welcome and Introductions](../)

# What is Front End and Back End Engineering?
# What is Web Development?

## How Does the Internet Even Work?

Expand All @@ -31,7 +31,7 @@ The Front End will prompt users in various ways to collect information which can

## What technologies are used on the Front End?

The three main technologies used on the Front End are:
The three main technologies used by Front End Engineers are:
- CSS (styling of the webpage)
- HTML
- JavaScript
Expand All @@ -53,7 +53,7 @@ When we talk about Back End engineering, we're often thinking of the programming

## What technologies are used on the Back End?

There are numerous technologies that can be used for Back End programming. Here are a few of them:
There are numerous technologies that can be used by Back End Engineers. Here are a few of them:

- **Languages and frameworks**: Ruby/Rails, Python/Django, Elixir/Phoenix, Java/Spring, and more.
- **Databases**: PostgreSQL, MySQL, Oracle Database, MongoDB, etc.
Expand Down

0 comments on commit fc4ef7a

Please sign in to comment.