"A JavaScript and jQuery developer's guide"--Cover.
Addy Osmani Libros
Este autor se centra en el tema de la velocidad web y su optimización. Su trabajo explora los aspectos técnicos y la importancia del rendimiento eficiente en el ámbito digital. El objetivo es contribuir a una experiencia de usuario más rápida y fluida en internet.





Learning JavaScript Design Patterns
A JavaScript and React Developer's Guide
- 286 páginas
- 11 horas de lectura
Do you want to write beautiful, structured, and maintainable JavaScript by applying classical and modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning JavaScript Design Patterns is the ideal place to start. Author Addy Osmani shows you how to apply both classical and modern design patterns to JavaScript. That includes popular design patterns including Modules, Observers, Facades, and Mediators. You'll also learn how modern architectural patterns--such as MVC, MVP, and MVVM--are useful from the perspective of a modern web application developer. Other essential topics include modern JavaScript syntax, React patterns (like Hooks), module formats, classes, async/await, and more. This book explores: How to structure and write design patterns Different pattern categories, including creational, structural, and behavioral More than 20 classical and modern design patterns in JavaScript "Pattern"-ity testing, proto-patterns, and the Rule of Three Options for writing modular code--including the Module pattern, Asynchronous Module Definition (AMD), and CommonJS Patterns to architect components and apps using React.js
Developing Backbone.js Applications
- 354 páginas
- 13 horas de lectura
If you’re looking to use the single-page application model to build your site’s frontend, Backbone.js is an ideal framework for the job. This practical guide provides all the information you need to create structured JavaScript applications using Backbone.js and its unique flavor of the model-view-controller (MVC) architecture. You’ll start with the essentials of Backbone’s models, views, collections, and routers, and then dive into methods for building RESTful applications with modern technology stacks. Author Addy Osmani also demonstrates advanced uses of the framework, as well as ways to conduct unit tests. Learn MVC fundamentals to help you understand the framework Build Backbone apps with Node.js, Express, Mongoose, and MongoDB Create applications with the Ruby, Sinatra, Haml, and MongoDB stack Cleanly wrap units of application code into manageable modules Decouple Backbone with the Mediator and Facade patterns Resolve routing problems between Backbone and jQuery Mobile Unit test Backbone apps with Jasmine or QUnit and SinonJS
In this insightful and comprehensive guide, Addy Osmani shares more than a decade of experience working on the Chrome team at Google, uncovering secrets to engineering effectiveness, efficiency, and team success.
JavaScript to jeden z najpopularniejszych języków programowania, który znacząco wpływa na tworzenie aplikacji internetowych. Właściwy dobór rozwiązań przez programistów ma kluczowe znaczenie dla ich późniejszej obsługi technicznej. Nowoczesne wzorce projektowe poprawiają komfort pracy na różnych etapach cyklu rozwoju aplikacji. W książce omówiono ponad 20 najprzydatniejszych wzorców, które ułatwiają późniejszą obsługę i skalowanie aplikacji. Poza wzorcami projektowymi, przedstawiono również wzorce generowania i wydajności, które mają ogromne znaczenie dla użytkowników. Zawarto nowoczesne wzorce Reacta, takie jak Zaczepy, Komponenty Wyższego Rzędu i Właściwości Generowania. Omówiono również najlepsze praktyki dotyczące organizacji kodu, wydajności oraz generowania, co przyczynia się do podniesienia jakości aplikacji internetowych. Książka jest niezbędna dla programistów myślących systemowo. W publikacji znajdziemy wzorce architektoniczne, strukturę aplikacji, kategorie wzorców projektowych oraz ich zastosowanie, a także wzorce związane z wydajnością działania kodu. To oczekiwana aktualizacja klasycznej pozycji dotyczącej wzorców projektowych w JavaScripcie.