Programming Basics
↓
JavaScript
Practical JavaScript for Django projects, covering DOM manipulation, fetch APIs, and interactive features.
The DOM - Document Object Model
How does JavaScript modify rendered content? The DOM is the answer!
For Python developers stepping into JavaScript, the Document Object Model (DOM) is one of the most important — and initially unfamiliar — concepts to understand. While Django and Python handle server- ...
Why JavaScript Matters in Django Applications
Examples of how Django backends and javascrit frontends can work together
For many developers, Django represents a clean, powerful way to build web applications entirely in Python. Its included ORM, templating, authentication, routing makes it possible to ship robust produc ...
Why Python Developers Should Care About JavaScript
Let's discuss why fundamental JavaScript skills are increasingly necessary for Python applications
For many Python developers, especially those working with frameworks like Django, it’s tempting to view JavaScript as a secondary concern: a language for minor UI tweaks, form validation, or perhaps t ...
JavaScript Fundamentals
JavaScript basics - from function definition over data types to error handling
For Python developers, JavaScript can feel can feel quite strange when trying to read it. Mostly due to its extensive usage of brackets. But once fundamental differences are understood, JavaScript bec ...
Join the Newsletter
Practical insights on Django, backend systems, deployment, architecture, and real-world development — delivered without noise.
Get updates when new guides, learning paths, cheat sheets, and field notes are published.
No spam. Unsubscribe anytime.
There is no third-party involved so don't worry - we won't share your details with anyone.