Buy immersiveeducation.eu ?

Products related to Javascript:


  • Learning JavaScript Design Patterns : A JavaScript and React Developer's Guide
    Learning JavaScript Design Patterns : A JavaScript and React Developer's Guide

    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 patternsDifferent pattern categories, including creational, structural, and behavioralMore than 20 classical and modern design patterns in JavaScript"Pattern"-ity testing, proto-patterns, and the Rule of ThreeOptions for writing modular code-including the Module pattern, Asynchronous Module Definition (AMD), and CommonJSPatterns to architect components and apps using React.js

    Price: 52.99 £ | Shipping*: 0.00 £
  • Learning Tensorflow.js : Powerful Machine Learning in JavaScript
    Learning Tensorflow.js : Powerful Machine Learning in JavaScript

    Given the demand for AI and the ubiquity of JavaScript, TensorFlow.js was inevitable.With this Google framework, seasoned AI veterans and web developers alike can help propel the future of AI-driven websites.In this guide, author Gant Laborde--Google Developer Expert in machine learning and the web--provides a hands-on end-to-end approach to TensorFlow.js fundamentals for a broad technical audience that includes data scientists, engineers, web developers, students, and researchers. You'll begin by working through some basic examples in TensorFlow.js before diving deeper into neural network architectures, DataFrames, TensorFlow Hub, model conversion, transfer learning, and more.Once you finish this book, you'll know how to build and deploy production-ready deep learning systems with TensorFlow.js. Explore tensors, the most fundamental structure of machine learningConvert data into tensors and back with a real-world exampleCombine AI with the web using TensorFlow.jsUse resources to convert, train, and manage machine learning dataBuild and train your own training models from scratch

    Price: 44.99 £ | Shipping*: 0.00 £
  • Learning Tensorflow.js: Powerful Machine Learning in JavaScript
    Learning Tensorflow.js: Powerful Machine Learning in JavaScript

    Learning Tensorflow.js: Powerful Machine Learning in JavaScript

    Price: 42.74 € | Shipping*: 0.00 €
  • Beginning JavaScript
    Beginning JavaScript

    The bestselling JavaScript guide, updated with current features and best practices Beginning JavaScript 5th Edition shows you how to work effectively with JavaScript frameworks, functions, and modern browsers, and teaches more effective coding practices using HTML5.This new edition has been extensively updated to reflect the way JavaScript is most commonly used today, introducing you to the latest tools and techniques available to JavaScript developers.Coverage includes modern coding practices using HTML5 markup, the JSON data format, DOM APIs, the jQuery framework, and more.Exercises with solutions provide plenty of opportunity to practice, and the companion website offers downloadable code for all examples given in the book. Learn JavaScript using the most up to date coding styleUnderstand JSON, functions, events, and feature detectionUtilize the new HTML5 elements and the related APIExplore new features including geolocation, local storage, and more JavaScript has shaped the Web from a passive medium into one that is rich, dynamic, and interactive.No matter the technology on the server side, it's JavaScript that makes it come alive in the browser.To learn JavaScript the way it's used today, Beginning JavaScript, 5th Edition is your concise guide.

    Price: 36.00 £ | Shipping*: 0.00 £

