pull/5165/head
Kamran Ahmed 8 months ago
parent 468e92bac1
commit ef0c9f3db2
  1. 2
      src/pages/get-started.astro

@ -96,7 +96,7 @@ import { TipItem } from '../components/GetStarted/TipItem';
<div class='mt-3 flex flex-col gap-1'> <div class='mt-3 flex flex-col gap-1'>
<TipItem <TipItem
title='Avoid Tutorial Hell' title='Avoid Tutorial Hell'
description="Don't get stuck in tutorial purgatory. It's easy to get caught up in tutorials and never actually build anything. Tutorials are great for learning, but the best way to learn is by doing. An example of this is to watch a project-based tutorial, code along with the instructor. After finishing the tutorial, try to build the same project from scratch without the tutorial (if you can't, it's okay to go back to the tutorial). Repeat this process until you can build the project without the tutorial. After that, try to add new features to the project or build something similar from scratch." description="Don't get stuck in tutorial hell. It's easy to get caught up in tutorials and never actually build anything. Tutorials are great for learning, but the best way to learn is by doing. An example of this is to watch a project-based tutorial, code along with the instructor. After finishing the tutorial, try to build the same project from scratch without the tutorial (if you can't, it's okay to go back to the tutorial). Repeat this process until you can build the project without the tutorial. After that, try to add new features to the project or build something similar from scratch."
client:load client:load
/> />

Loading…
Cancel
Save