links!

webrings

Here are the webrings I'm part of!

my favorites

Here are some of my favorite things found on the Internet:

  • Internet Archive has so many cool things in its archives!
  • Calibre is an e-book manager that I use.
  • Apart from my library, and the Internet Archive library, LibGen is another place to access books.
  • Sci-Hub is for reading scientific research papers! Just enter the doi.

webdev 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 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.