Similar search terms for Javascript:


  • Refactoring JavaScript
    Refactoring JavaScript

    How often do you hear people say things like this? "Our JavaScript is a mess, but we're thinking about using [framework of the month]." Like it or not, JavaScript is not going away.No matter what framework or "compiles-to-js" language or library you use, bugs and performance concerns will always be an issue if the underlying quality of your JavaScript is poor.Rewrites, including porting to the framework of the month, are terribly expensive and unpredictable.The bugs won't magically go away, and can happily reproduce themselves in a new context.To complicate things further, features will get dropped, at least temporarily.The other popular method of fixing your JS is playing "JavaScript Jenga," where each developer slowly and carefully takes their best guess at how the out-of-control system can be altered to allow for new features, hoping that this doesn't bring the whole stack of blocks down.This book provides clear guidance on how best to avoid these pathological approaches to writing JavaScript: Recognize you have a problem with your JavaScript quality.Forgive the code you have now, and the developers who made it. Learn repeatable, memorable, and time-saving refactoring techniques.Apply these techniques as you work, fixing things along the way.Internalize these techniques, and avoid writing as much problematic code to begin with.Bad code doesn't have to stay that way. And making it better doesn't have to be intimidating or unreasonably expensive.

    Price: 39.99 £ | Shipping*: 0.00 £
  • JavaScript Patterns
    JavaScript Patterns

    What's the best approach for developing an application with JavaScript?This book helps you answer that question with numerous JavaScript coding patterns and best practices.If you're an experienced developer looking to solve problems related to objects, functions, inheritance, and other language-specific categories, the abstractions and code templates in this guide are ideal -- whether you're writing a client-side, server-side, or desktop application with JavaScript.Written by JavaScript expert Stoyan Stefanov -- Senior Yahoo!Technical and architect of YSlow 2.0, the web page performance optimization tool -- JavaScript Patterns includes practical advice for implementing each pattern discussed, along with several hands-on examples.You'll also learn about anti-patterns: common programming approaches that cause more problems than they solve. * Explore useful habits for writing high-quality JavaScript code, such as avoiding globals, using single var declarations, and more * Learn why literal notation patterns are simpler alternatives to constructor functions * Discover different ways to define a function in JavaScript * Create objects that go beyond the basic patterns of using object literals and constructor functions * Learn the options available for code reuse and inheritance in JavaScript * Study sample JavaScript approaches to common design patterns such as Singleton, Factory, Decorator, and more * Examine patterns that apply specifically to the client-side browser environment

    Price: 27.99 £ | Shipping*: 0.00 £
  • Quick JavaScript
    Quick JavaScript

    Are you an experienced programmer who wants to get started quickly in JavaScript and the HTML DOM?This is your book. Do you need encyclopedic knowledge of JavaScript and/or the HTML DOM?This book is not for you. Are you a novice who wants to learn to program? This book is not for you. In fact, this language is not for you. Get a good Python book. This book will get you programming in JavaScript as quickly as possible.In addition, it will provide you with a basic understanding of the Document Object Model, the massive data structure used to represent web pages.With these tools, you will be able to build interactive web pages. If you program in C++ or Java, there are parts of the book you can skip over because the JavaScript statements are exactly the same.These parts are clearly marked. JavaScript is the language—the only language—used by browsers.To create interactive web pages, you need to know both JavaScript and the DOM.This book will get you started.

    Price: 22.99 £ | Shipping*: 3.99 £
  • JavaScript and jQuery : Interactive Front-End Web Development
    JavaScript and jQuery : Interactive Front-End Web Development

    Jon Duckett’s best-selling, full-color introduction to JavaScript—filled with techniques to make websites more interactive and engaging Learn JavaScript and jQuery from the author who has inspired hundreds of thousands of beginner-to-intermediate coders.Build upon your HTML and CSS foundation and take the next step in your programming journey with JavaScript.The world runs on JavaScript and the most influential tech companies are looking for new and experienced programmers alike to bring their websites to life.Finding the right resources online can be overwhelming.Take a confident step in the right direction by choosing the simplicity of JavaScript & jQuery: Interactive Front-End Web Development by veteran web developer and programmer Jon Duckett. Widely regarded for setting a new standard for those looking to learn and master web development, Jon Duckett has inspired web developers through his inventive teaching format pioneered in his bestselling HTML & CSS: Design and Build Websites.He also has helped global brands like Philips, Nike, and Xerox create innovative digital solutions, designing and delivering web and mobile projects with impact and the customer at the forefront. In JavaScript & jQuery, Duckett shares his real-world insights in his unique and highly visual style: Provides an efficient and user-friendly structure that allows readers to progress through the chapters in a self-paced formatCombines full-color design graphics and engaging photography to explain the topics in an in-depth yet straightforward manner Recreates techniques seen on other websites such as sliders, content filters, form validation, Ajax content updates, and much more Is perfect for anyone looking to create web applications and games, design mobile apps, or redesign a website using popular web development tools JavaScript & jQuery is clear and actionable, providing organized instruction in ways that other online courses, tutorials, and books have yet to replicate.For readers seeking a personable yet professional guide to using JavaScript in the real world, this one-of-a-kind guide is for you. JavaScript & jQuery is also available as part of two hardcover and paperback sets depending on your web design and development needs: Web Design with HTML, CSS, JavaScript, and jQuery Set Paperback: 9781118907443 Hardcover: 9781119038634 Front-End Back-End Development with HTML, CSS, JavaScript, jQuery, PHP, and MySQL SetPaperback: 9781119813095 Hardcover: 9781119813088

    Price: 30.99 £ | Shipping*: 0.00 £

* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.