web development resources!
Here are some resources that I've personally used when building my website so far:
- Visual Studio Code is my preferred code editor. I also use the Live Preview extension and Prettier formatter.
- Neocities CLI is what I use to easily update my website.
- MDN Web Docs are very useful for information on all kinds of things related to HTML, CSS, JavaScript, and web APIs.
- My navigation bar was the first JavaScript I included in my website. Ikewise's tutorial on client-side includes was extremely helpful!
- For my "last updated" footer, I use a Git command hook, inspired by Abhijit's blog post, with the help of a LOT of articles on sed.