Our Books

Explore our collection of recommended books for developers and technology enthusiasts.

Eloquent JavaScript
Marijn Haverbeke

Eloquent JavaScript

A modern introduction to programming with JavaScript. Covers fundamentals to advanced concepts with practical exercises and interactive projects.

You Don't Know JS
Kyle Simpson

You Don't Know JS

Complete series that dives deep into the inner workings of JavaScript. Essential to understand the language beyond basic syntax.

Clean Code
Robert C. Martin

Clean Code

Essential handbook on how to write clean, readable, and maintainable code. Includes design principles, patterns, and best practices for any language.

JavaScript: The Good Parts
Douglas Crockford

JavaScript: The Good Parts

Concise guide revealing the elegant and powerful features of JavaScript, ignoring the problematic parts of the language.

The Pragmatic Programmer
David Thomas & Andrew Hunt

The Pragmatic Programmer

Practical and lasting advice for developers looking to improve their craft. Covers coding techniques to project management.

Refactoring
Martin Fowler

Refactoring

Proven techniques to improve the design of existing code. Learn to transform code without changing its external behavior.