36 Results for : async
-
JavaScript - Das Handbuch für die Praxis (eBook, PDF)
Seit 25 Jahren das begleitende Grundlagenwerk zu JavaScript - Durchgehend überarbeiteter Bestseller in der 7. Auflage - Deckt die Version ES2020 inkl. Tools/Extensions & Node.js ab - Vermittelt umfassendes und tiefgehendes JavaScript-Know-how JavaScript ist die Programmiersprache des Webs und der Bestseller "JavaScript: Das Handbuch für die Praxis" seit fast 25 Jahren und über sieben Auflagen ein geschätztes Grundlagenwerk für diese Sprache. Umfassend und detailliert dokumentiert Flanagan die wichtigsten client- und serverseitigen APIs. Die 7. Auflage wurde vollständig aktualisiert und deckt die Version 2020 von JavaScript ab. Freuen Sie sich auf spannende und inspirierende Codebeispiele und neue Kapitel über Klassen, Module, Iteratoren, Generatoren, Promises und async/await. Das Buch wendet sich an JavaScript-Neulinge mit Programmierkenntnissen sowie JavaScript-Programmierende, die ihr Verständnis vertiefen wollen. Die Zeit, die Sie in die Lektüre investieren, wird sich durch eine deutlich gesteigerte Produktivität garantiert rasch auszahlen.- Shop: buecher
- Price: 31.99 EUR excl. shipping
-
JavaScript - Das Handbuch für die Praxis (eBook, ePUB)
Seit 25 Jahren das begleitende Grundlagenwerk zu JavaScript- Durchgehend berarbeiteter Bestseller in der 7. Auflage- Deckt die Version ES2020 inkl. Tools/Extensions & Node.js ab- Vermittelt umfassendes und tiefgehendes JavaScript-Know-howJavaScript ist die Programmiersprache des Webs und der Bestseller "e;JavaScript: Das Handbuch fr die Praxis"e; seit fast 25 Jahren und ber sieben Auflagen ein geschtztes Grundlagenwerk fr diese Sprache. Umfassend und detailliert dokumentiert Flanagan die wichtigsten client- und serverseitigen APIs. Die 7. Auflage wurde vollstndig aktualisiert und deckt die Version 2020 von JavaScript ab. Freuen Sie sich auf spannende und inspirierende Codebeispiele und neue Kapitel ber Klassen, Module, Iteratoren, Generatoren, Promises und async/await. Das Buch wendet sich an JavaScript-Neulinge mit Programmierkenntnissen sowie JavaScript-Programmierende, die ihr Verstndnis vertiefen wollen. Die Zeit, die Sie in die Lektre investieren, wird sich durch eine deutlich gesteigerte Produktivitt garantiert rasch auszahlen.- Shop: buecher
- Price: 31.99 EUR excl. shipping
-
Schrödinger programmiert C (eBook, PDF)
Schrödinger ist unser Mann fürs Programmieren. Er kann schon was, aber noch nicht C#. Zum Glück hat er einen richtigen Profi an seiner Seite, der auf jede Frage eine Antwort weiß. Und weil Schrödinger zwar schlau ist, aber auch ein wenig ungeduldig, gibt es nach der nötigen Theorie immer sofort etwas zu tun. Mit viel Code und Beispielen, die du nicht wieder vergisst. Ob es ums Einparken ohne Crash geht oder um Schuhschränke, die immer größer werden: Die Übungen schafft ihr (aber nicht immer mit links), die Pausen sind verdient, und am Ende jedes Kapitels dürft ihr euch einen Spickzettel einstecken - Achievement Unlocked, Ready for Next Level. Fantastisch illustriert. Für Einsteiger, Umsteiger und Fans. Aus dem Inhalt: Operatoren, Schleifen, Datentypen Klassen und Vererbung Wichtige Entwurfsmuster GUI-Entwicklung mit XAML LINQ einsetzen async/await geschickt verwenden Dateizugriffe und Streams Multithreading Internetzugriff Mit Fehlern und Ausnahmen umgehen- Shop: buecher
- Price: 49.90 EUR excl. shipping
-
Fluent Python
Python's simplicity lets you become productive quickly, but often this means you aren't using everything it has to offer. With the updated edition of this hands-on guide, you'll learn how to write effective, modern Python 3 code by leveraging its best ideas. Don't waste time bending Python to fit patterns you learned in other languages. Discover and apply idiomatic Python 3 features beyond your past experience. Author Luciano Ramalho guides you through Python's core language features and libraries and teaches you how to make your code shorter, faster, and more readable. Featuring major updates throughout the book, Fluent Python, second edition, covers: * Special methods: The key to the consistent behavior of Python objects * Data structures: Sequences, dicts, sets, Unicode, and data classes * Functions as objects: First-class functions, related design patterns, and type hints in function declarations * Object-oriented idioms: Composition, inheritance, mixins, interfaces, operator overloading, static typing and protocols * Control flow: Context managers, generators, coroutines, async/await, and thread/process pools * Metaprogramming: Properties, attribute descriptors, class decorators, and new class metaprogramming hooks that are simpler than metaclasses- Shop: buecher
- Price: 54.99 EUR excl. shipping
-
Mastering Swoole PHP (eBook, ePUB)
Build your high performance large scale concurrent system in a more flexible and efficient way than ever before with this first & only Swoole PHP book, with PHP 8 ready. Introduction Introducing a new execution model of PHP applications, how Swoole PHP works and the pitfalls of new developers coming into the Swoole PHP world. This book is also about the general concepts behind building a high concurrency and high-performance web system and how these concepts are implemented in Swoole PHP and how advanced PHP works. This book provides just enough Linux OS kernel knowledges with code samples helping you understand how async I/O, concurrency and coroutine works. When start learning or using a new framework, people always carry some assumption coming from the previous experience. Some of these experiences are helpful to understand the new system, but some of these experiences may lead to the misunderstanding of the new system. This book introduces the pitfalls to avoid if you are an experienced PHP developer. This book is for the developers who have already know the basics about how a web system works such as PHP web application or application in the other programming languages such as Node.js, Golang or Java. After reading this book, you should be able to build a high concurrent Swoole PHP system with confidence.- Shop: buecher
- Price: 22.95 EUR excl. shipping
-
Eloquent JavaScript
Completely revised and updated, this best-selling introduction to programming in JavaScript focuses on writing real applications.JavaScript lies at the heart of almost every modern web application, from social apps like Twitter to browser-based game frameworks like Phaser and Babylon. Though simple for beginners to pick up and play with, JavaScript is a flexible, complex language that you can use to build full-scale applications.This much anticipated and thoroughly revised third edition of Eloquent JavaScript dives deep into the JavaScript language to show you how to write beautiful, effective code. It has been updated to reflect the current state of Java¬Script and web browsers and includes brand-new material on features like class notation, arrow functions, iterators, async functions, template strings, and block scope. A host of new exercises have also been added to test your skills and keep you on track. As with previous editions, Haverbeke continues to teach through extensive examples and immerses you in code from the start, while exercises and full-chapter projects give you hands-on experience with writing your own programs. You start by learning the basic structure of the JavaScript language as well as control structures, functions, and data structures to help you write basic programs. Then you'll learn about error handling and bug fixing, modularity, and asynchronous programming before moving on to web browsers and how JavaScript is used to program them. As you build projects such as an artificial life simulation, a simple programming language, and a paint program, you'll learn how to:- Understand the essential elements of programming, including syntax, control, and data- Organize and clarify your code with object-oriented and functional programming techniques- Script the browser and make basic web applications- Use the DOM effectively to interact with browsers- Harness Node.js to build servers and utilitiesIsn't it time you became fluent in the language of the Web?* All source code is available online in an inter¬active sandbox, where you can edit the code, run it, and see its output instantly.- Shop: buecher
- Price: 24.99 EUR excl. shipping
-
JavaScript and JSON Essentials (eBook, ePUB)
Use JSON for building web applications with technologies like HTML, JavaScript, Angular, Node.js, Hapi.js, Kafka, socket.io, MongoDB, Gulp.js, and handlebar.js, and others formats like GEOJSON, JSON-LD, MessagePack, and BSON.Key FeaturesUse JSON with trending technologies like Angular, Hapi.js, MongoDB, Kafka, and Socket.ioDebug, validate, and format JSON using developer toolkits, JSONLint, and JSON Editor OnlineExplore other JSON formats like GeoJSON, JSON-LD, BSON, and MessagePackBook DescriptionJSON is an established and standard format used to exchange data. This book shows how JSON plays different roles in full web development through examples. By the end of this book, you'll have a new perspective on providing solutions for your applications and handling their complexities.After establishing a strong basic foundation with JSON, you'll learn to build frontend apps by creating a carousel. Next, you'll learn to implement JSON with Angular 5, Node.js, template embedding, and composer.json in PHP. This book will also help you implement Hapi.js (known for its JSON-configurable architecture) for server-side scripting.You'll learn to implement JSON for real-time apps using Kafka, as well as how to implement JSON for a task runner, and for MongoDB BSON storage. The book ends with some case studies on JSON formats to help you sharpen your creativity by exploring futuristic JSON implementations. By the end of the book, you'll be up and running with all the essential features of JSON and JavaScript and able to build fast, scalable, and efficient web applications.What you will learnUse JSON to store metadata for dependency managers, package managers, configuration managers, and metadata storesHandle asynchronous behavior in applications using callbacks, promises, generators, and async-await functionsUse JSON for Angular 5, Node.js, Gulp.js, and Hapi.jsImplement JSON as BSON in MongoDBMake use of JSON in developing automation scriptsImplement JSON for realtime using socket.io and distributed systems using KafkaWho this book is forIf you're a web developer with a basic understanding of JavaScript and want to write JSON data, integrate it with RESTful APIs to create faster and scalable applications, this book is for you.- Shop: buecher
- Price: 19.95 EUR excl. shipping
-
Foundations of Deep Reinforcement Learning
In just a few years, deep reinforcement learning (DRL) systems such as DeepMinds DQN have yielded remarkable results. This hybrid approach to machine learning shares many similarities with human learning: its unsupervised self-learning, self-discovery of strategies, usage of memory, balance of exploration and exploitation, and its exceptional flexibility. Exciting in its own right, DRL may presage even more remarkable advances in general artificial intelligence. Deep Reinforcement Learning in Python: A Hands-On Introduction is the fastest and most accessible way to get started with DRL. The authors teach through practical hands-on examples presented with their advanced OpenAI Lab framework. While providing a solid theoretical overview, they emphasize building intuition for the theory, rather than a deep mathematical treatment of results. Coverage includes: * Components of an RL system, including environment and agents * Value-based algorithms: SARSA, Q-learning and extensions, offline learning * Policy-based algorithms: REINFORCE and extensions; comparisons with value-based techniques * Combined methods: Actor-Critic and extensions; scalability through async methods * Agent evaluation * Advanced and experimental techniques, and more * How to achieve breakthrough machine learning performance by combining deep neural networks with reinforcement learning * Reduces the learning curve by relying on the authors' OpenAI Lab framework: requires less upfront theory, math, and programming expertise * Provides well-designed, modularized, and tested code examples with complete experimental data sets to illuminate the underlying algorithms * Includes case studies, practical tips, definitions, and other aids to learning and mastery * Prepares readers for exciting future advances in artificial general intelligence The accessible, hands-on, full-color tutorial for building practical deep reinforcement learning solutions * How to achieve breakthrough machine learning performance by combining deep neural networks with reinforcement learning * Reduces the learning curve by relying on the authors' OpenAI Lab framework: requires less upfront theory, math, and programming expertise * Provides well-designed, modularized, and tested code examples with complete experimental data sets to illuminate the underlying algorithms * Includes case studies, practical tips, definitions, and other aids to learning and mastery * Prepares readers for exciting future advances in artificial general intelligence- Shop: buecher
- Price: 35.99 EUR excl. shipping
-
C# 10 and .NET 6 - Modern Cross-Platform Development - Sixth Edition
A comprehensive guide for beginners to learn the key concepts, real-world applications, and latest features of C# 10 and .NET 6 with hands-on exercises using Visual Studio 2022 and Visual Studio Code Key Features:Explore the newest additions to C# 10, the .NET 6 class library, and Entity Framework Core 6 Create professional websites and services with ASP.NET Core 6 and Blazor Build cross-platform apps for Windows, macOS, Linux, iOS, and Android Book Description: This latest edition is extensively revised to accommodate all the latest features that come with C# 10 and .NET 6. You will learn object-oriented programming, writing, testing, and debugging functions, implementing interfaces, and inheriting classes. The book covers the .NET APIs for performing tasks like managing and querying data, monitoring and improving performance, and working with the filesystem, async streams, serialization, and encryption. It provides examples of cross-platform apps you can build and deploy, such as websites and services using ASP.NET Core. The best application for learning the C# language constructs and many of the .NET libraries does not distract with unnecessary application code. Hence, the C# and .NET topics covered in Chapters 1 to 12 feature console applications. In Chapters 13 to 17, having mastered the basics, you will build practical applications and services using ASP.NET Core, the Model-View-Controller (MVC) pattern, and Blazor. There are also two new online chapters on using .NET MAUI to build cross-platform apps and building services using a variety of technologies, including Web API, OData, gRPC, GraphQL, SignalR, and Azure Functions. What You Will Learn:Build rich web experiences using Blazor, Razor Pages, the Model-View-Controller (MVC) pattern, and other features of ASP.NET Core Build your own types with object-oriented programming Write, test, and debug functions Query and manipulate data using LINQ Integrate and update databases in your apps using Entity Framework Core, Microsoft SQL Server, and SQLite Build and consume powerful services using all the latest technologies, including gRPC and GraphQL Build cross-platform apps using .NET MAUI and XAML Who this book is for: This book is best for beginners to C# and .NET, or programmers who have worked with C# in the past but feel left behind by the changes in the past few years. This book doesn't expect you to have any C# or .NET experience; however, you should have a general understanding of programming. Students and professionals with a science, technology, engineering, or mathematics (STEM) background can certainly benefit from this book.- Shop: buecher
- Price: 59.99 EUR excl. shipping
-
Async JavaScript
Async JavaScript - Build More Responsive Apps with Less Code: ab 14.99 €- Shop: ebook.de
- Price: 14.99 EUR excl. shipping