Skip to content

Javascript & Jquery

Jon Duckett
Development
<-- library

Javascript & Jquery

by Jon Duckett

[development]

Read: November 2022

// NOTES

Duckett's JavaScript book is the reason I fell in love with making things interactive on the web. Like his HTML & CSS companion, it is beautifully designed -- each concept gets a visual spread that makes even complex topics feel approachable. The book covers the DOM, events, jQuery, AJAX, and enough programming fundamentals to get you building real things.

This was the book that took me from designing static pages to understanding how the web actually works. The moment I could make elements respond to clicks, animate on scroll, and fetch data from an API, design stopped being about decoration and became about experience. That shift changed my career trajectory entirely.

// KEY TAKEAWAYS
  • The DOM is the bridge between design and interaction. Understanding it unlocks everything.
  • Events are the heartbeat of user experience -- every meaningful interaction starts with an event listener.
  • Progressive enhancement means building for everyone, then layering on interactivity for those who can handle it.
  • Debugging is a skill that improves with practice. The console is your best friend.
  • jQuery simplified the web for a generation, but understanding vanilla JavaScript underneath is what makes you dangerous.
// HOW I APPLIED THIS

This book was my entry point into development, period. Before Duckett, I was a designer who handed off Figma files. After working through this book, I became a designer who builds. That combination -- understanding both the visual and the technical -- is what allowed me to start Vonzie Studio and deliver complete websites instead of just designs. It is also why I can now work with frameworks like Next.js and React; the fundamentals Duckett taught me are still the foundation underneath all of it.

Buy on Amazon -->