You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/about.md
+8-10
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,18 @@ imgAlts:
9
9
lastmod: "2023-01-25"
10
10
---
11
11
12
-
Ready to become a backend developer? Don't make it a grind. **The smartest way to learn to code is to make sure you’re never bored.**
13
-
14
-
We’re building off of years of psychological research and modern game design to guide you from beginner to master–if you’re ready to put in the time. With a curriculum designed for builders, a vibrant Discord community, and hat-tip to the gamer in all of us, we welcome you to the most captivating, finger-flying, addictive way to learn to code.
12
+
We think the smartest way to learn to code is to make sure you’re never bored.
15
13
16
14
## The Story
17
15
18
-
I originally built [Boot.dev](https://boot.dev) for my wife Breanna so she could transition from being an x-ray tech to a back-end developer. The reason being, we had run into a few problems:
16
+
I originally built [Boot.dev](https://boot.dev) for my wife Breanna so she could transition from being an x-ray tech to a back-end developer, but we ran into a few problems:
19
17
20
18
* We didn't have the time or money for a 4-year CS degree, but I felt a lot of the core CS concepts were important
21
19
* As a hiring manager, I found that many resources don't focus enough on building projects
22
20
* We found plenty of places to learn front-end development, but not back-end
23
21
* Few people fail because coding is too hard, they fail because they lose motivation
24
22
25
-
I decided it would be fun to build a course that incorporates a lot of the fun aspects of RPG games, and started Boot.dev as a side project. My wife was my first student and loves the courses, so I hope you do too.
23
+
I decided it would be fun to build a course that incorporates a lot of the fun aspects of RPG games and started Boot.dev as a side project. My wife was my first student and loves the courses, so I hope you do too.
26
24
27
25
## Socials
28
26
@@ -57,7 +55,7 @@ Coding, and in particular *learning to code*, can become dull if the magic is lo
57
55
58
56
* Everything should be learned through hands-on coding lessons
59
57
* All concepts should be taught within the context of a real-world software project
60
-
* Game elements like achievements and quests can supply boosts of external motivation and sweet sweet dopamine
58
+
* Game elements like achievements and quests can supply boosts of external motivation and sweet, sweet dopamine
61
59
62
60
### 2. Computer science matters, degrees don't
63
61
@@ -75,11 +73,11 @@ The tighter your feedback loop, the better. Our courses teach new concepts throu
75
73
76
74
Sometimes "deploy" means to host a web app on the internet. Sometimes it just means packaging up your project with great documentation and pushing it to GitHub.
77
75
78
-
The point is, you need to *show your work*, and that work should be *interesting* if you want a better chance of landing a job.
76
+
The point is you need to *show your work*, and that work should be *interesting* if you want a better chance of landing a job.
79
77
80
78
### 5. It's hard to find good resources
81
79
82
-
The internet is estimated to host over 100 Zettabytes of data. That's about 100 *trillion* gigabytes of data. If you're learning to code, you're don't need *more* information, you need a curated roadmap of the *most important* information packaged in a way that's easy to digest.
80
+
The internet is estimated to host over 100 Zettabytes of data. That's about 100 *trillion* gigabytes of data. If you're learning to code, you don't need *more* information, you need a curated roadmap of the *most important* information packaged in a way that's easy to digest.
83
81
84
82
### 6. Learning to code is a depth-first algorithm
85
83
@@ -99,8 +97,8 @@ Learning to code isn't easy. If it were, everyone would be doing it, and we woul
99
97
100
98
You learn most effectively when you're in your [zone of proximal development](https://en.wikipedia.org/wiki/Zone_of_proximal_development), the place just *outside* of your comfort zone. There are just two rules for staying in the ZOPD:
101
99
102
-
1. Don't waste your time-solving problems that you already know how to solve
103
-
2. Don't waste your time-solving problems that are impossible for your skill level
100
+
1. Don't waste your timesolving problems that you already know how to solve
101
+
2. Don't waste your timesolving problems that are impossible for your skill level
0 commit comments