Skip to content

Commit

Permalink
rebuilding site Fri Jan 26 12:08:31 +08 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Verhoeven committed Jan 26, 2024
1 parent 53c3514 commit 2a656ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion blogs/web-dev-bootcamp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,11 @@ <h3 id="step-1---javascript-fundamentals">Step 1 - JavaScript Fundamentals</h3>
<p>First step is to get familiar with coding in general and learning some javascript.
Coding is an infinite virtual jigsaw puzzle where you can build whatever you can imagine.
If the prospect of this excites you, it serves as a promising indicator to persist and delve deeper into the world of coding.</p>
<p><a href="https://leetcode.com/">Leetcode</a> is a great way to test your knowledge. Some people get super into Leetcode as they enjoy solving puzzles. If you are someone who loves Sudoku for example, this might resonate with you. I would say if you are able to answer the &ldquo;Easy&rdquo; questions you are ready to move on to step 2. But, if you are having fun, doing some of the &ldquo;Medium&rdquo; rated puzzles will definitly serve you very well in your web dev journey.</p>
<h4 id="recourses">Recourses</h4>
<ul>
<li><a href="https://www.codecademy.com/courses/introduction-to-javascript/informationals/learn-javascript-welcome">Codecademy Free Trial</a></li>
<li><a href="https://www.codecademy.com/courses/introduction-to-javascript/informationals/learn-javascript-welcome">Codecademy Free Trial</a> - Learn some JS Fundamentals.</li>
<li><a href="https://leetcode.com/studyplan/30-days-of-javascript/">leetcode - 30 Days of JavaScript</a> - Test your understanding. Just the &ldquo;Easy&rdquo; questions is enough.</li>
</ul>
<h3 id="step-2---web-dev-fundamentals">Step 2 - Web Dev Fundamentals</h3>
<p>The next step would be to learn web dev fundaments. Topics such as;</p>
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

0 comments on commit 2a656ee

Please sign in to comment.