List of code textbooks

the many different facets of coding

// updated 2025-11-25 09:10

Topics

Web development has become a very broad topic, so each link below may go to several other subpages!

Essentials

The must-knows for every developer:

Extensions

Becoming more essential for every web developer, these "extensions" enhance the "developer experience" of the aforementioned essentials:

  • ⚛️ React
    • an extension to JavaScript that helps with user interface development
  • ➡️ Next.js
    • an extension to React that helps with the interaction between the user interface and the back-end
  • 📘 TypeScript
    • an extension to JavaScript that checks for the validity of data flowing between parts of a website
  • 🐍 Python
    • an easy-to-learn programming language for analytic back-end work

Implementation

  • 🐙 Git
    • a way for multiple developers to handle changes (i.e. version control) to a single code base
  • 🚀 Deployment
    • how to get that website onto the internet