comparison src/learn.html.luan @ 61:13faddead6cb

update discord
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 09 May 2024 20:35:26 -0600
parents a3add4140c3c
children 7fe3cfba9c85
comparison
equal deleted inserted replaced
60:a3add4140c3c 61:13faddead6cb
23 23
24 <p>I will often say "Do X" without saying how to do X. A big part of programming is figuring out how to do things. Your two main resources are Google and ChatGPT. If you get stuck, you can ask me.</p> 24 <p>I will often say "Do X" without saying how to do X. A big part of programming is figuring out how to do things. Your two main resources are Google and ChatGPT. If you get stuck, you can ask me.</p>
25 25
26 <p>ChatGPT has become an essential programming tool. So the only task for this lesson is to play with ChatGPT. Later you can ask it technical questions.</p> 26 <p>ChatGPT has become an essential programming tool. So the only task for this lesson is to play with ChatGPT. Later you can ask it technical questions.</p>
27 27
28 <p>If you have any questions, you can <a href="https://discord.gg/Qdcgvm3aAq">ask me on Discord</a>.</p> 28 <p>If you have any questions, you can <a href="https://discord.gg/R6A3kaAJwj">ask me on Discord</a>.</p>
29 <% 29 <%
30 end 30 end
31 } 31 }
32 editor = { 32 editor = {
33 title = [[Text Editor and JSON]] 33 title = [[Text Editor and JSON]]