1227~1229_天獄園2
1228~1230_世界上最透明的故事2

英文書 > 全部商品

API Marketplace Engineering

Apress 出版
2021/12/05 出版

This is your hands-on guide to designing, building, and operating an API Marketplace to allow your organization to expose internal services and customer data securely for use by external developers. The book shows the mutual nature of a relationship in which organizations benefit from revenue and the reach of a new digital channel and third-party developers benefit from leveraging APIs to build unique applications.Providing open access is a regulatory requirement in some sectors, such as financial services, and this book helps you to build a platform to comply with regulatory requirements while at the same time encouraging and supporting use by external development teams. The book provides the blueprints for assembling teams and systems to build and support an API ecosystem. It offers insight into how the Marketplace can be constructed in a way to allow agility and flexibility to meet aggressive startup developer timelines while balancing established enterprise requirements of stability, reliability, and governance. The goal of this book is to provide engineering teams with a view of the operational requirements and how to meet and exceed these by establishing foundational elements at design time.An API Marketplace presents a unique challenge as organizations have to share internal capability and customer data with external developers. Security practices and industry standards are contrasted and discussed in this book. Practical approaches are provided to build and support a third-party developer ecosystem, manage sandbox environments hosting APIs of varying complexities, and cover monetization strategies that are yielding positive results to achieve self-sustainability.What You Will LearnUnderstand the motivation and objectives for an API economyBuild key technical components of an API platformComply with regulatory requirements such as Open BankingSecure APIs and customer data from external attackDeliver APIs quickly while satisfying governance requirementsGet insight into a real-world API Marketplace implementationWho This Book Is ForSolution architects, API product owners, delivery and development leads, and developers; anyone developing APIs for consumption by external business partners; API developers who want more insight into regulatory compliance

9 特價1575
立即代訂
下次再買

More Java 17

Apress 出版
2021/12/05 出版

Work with the essential and advanced features of the Java 17 release. This book covers features such as annotations, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. Furthermore, added to this edition you'll find topics on network programming, Java RMI, the process API, and custom runtime images. The authors provide a multitude of diagrams and complete programs to help you visualize and better understand the topics covered in this book. More Java 17, Third Edition starts with a series of chapters on the essential language features provided by Java before moving on to Java module development and packaging, and improved interop with other languages. After reading this book, you'll have the know-how of a professional Java programmer and be able to tackle most projects with confidence.This book's source code can be accessed at github.com/Apress/more-java-17. What You Will Learn Use essential and advanced features of the Java languageCode Java annotationsWork with reflection and generics Manage streams with the Stream API Who This Book Is For Those new to Java programming who are continuing the Java learning journey; it is recommended that you read an introductory Java programming book first, such as Java 17 for Absolute Beginners, from Apress.

9 特價2205
立即代訂
下次再買

Practical Docker with Python

Apress 出版
2021/12/04 出版

Learn the fundamentals of containerization and get acquainted with Docker. This second edition builds upon the foundation of the first book by revising all the chapters, updating the commands, code, and examples to meet the changes in Docker. It also introduces a new chapter on setting up your application for production deployment and breaks down terminologies like Dockerfile and Docker volumes while taking you on a guided tour of building a telegram bot using Python.You'll start with a brief history of how containerization has changed over the years. Next, we look at how to install (including using the new WSL2 mode) and get started with Docker. The next couple of chapters will focus on understanding the Dockerfile, including the structure and the core instructions used in building a Docker image. You'll also see how to distribute Docker images using Docker hub and other private registries. From there, you'll look at using Docker volumes for persisting data. Then learn how to run multi-container applications with Docker compose and learn inter-container networking works with Docker networks. Finally, you'll look at how to prepare a containerized application for production deployments. Throughout the book you'll apply the techniques learned through the chapters by building a Telegram messenger Chatbot and see how much easier Docker makes it possible to build, release, contribute and distribute an application. In addition, the book shows how optimize the Docker images for production servers by using multi-stage builds and improve the reliability of your services by using health checks and restart policies. Practical Docker with Python will break down terminologies like Dockerfile and Docker volumes, and take you on a guided tour of building a telegram bot using Python. What You'll LearnCompare the difference between containerization and virtualizationUnderstand the Dockerfile and converting your application to Docker imageDefine and run multi-container applications with Docker composeReview data persistency with Docker volumesWho This Book Is ForBeginner and intermediate developers, DevOps practitioners who are looking improving their build and release workflow by containerizing applications as well as system administrators learning to implement DevOps principles.

9 特價2623
立即代訂
下次再買

Hands-on Matplotlib

Apress 出版
2021/12/04 出版

Learn the core aspects of NumPy, Matplotlib, and Pandas, and use them to write programs with Python 3. This book focuses heavily on various data visualization techniques and will help you acquire expert-level knowledge of working with Matplotlib, a MATLAB-style plotting library for Python programming language that provides an object-oriented API for embedding plots into applications. You'll begin with an introduction to Python 3 and the scientific Python ecosystem. Next, you'll explore NumPy and ndarray data structures, creation routines, and data visualization. You'll examine useful concepts related to style sheets, legends, and layouts, followed by line, bar, and scatter plots. Chapters then cover recipes of histograms, contours, streamplots, and heatmaps, and how to visualize images and audio with pie and polar charts. Moving forward, you'll learn how to visualize with pcolor, pcolormesh, and colorbar, and how to visualize in 3D in Matplotlib, create simple animations, and embed Matplotlib with different frameworks. The concluding chapters cover how to visualize data with Pandas and Matplotlib, Seaborn, and how to work with the real-life data and visualize it. After reading Hands-on Matplotlib you'll be proficient with Matplotlib and able to comfortably work with ndarrays in NumPy and data frames in Pandas. What You'll LearnUnderstand Data Visualization and Python using MatplotlibReview the fundamental data structures in NumPy and Pandas Work with 3D plotting, visualizations, and animationsVisualize images and audio dataWho This Book Is ForData scientists, machine learning engineers and software professionals with basic programming skills.

9 特價2205
立即代訂
下次再買

Introduction to Neural Network Verification

Ingram 出版
2021/12/03 出版

Over the past decade, a number of hardware and software advances have conspired to thrust deep learning and neural networks to the forefront of computing. Deep learning has created a qualitative shift in our conception of what software is and what it can do: Every day we're seeing new applications of deep learning, from healthcare to art, and it feels like we're only scratching the surface of a universe of new possibilities. This book offers the first introduction of foundational ideas from automated verification as applied to deep neural networks and deep learning. It is divided into three parts: Part 1 defines neural networks as data-flow graphs of operators over real-valued inputs. Part 2 discusses constraint-based techniques for verification. Part 3 discusses abstraction-based techniques for verification. The book is a self-contained treatment of a topic that sits at the intersection of machine learning and formal verification. It can serve as an introduction to the field for first-year graduate students or senior undergraduates, even if they have not been exposed to deep learning or verification.

9 特價4188
立即代訂
下次再買

Java Challenges

Apress 出版
2021/12/03 出版

Expand your knowledge of Java with this entertaining learning guide, which features 100+ exercises and programming challenges. Java Challenges will prepare you for your next exam or job interview, and covers many practical topics, such as strings, arrays, data structures, recursion, and date and time. The APIs and other material included in this book are Java 17 compatible. Each topic is addressed in its own separate chapter, starting with an introduction to the basics and followed by multiple exercises of varying degrees of difficulty, helping you to improve your programming skills effectively. Detailed sample solutions, including the algorithms used for all tasks, are included to maximize your understanding of each area. Author Michael Inden also describes alternative solutions and analyzes possible pitfalls and typical errors. Three appendices round out the book: one covering JShell, which is often helpful for trying out the code snippets and examples in the book, followed by an introduction to JUnit 5 for unit testing and verifying solutions, while the final appendix explains O-notation for estimating performance. After reading this book, you'll be prepared to take the next step in your career or tackle your next personal project. All source code is freely available for download via the Apress website. What You Will Learn Improve your Java knowledge by solving enjoyable but challenging programming puzzles Solve mathematical problems, recursions, strings, arrays and moreManage data processing and data structures like lists, sets, mapsHandle advanced recursion as well as binary trees, sorting and searching Gamify key fundamentals for fun and easier reinforcement Who This Book Is For Professional software developers, makers, as well as computer science teachers and students. At least some prior experience with Java programming is recommended.

9 特價1890
立即代訂
下次再買

Beginning Java 17 Fundamentals

Apress 出版
2021/12/03 出版

Learn the fundamentals of the Java 17 LTS or Java Standard Edition version 17 Long Term Support release, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Authors Kishori Sharan and Adam L. Davis walk you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn the core of the Java language. Beginning Java 17 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster. While this book teaches you the basics, it also has been revised to include the latest from Java 17 including the following: value types (records), immutable objects with an efficient memory layout; local variable type inference (var); pattern matching, a mechanism for testing and deconstructing values; sealed types, a mechanism for declaring all possible subclasses of a class; multiline text values; and switch expressions. The book continues with a series of foundation topics, including using data types, working with operators, and writing statements in Java. These basics lead onto the heart of the Java language: object-oriented programming. By learning topics such as classes, objects, interfaces, and inheritance you'll have a good understanding of Java's object-oriented model. The final collection of topics takes what you've learned and turns you into a real Java programmer. You'll see how to take the power of object-oriented programming and write programs that can handle errors and exceptions, process strings and dates, format data, and work with arrays to manipulate data. What You Will LearnWrite your first Java programs with emphasis on learning object-oriented programmingHow to work with switch expressions, value types (records), local variable type inference, pattern matching switch and more from Java 17Handle exceptions, assertions, strings and dates, and object formattingLearn about how to define and use modulesDive in depth into classes, interfaces, and inheritance in JavaUse regular expressionsTake advantage of the JShell REPL tool Who This Book Is For Those who are new to Java programming, who may have some or even no prior programming experience.

9 特價1890
立即代訂
下次再買

Build Your Own Programming Language

Packt 出版
2021/11/24 出版

Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computingKey FeaturesReduce development time and solve pain points in your application domain by building a custom programming languageLearn how to create parsers, code generators, file readers, analyzers, and interpretersCreate an alternative to frameworks and libraries to solve domain-specific problemsBook DescriptionThe need for different types of computer languages is growing rapidly and developers prefer creating domain-specific languages for solving specific application domain problems. Building your own programming language has its advantages. It can be your antidote to the ever-increasing size and complexity of software.In this book, you'll start with implementing the frontend of a compiler for your language, including a lexical analyzer and parser. The book covers a series of traversals of syntax trees, culminating with code generation for a bytecode virtual machine. Moving ahead, you'll learn how domain-specific language features are often best represented by operators and functions that are built into the language, rather than library functions. We'll conclude with how to implement garbage collection, including reference counting and mark-and-sweep garbage collection. Throughout the book, Dr. Jeffery weaves in his experience of building the Unicon programming language to give better context to the concepts where relevant examples are provided in both Unicon and Java so that you can follow the code of your choice of either a very high-level language with advanced features, or a mainstream language.By the end of this book, you'll be able to build and deploy your own domain-specific languages, capable of compiling and running programs.What you will learnPerform requirements analysis for the new language and design language syntax and semanticsWrite lexical and context-free grammar rules for common expressions and control structuresDevelop a scanner that reads source code and generate a parser that checks syntaxBuild key data structures in a compiler and use your compiler to build a syntax-coloring code editorImplement a bytecode interpreter and run bytecode generated by your compilerWrite tree traversals that insert information into the syntax treeImplement garbage collection in your languageWho this book is forThis book is for software developers interested in the idea of inventing their own language or developing a domain-specific language. Computer science students taking compiler construction courses will also find this book highly useful as a practical guide to language implementation to supplement more theoretical textbooks. Intermediate-level knowledge and experience working with a high-level language such as Java or the C++ language are expected to help you get the most out of this book.Table of ContentsWhy Build Another Programming LanguageProgramming Language DesignScanning Source CodeParsingSyntax TreesSymbol TablesChecking Base TypesChecking Types on Arrays, Method Calls, and Structure AccessesIntermediate Code GenerationSyntax Cloning in an IDEBytecode InterpretersGenerating BytecodeNative Code GenerationImplementing Operators and Built-In FunctionsDomain Control StructuresGarbage CollectionFinal ThoughtsAppendix A - Unicon Essentials

9 特價4230
立即代訂
下次再買

Data-Driven Alexa Skills

Apress 出版
2021/11/21 出版

Design and build innovative, custom, data-driven Alexa skills for home or business. Working through several projects, this book teaches you how to build Alexa skills and integrate them with online APIs. If you have basic Python skills, this book will show you how to build data-driven Alexa skills. You will learn to use data to give your Alexa skills dynamic intelligence, in-depth knowledge, and the ability to remember. Data-Driven Alexa Skills takes a step-by-step approach to skill development. You will begin by configuring simple skills in the Alexa Skill Builder Console. Then you will develop advanced custom skills that use several Alexa Skill Development Kit features to integrate with lambda functions, Amazon Web Services (AWS), and Internet data feeds. These advanced skills enable you to link user accounts, query and store data using a NoSQL database, and access real estate listings and stock prices via web APIs. What You Will LearnSet up and configure your development environment properly the first timeBuild Alexa skills quickly and efficiently using Agile tools and techniquesCreate a variety of data-driven Alexa skills for home and businessAccess data from web applications and Internet data sources via their APIsTest with unit-testing frameworks throughout the development life cycleManage and query your data using the DynamoDb NoSQL database enginesWho This Book Is ForDevelopers who wish to go beyond Hello World and build complex, data-driven applications on Amazon's Alexa platform; developers who want to learn how to use Lambda functions, the Alexa Skills SDK, Alexa Presentation Language, and Alexa Conversations; developers interested in integrating with public APIs such as real estatelistings and stock market prices. Readers will need to have basic Python skills.

9 特價2623
立即代訂
下次再買

Beginning IntelliJ IDEA

Ted,Hagos  著
Apress 出版
2021/11/21 出版

Get started quickly with IntelliJ, from installation to configuration to working with the source code and more. This tutorial will show you how to leverage IntelliJ's tools to develop clean, efficient Java applications. Author Ted Hagos will first walk you through buidling your first Java applications using IntelliJ. Then, he'll show you how to analyze your application, top to bottom; using version control and tools that allow you expand your application for big data or data science applications and more. You'll also learn some of the IDE's advanced features to fully maximize your application's capabilities. The last portion of the book focuses on application testing and deployment, and language- and framework- specific guidelines. After reading this book and working through its freely available source code, you'll be up to speed with this powerful IDE for today's Java development. What You Will Learn Use IntelliJ IDEA to build Java applications Set up your IDE and project Work with source code Extend your Java application to data science and other kinds of applications Test and deploy your application and much more Who This Book Is For Programmers new to IntelliJ IDEA who may have some prior exposure to Java programming.

9 特價2146
立即代訂
下次再買

Deep C#

Mike,James  著
I/O Press 出版
2021/11/19 出版

C# is a well-established language and, with its open-source incarnation it has renewed vigor and a long-term future. It is now possible to treat C# as a single modern language with the ability to work cross-platform.In Deep C# Mike James, who has programmed in C# since its launch in 2000, provides a "deep dive" into various topics that are important or central to the language at a level that will suit the majority of C# programmers. Not everything will be new to any given reader, but by exploring the motivation behind key concepts, which is so often ignored in the documentation, the intention is to be thought-provoking and to give developers confidence to exploit C#'s wide range of features.The book's introductory chapter looks at the development of C# over two decades to achieve the status of a modern, general-purpose, cross-platform language that still has an edge when it comes to Windows programming. After this the book is split into six sections, each covering specific aspects: Strong Typing & Type SafetyCasting & GenericsFunctionsAsyncData - LINQ, XML, Regular ExpressionsUnsafe & InteropThe problem with any long-lived language is that it is difficult to look at it with fresh eyes. This book should help you discard any old bad habits you might have and gain a new enthusiasm for C# in its latest, modern incarnation.Mike James is the editor of I-Programmer.info, the online magazine written by programmers for programmers.His career spans several generations of computer technology, but he keeps his skills completely up to date. Having written dozens of books, his recent titles include Programmer's Guide to Kotlin, Second Edition, Programmer's Python, JavaScript Jems, and The Programmer's Guide To Theory.

9 特價1353
立即代訂
下次再買

Language Server Protocol and Implementation

Apress 出版
2021/11/16 出版

Understand the important aspects of implementing a production-grade language server in support of language-smart tools such as code editors and other programming utilities. This book shows you how to create a single implementation of a language server that can be used by multiple tools, enabling you to do the job once in a way that can be shared and reused. This book covers the language server protocol used for communication between programming tools and your language server. The book also provides an in-depth understanding of the design, implementation, and user experience aspects which should be considered when implementing a language server. The book walks you through an example language server implementation to illustrate the basic concepts, then goes on to cover advanced aspects of language server use such as progress reporting, launchers, and extension points. User experience is an important aspect of language server implementation and different tooling vendors strive to provide their own unique user experiences. This book explains how the protocol features can be leveraged to address the unique developer experience provided by different tooling vendors. The book also shows how to enhance the smoothness of the editing experience by orchestrating multiple features together. What You Will LearnImplement a language server from scratchUnderstand language server protocol and its data modelsLeverage the protocol while preserving the unique user experience of different editorsExtend the protocol to support more than its standard capabilitiesRun a language server on top of launchers such as standard I/O and TCP socketSeamlessly incorporate language semantics into your protocol featuresWho This Book Is ForDevelopers focused on and passionate about implementing language development tools such as plug-ins and extensions for interactive development environments (IDEs) or other tools that rely upon parsing of language statements and commands, and developers who need an in-depth understanding of the language server protocol as well as how to use the language server protocol to develop extensible language services

9 特價2146
立即代訂
下次再買

C# 10 and .NET 6 - Modern Cross-Platform Development - Sixth Edition

Mark J,Price  著
Packt 出版
2021/11/09 出版

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 CodeKey Features: Explore the newest additions to C# 10, the .NET 6 class library, and Entity Framework Core 6Create professional websites and services with ASP.NET Core 6 and BlazorBuild cross-platform apps for Windows, macOS, Linux, iOS, and AndroidBook Description: Extensively revised to accommodate all the latest features that come with C# 10 and .NET 6, this latest edition of our comprehensive guide will get you coding in C# with confidence.You'll 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, and serialization. You'll build and deploy cross-platform apps, such as websites and services using ASP.NET Core.Instead of distracting you with unnecessary application code, the first twelve chapters will teach you about C# language constructs and many of the .NET libraries through simple console applications. In later chapters, having mastered the basics, you'll then build practical applications and services using ASP.NET Core, the Model-View-Controller (MVC) pattern, and Blazor.What You Will Learn: Build rich web experiences using Blazor, Razor Pages, the Model-View-Controller (MVC) pattern, and other features of ASP.NET CoreBuild your own types with object-oriented programmingWrite, test, and debug functionsQuery and manipulate data using LINQIntegrate and update databases in your apps using Entity Framework Core, Microsoft SQL Server, and SQLiteBuild and consume powerful services using the latest technologies, including gRPC and GraphQLBuild cross-platform apps using XAMLWho this book is for: Designed for both beginners and C# and .NET programmers who have worked with C# in the past and want to catch up with the changes made in the past few years, this book doesn't need you to have any C# or .NET experience. However, you should have a general understanding of programming before you jump in.

9 特價2699
立即代訂
下次再買

Managing State in Flutter Pragmatically

Packt 出版
2021/11/08 出版

Explore popular state management techniques in Flutter and implement them in real-world applicationsKey Features: Get to grips with popular approaches for managing your Flutter application stateThink declaratively in order to decide on the most fitting approach for different applicationsLearn to implement state management solutions by building a popular use case in the form of a shopping cart app Book Description: Flutter is a cross-platform user interface (UI) toolkit that enables developers to create beautiful native applications for mobile, desktop, and the web with a single codebase. State management in Flutter is one of the most crucial and complex topics within Flutter, with a wide array of approaches available that can make it easy to get lost due to information overload.Managing State in Flutter Pragmatically is a definitive guide to starting out with Flutter and learning about state management, helping developers with some experience of state management to choose the most appropriate solutions and techniques to use. The book takes a hands-on approach and begins by covering the basics of Flutter state management before exploring how to build and manipulate a shopping cart app using popular approaches such as BLoC/Cubit, Provider, MobX, and Riverpod. Throughout the book, you'll also learn how to adopt approaches from React such as Redux and all its types.By the end of this Flutter book, you'll have gained a holistic view of all the state management approaches in Flutter, and learned which approach is the best solution for managing state in your app development journey.What You Will Learn: Understand the core concepts of different state management techniques used in FlutterBuild optimal and performant applications in FlutterDevelop an understanding of which technique to apply in what sort of appsBuild the habit of writing clean state management codeProduce code with techniques from beginner to advanced level for different state management solutionsUse state management techniques to create robust and scalable apps in FlutterWho this book is for: This book is for developers who have already started with their Flutter journey and are now looking to learn optimal state management approaches for app development. The book will also help less experienced Flutter engineers to find the best state management solution to fit their app, along with Flutter engineers who want to learn which state management approach should be taken under what circumstances.

9 特價1438
立即代訂
下次再買

Getting Started with V Programming

Packt 出版
2021/11/03 出版

Learn a new statically compiled programming language to build maintainable and fast software with the help of this comprehensive guide to V programmingKey FeaturesExplore the features of the V programming language step by step with this beginner's guideGain strong foundational knowledge of core programming concepts such as modules, functions, and structsLearn how to write super-fast programs and applications that compile in a matter of secondsBook DescriptionA new language on the block, V comes with a promising set of features such as fast compilation and interoperability with other programming languages. This is the first book on the V programming language, packed with concise information and a walkthrough of all the features you need to know to get started with the language.The book begins by covering the fundamentals to help you learn about the basic features of V and the suite of built-in libraries available within the V ecosystem. You'll become familiar with primitive data types, declaring variables, arrays, and maps. In addition to basic programming, you'll develop a solid understanding of the building blocks of programming, including functions, structs, and modules in the V programming language.As you advance through the chapters, you'll learn how to implement concurrency in V Programming, and finally learn how to write test cases for functions. This book takes you through an end-to-end project that will guide you to build fast and maintainable RESTful microservices by leveraging the power of V and its built-in libraries.By the end of this V programming book, you'll be well-versed with the V programming language and be able to start writing your own programs and applications.What you will learnBecome familiar with the basic building blocks of programming in the V languageInstall the V language on various operating systemsUnderstand how to work with arrays and maps in V programmingDiscover how to implement concurrency in V programmingUse channels in V programming to learn the best practices of sharing memory by communicating among coroutinesWrite modular code and build on your knowledge of structs and functions in VGet acquainted with writing tests in V programmingGet to grips with building and querying RESTful microservice in VWho this book is forWhether you're a beginner interested in learning a programming language or an experienced programmer looking to switch to a new and better statically compiled programming language, this V programming book is for you.

9 特價1650
立即代訂
下次再買

Modern Concurrency in Swift (First Edition)

Razeware LLC 出版
2021/11/03 出版

Learn Modern Swift Concurrency!For years, writing powerful and safe concurrent apps with Swift could easily turn into a daunting task, full of race conditions and unexplained crashes hidden in a massive nesting of callback closures.In Swift 5.5, Apple introduced a new concurrency model featuring the async/await syntax, which lets you write asynchronous code that reads like synchronous code. But like any new feature, here be dragons! So how will you achieve the much-desired mastery of modern Swift concurrency?Modern Concurrency in Swift comes to the rescue, showcasing what you need to know about async/await, tasks, actors and everything in between!Who This Book Is ForThis book is for intermediate Swift developers who are familiar with writing asynchronous applications and who want to leverage the new concurrency features in Swift 5.5 to write safer and more predictable asynchronous apps.Topics Covered in Modern Concurrency in SwiftUsing async/await: Learn how to use the new async/await keywords to define and run asynchronous work.Actors: Find out how to use the actor model to easily protect shared mutable state in a synchronized container.Tasks: You'll dive deeper into the Task type, which powers all asynchronous tasks in Swift's modern concurrency model.Task Groups: Use a Task Group to group multiple tasks together and run them concurrently, while using a familiar Array-like syntax to iterate over the results.Custom Asynchronous Sequences: Leverage the power of async/await in your own asynchronous work, by learning how to create custom AsyncStreams.Testing Asynchronous Code: Asynchronous code can be a challenging beast to test. You'll learn everything you need to tackle this challenge.One thing you can count on: After reading this book, you'll be prepared to leverage Swift's new concurrency features in your app to write safe, performant and predictable asynchronous code.

9 特價2322
貨到通知
下次再買

Head First Android Development

Ingram 出版
2021/11/03 出版

What will you learn from this book? If you have an idea for a killer Android app, this fully revised and updated edition will get you up and running in a jiffy. You'll go beyond syntax and how-to manuals and learn how to think like a great Android developer. This hands-on book teaches you everything from designing user interfaces to building multi-screen apps that persist data in a database. It covers the latest features of Android Jetpack, including Jetpack Compose. It's like having an experienced Android developer sitting right next to you! If you have some Kotlin know-how, you're ready to get started. Why does this book look so different? Based on the latest research in cognitive science and learning theory, Head First Android Development uses a visually rich format to engage your mind rather than a text-heavy approach that puts you to sleep. Why waste your time struggling with new concepts? This multisensory learning experience is designed for the way your brain really works.

9 特價2835
立即代訂
下次再買

Computer Programming in C for Beginners

Springer 出版
2021/11/02 出版

This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to quickly start programming, and then progresses to cover the major concepts of C programming that are critical for an early stage programmer to know and understand. While the progression of topics is conventional, their treatment is innovative and designed for rapid understanding of the many concepts in C that have traditionally proven difficult for beginners, such as variable typing and scope, function definition, passing by value, pointers, passing by reference, arrays, structures, basic memory management, dynamic memory allocation, and linked lists, as well as an introductory treatment of searching and sorting algorithms. Written in an informal but clear narrative, the book uses extensive examples throughout and provides detailed guidance on how to write the C code to achieve the objectives of the example problems. Derived from the author's many years of teaching hands-on college courses, it encourages the reader to follow along by programming the progressively more complex exercise programs presented. In some sections, errors are purposely inserted into the code to teach the reader about the common pitfalls of programming in general, and the C language in particular.

9 特價3577
立即代訂
下次再買

HTML Beginner’s Crash Course

ND Publishing 出版
2021/11/02 出版

Your ABC Guide to HTML What if you could learn HTML in a simple, straightforward way? Can you imagine the possibilities and doors that will open to you once you do?If there is one thing you need to know about HTML coding, is that it's easy, and the learning process is very approachable. You can learn yourself through extensive research, but then we, at Quick Start Guides, like to make things easier for you by developing this book! HTML Beginner's Crash Course is made to make the task simpler for you. In these pages you'll find complete detailed information for your learning. What are the advantages of being able to code HTML? Putting up your own website. Making a career out of it. Building a business.Understanding (in-depth) of how computers and coding work. These are just a few examples of what you can do, when you become a pro, the possibilities are endless. What Will You Learn in this Book? HTML Editors and Elements Attributes Formatting Phrase tags Meta Tags Comments Tables Colors Background Fonts Marquees Cascading Style Sheets (CSS) Why hire someone and spend money, if you can perform HTML coding by yourself? Read this book now to save time, customize your plans, and open yourself up to a whole new world of possibilities and opportunities!

9 特價762
立即代訂
下次再買

JAVA for Beginner’s Crash Course

ND Publishing 出版
2021/11/02 出版

Java Made Easy!What if you could get access to a simple structure and learn Javascript? Can you imagine the doors that will be open to you once you do? We are pretty sure you've seen the coffee mug logo with steam flowing above it. If you do not know yet, that logo symbolizes the famous programming language called JAVA - the most omnipresent of them all. JAVA is necessary to make programs and application work in your device. Without it, many things would not work. Why Should You Learn Java? Understand the core concepts of this amazing programming language. Take advantage of JAVA's rich API (Application Programming Interface). Create your own computer programs that will allow you to perform specific tasks. Consider a business or career by building software programs. Experience ease of learning with the book's layout This book promises and delivers on providing you with a higher level quality of JAVA training. It holds numerous benefits for you and we, at Quick Start Guides, don't want you to miss that! What Will You Learn in this Book? Java Basic SyntaxObjects and Classes ConstructorsJava Package Data Types In Java Variables Operators And so much more!Do you want to gain full access to this tutorial? Read this book now to quickly learn Java and open yourself up to a whole new world of possibilities and opportunities!. Pick up your copy today so we can get started!

9 特價378
立即代訂
下次再買

Java 17 Quick Syntax Reference

Apress 出版
2021/10/28 出版

Quickly gain the insight necessary to address a multitude of Java coding challenges using this succinct reference guide, Java 17 Quick Syntax Reference, Third Edition. Short, focused code examples will help you learn and master various existing and new Java source code elements. This edition includes the following additions to Java SE and OpenJDK, through Java 17: Pattern matching for switch and instanceof, Sealed classes and interfaces, Switch expressions, Text block multiline strings, Java module system, Private methods in interfaces, and Type inference for local variables. You won't find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any Java programmer.What You Will LearnRun a Java file with a single commandLearn what a switch expression is and how to use itUse pattern matchingCode with Java modulesCreate text blocks to handle multiline stringsLearn what sealed classes are and how to use these and moreWho This Book Is For Those with prior experience with Java who want a quick and handy reference.

9 特價1103
立即代訂
下次再買

Learning C# by Developing Games with Unity 2021 - Sixth Edition

Packt 出版
2021/10/28 出版

Learn C# programming from scratch using Unity as a fun and accessible entry point with this updated edition of the bestselling seriesKey Features: Learn C# programming basics, terminology, and coding best practicesBecome confident with Unity fundamentals and features in line with Unity 2021Apply your C# knowledge in practice and build a working first-person shooter game prototype in UnityBook Description: The Learning C# by Developing Games with Unity series has established itself as a popular choice for getting up to speed with C#, a powerful and versatile programming language with a wide array of applications in various domains. This bestselling franchise presents a clear path for learning C# programming from the ground up through the world of Unity game development.This sixth edition has been updated to introduce modern C# features with Unity 2021, including the new Unity Input Manager and animating with code. A new chapter has also been added that covers reading and writing binary data from files, which will help you become proficient in handling errors and asynchronous operations.The book acquaints you with the core concepts of programming in C#, including variables, classes, and object-oriented programming. You will explore the fundamentals of Unity game development including game design, lighting basics, player movement, camera controls, and collisions. You will write C# scripts for simple game mechanics, perform procedural programming, and add complexity to your games by introducing smart enemies and damage-causing projectiles.By the end of the book, you will have developed the skills to become proficient in C# programming and built a playable game prototype with the Unity game engine.What You Will Learn: Follow simple steps and examples to create and implement C# scripts in UnityDevelop a 3D mindset to build games that come to lifeCreate basic game mechanics such as player controllers and shooting projectiles using C#Divide your code into pluggable building blocks using interfaces, abstract classes, and class extensionsBecome familiar with stacks, queues, exceptions, error handling, and other core C# conceptsLearn how to handle text, XML, and JSON data to save and load your game dataExplore the basics of AI for games and implement them to control enemy behavior Who this book is for: If you're a developer, programmer, hobbyist, or anyone who wants to get started with C# programming in a fun and engaging manner, this book is for you. Prospective Unity game developers will also find this title useful. No prior experience in programming or Unity required.

9 特價3212
立即代訂
下次再買

Learn Python Programming - Third Edition

Packt 出版
2021/10/28 出版

Get up and running with Python 3.9 through concise tutorials and practical projects in this fully updated third edition.Purchase of the print or Kindle book includes a free eBook in PDF format.Key Features: Extensively revised with richer examples, Python 3.9 syntax, and new chapters on APIs and packaging and distributing Python codeDiscover how to think like a Python programmerLearn the fundamentals of Python through real-world projects in API development, GUI programming, and data scienceBook Description: Learn Python Programming, Third Edition is both a theoretical and practical introduction to Python, an extremely flexible and powerful programming language that can be applied to many disciplines. This book will make learning Python easy and give you a thorough understanding of the language. You'll learn how to write programs, build modern APIs, and work with data by using renowned Python data science libraries.This revised edition covers the latest updates on API management, packaging applications, and testing. There is also broader coverage of context managers and an updated data science chapter.The book empowers you to take ownership of writing your software and become independent in fetching the resources you need. You will have a clear idea of where to go and how to build on what you have learned from the book.Through examples, the book explores a wide range of applications and concludes by building real-world Python projects based on the concepts you have learned.What You Will Learn: Get Python up and running on Windows, Mac, and LinuxWrite elegant, reusable, and efficient code in any situationAvoid common pitfalls like duplication, complicated design, and over-engineeringUnderstand when to use the functional or object-oriented approach to programmingBuild a simple API with FastAPI and program GUI applications with TkinterGet an initial overview of more complex topics such as data persistence and cryptographyFetch, clean, and manipulate data, making efficient use of Python's built-in data structuresWho this book is for: This book is for everyone who wants to learn Python from scratch, as well as experienced programmers looking for a reference book. Prior knowledge of basic programming concepts will help you follow along, but it's not a prerequisite.

9 特價2159
立即代訂
下次再買

Swift Apprentice (Seventh Edition)

Eli,Ganim  著
Razeware LLC 出版
2021/10/27 出版

Learn How to Program with Swift 5.5!Swift is the easiest way to get started developing on Apple's platforms: iOS, iPadOS, macOS, watchOS and tvOS. In this book, you'll learn the basics of Swift from getting started with playgrounds to simple operations to building your own types. Everything you'll learn is platform-neutral; you'll have a firm understanding of Swift by the end of this book, and you'll be ready to move on to whichever app platform you're interested in.Who This Book Is For: This book is for complete beginners to Swift. No prior programming experience is necessary!Topics Covered in The Swift ApprenticeAfter reading this book and completing your Swift apprenticeship by working through the included exercises and challenges, you'll be ready to take on app development on the platform of your choice!Playground basics: Learn about the coding environment where you can quickly and easily try out your code as you learn.Basic types: Numbers and strings are the basic kinds of data in any app - learn how to use them in Swift.Flow control: Your code doesn't always run straight through - learn how to use conditions and decide what to do.Functions: Group your code together into reusable chunks to run and pass around.Collection types: Discover the many ways Swift offers to store and organize data into collections.Protocols & protocol-oriented programming: Define protocols to make your code more interface-based and compositional.Advanced topics: Learn how to create custom operators, organize your code, write tests, manage memory, serialize your types, concurrency and so much more.

9 特價2322
貨到通知
下次再買

Get Started Programming with Python

Manuel McFeely 出版
2021/10/27 出版

Nowadays, becoming a computer programming expert is undoubtedly one of the most exciting job choices for people of all ages, and Python is now indispensable in the technological world we live in, so much so that it is even used to teach programming to children in schools.Python is a fantastic programming language to learn, and it can be applied to a wide range of software development projects. Python can be used for various tasks, including web development, data analysis, machine learning, and artificial intelligence.Python is intended to be a very understandable language. It typically uses English terms instead of punctuation, and it has fewer syntactical structures than other languages.Python is a must-have skill for students and working professionals who want to become exceptional software engineers, primarily in the Web Development field.You'll study the fundamentals of the Python programming language in this course, and you'll learn how to utilize Python.You will also find many helpful but straightforward exercises to immediately practice what you have learned, assimilate the notions, and make them your own in the long run. What you'll learn, you will never forget!

9 特價1101
立即代訂
下次再買

Python GUI Programming with Tkinter - Second Edition

Alan D,Moore  著
Packt 出版
2021/10/26 出版

Transform your evolving user requirements into feature-rich Tkinter applicationsKey Features: Extensively revised with new content on RESTful networking, classes in Tkinter, and the Notebook widgetTake advantage of Tkinter's lightweight, portable, and easy-to-use featuresBuild better-organized code and learn to manage an evolving codebaseBook Description: Tkinter is widely used to build GUIs in Python due to its simplicity. In this book, you'll discover Tkinter's strengths and overcome its challenges as you learn to develop fully featured GUI applications.Python GUI Programming with Tkinter will not only provide you with a working knowledge of the Tkinter GUI library, but also a valuable set of skills that will enable you to plan, implement, and maintain larger applications. You'll build a full-blown data entry application from scratch, learning how to grow and improve your code in response to continually changing user and business needs.You'll develop a practical understanding of tools and techniques used to manage this evolving codebase and go beyond the default Tkinter widget capabilities. You'll implement version control and unit testing, separation of concerns through the MVC design pattern, and object-oriented programming to organize your code more cleanly.You'll also gain experience with technologies often used in workplace applications, such as SQL databases, network services, and data visualization libraries. Finally, you'll package your application for wider distribution and tackle the challenge of maintaining cross-platform compatibility.What You Will Learn: Produce well-organized, functional, and responsive GUI applicationsExtend the functionality of existing widgets using classes and OOPPlan wisely for the expansion of your app using MVC and version controlMake sure your app works as intended through widget validation and unit testingUse tools and processes to analyze and respond to user requestsBecome familiar with technologies used in workplace applications, including SQL, HTTP, Matplotlib, threading, and CSVUse PostgreSQL authentication to ensure data security for your applicationWho this book is for: This book is for programmers who understand the syntax of Python, but do not yet have the skills, techniques, and knowledge to design and implement a complete software application. A fair grasp of basic Python syntax is required.

9 特價2115
立即代訂
下次再買

The Art of Writing Efficient Programs

Packt 出版
2021/10/24 出版

Become a better programmer with performance improvement techniques such as concurrency, lock-free programming, atomic operations, parallelism, and memory managementKey Features: - Learn proven techniques from a heavyweight and recognized expert in C++ and high-performance computing- Understand the limitations of modern CPUs and their performance impact- Find out how you can avoid writing inefficient code and get the best optimizations from the compiler- Learn the tradeoffs and costs of writing high-performance programsBook Description: The great free lunch of "performance taking care of itself" is over. Until recently, programs got faster by themselves as CPUs were upgraded, but that doesn't happen anymore. The clock frequency of new processors has almost peaked, and while new architectures provide small improvements to existing programs, this only helps slightly. To write efficient software, you now have to know how to program by making good use of the available computing resources, and this book will teach you how to do that.The Art of Efficient Programming covers all the major aspects of writing efficient programs, such as using CPU resources and memory efficiently, avoiding unnecessary computations, measuring performance, and how to put concurrency and multithreading to good use. You'll also learn about compiler optimizations and how to use the programming language (C++) more efficiently. Finally, you'll understand how design decisions impact performance.By the end of this book, you'll not only have enough knowledge of processors and compilers to write efficient programs, but you'll also be able to understand which techniques to use and what to measure while improving performance. At its core, this book is about learning how to learn.What You Will Learn: - Discover how to use the hardware computing resources in your programs effectively- Understand the relationship between memory order and memory barriers- Familiarize yourself with the performance implications of different data structures and organizations- Assess the performance impact of concurrent memory accessed and how to minimize it- Discover when to use and when not to use lock-free programming techniques- Explore different ways to improve the effectiveness of compiler optimizations- Design APIs for concurrent data structures and high-performance data structures to avoid inefficienciesWho this book is for: This book is for experienced developers and programmers who work on performance-critical projects and want to learn new techniques to improve the performance of their code. Programmers in algorithmic trading, gaming, bioinformatics, computational genomics, or computational fluid dynamics communities will get the most out of the examples in this book, but the techniques are fairly universal. Although this book uses the C++ language, the concepts demonstrated in the book can be easily transferred or applied to other compiled languages such as C, Java, Rust, Go, and more.Table of Contents- Introduction to Performance and Concurrency- Performance Measurements- CPU Architecture, Resources, and Performance Implications- Memory Architecture and Performance- Threads, Memory, and Concurrency- Concurrency and Performance- Data Structures for Concurrency- Concurrency in C++- High-Performance C++- Compiler Optimizations in C++- Undefined Behavior and Performance- Design for Performance

9 特價1861
立即代訂
下次再買

Computer Graphics Programming in OpenGL with Java

Ingram 出版
2021/10/22 出版

No detailed description available for "Computer Graphics Programming in OpenGL with Java".

9 特價3076
立即代訂
下次再買

Simulink: Diverse Engineering Applications

Linda,Morant  著
2021/10/22 出版

Simulink is a multi-purpose programming language tool. An extensive elaboration of Simulink concepts and their applications have been examined in the book. The book presents a platform for experts to plan, model, design, suggest, check and execute difficult electro-mechanical, active control, signal processing and communication systems via Simulink. Simulink-Matlab amalgamation is very helpful for improving and developing algorithms. Several chapters of this book show the influence and theories of Simulink to solve engineering issues.

9 特價4426
立即代訂
下次再買

Modernizing Enterprise Java

O'Reilly Media 出版
2021/10/22 出版

While containers, microservices, and distributed systems dominate discussions in the tech world, the majority of applications in use today still run monolithic architectures that follow traditional development processes. This practical book helps developers examine long-established Java-based models and demonstrates how to bring these monolithic applications successfully into the future. Relying on their years of experience modernizing applications, authors Markus Eisele and Natale Vinto walk you through the steps necessary to update your organization's Java applications. You'll discover how to dismantle your monolithic application and move to an up-to-date software stack that works across cloud and on-premises installations. Learn cloud native application basics to understand what parts of your organization's Java-based applications and platforms need to migrate and modernize Understand how enterprise Java specifications can help you transition projects and teams Build a cloud native platform that supports effective development without falling into buzzword traps Find a starting point for your migration projects by identifying candidates and staging them through modernization steps Discover how to complement a traditional enterprise Java application with components on top of containers and Kubernetes

9 特價1890
立即代訂
下次再買

Progress and Applications of Mobile Computing

Adam,Houle  著
2021/10/22 出版

Mobile Computing is an umbrella term used to refer to various devices that enable people to access information and data from anywhere. This book gives directions on how mobile software services can simplify the mobile users' lives. The main contribution of this book is improving mobile software application in development stages as analysis, design, development and test as well as topics such as recent mobile network technologies like algorithms, decreasing energy consumption in mobile network, and fault tolerance in distributed mobile computing. It also deals with mobile software life cycles, human computer interaction discussing mobile device handset design strategies, and mobile application testing strategies. This book also discusses mobile applications as service, covering various mobile solutions and distinct application sectors.

9 特價4057
立即代訂
下次再買

Advanced Python Commands

Manuel McFeely 出版
2021/10/22 出版

Have you always been drawn to Python, know the basics, but want to learn more? Do you want to learn all the secrets of the most ductile programming language and the most demanded by the business world?This is the book for you.Nowadays, there are many programming languages, so why should you use Python? Well, Python is a powerful language.It's free: You won't have to incur any expense to start programming in Python, just a little of your time and your PC.It's portable: You can install it on your PC and have it wherever you go. It's easy to use: Python is straightforward, you can start learning it at any age. All it takes is a little bit of effort.It's rich in libraries: Through PIP, Python lets you install lots of useful libraries. Graphical libraries to create 2D games (pygame), mathematical (NumPy, math, mathplotlib...), and many others. There are more than 200...Graphic programming: Python allows you to build graphical windows that interface with the users of your programs. With the right libraries, it's easy to do just that;Web development, AI, and more...For all these reasons, it would be absurd to miss the opportunity to make such a programming language your own, wouldn't it?In this book, you'll find all the most useful commands to use your Python at its best. These are already intermediate and advanced level commands, suitable for those already familiar with this programming language.

9 特價1101
立即代訂
下次再買

Model Structure for Block Chain Technology and Cryptocurrency for the Financial Services Sector in Zimbabwe

Ingram 出版
2021/10/21 出版

Academic Paper from the year 2021 in the subject Computer Sciences - Cryptocurrency, grade: 1.0, language: English, abstract: The study was purposed to develop the model structure for Blockchain technology and cryptocurrency, and determine the factors that influence the adoption of Blockchain technology and cryptocurrency in Zimbabwe in order to make value-adding contributions to the cybersecurity risk management of the financial services sector. Cybersecurity is the collection of policies, techniques, technologies, and processes that work together to protect the confidentiality, integrity, and availability of computing resources, networks, software, programs, and data from attack. Cybersecurity threats have thus shifted from the cryptocurrency to attacking platforms using the cryptocurrency such as crypto exchanges. Essentially, there would be no bitcoin without Blockchain but Blockchain exists without bitcoin.The entire system works with a distributed ledger technology that operates on a decentralized pattern. The blockchain is distributed and highly available, exhibits irreversibility and immutability, and eliminates intermediaries in banking sector. For the Blockchain to function fully, it requires components such as the Node, Transaction, Block as a data structure, Chain of the blocks, Miners to perform the block verification process, and Consensus (consensus protocol). The Mixed Method methodology was used. The research utilized focus groups and document analysis to gather knowledge on the subject. A survey was conducted which included distribution of questionnaires and conducting interviews with heads of the banking sector.

9 特價1583
立即代訂
下次再買

Ruby Beginner’s Crash Course

Ingram 出版
2021/10/21 出版

Ruby is a computer programming language created in the 1990s by the Japanese programmer Matz, whose full name is Yukihiro Matsumoto. It was designed to make programming fun, and is one of the few computer languages that emphasize human comprehension over machine logic.Ruby is fast becoming one of the most popular languages for developing web applications. Ruby on Rails, developed by David Heinemeier Hansson to work with Ruby, introduced more people to Ruby. Now, a language that may otherwise have remained unknown has a buzzing community of programmers. They welcome beginners and are focused on one thing - producing the highest quality code.I have written this book to give inexperienced people an overview of Ruby and Ruby on Rails. Applying the principles and the knowledge that you learn in this book will help you build a strong foundation in Ruby programming, enough to allow you to move on to more advanced programming.Click "Buy Now" and get started today!

9 特價378
立即代訂
下次再買

Basic Python Commands

Manuel McFeely 出版
2021/10/20 出版

Are you looking for a comprehensive yet straightforward course on Python? Do you want to learn a flexible object-oriented programming language that can be used on all the most important platforms right away?This is the book for you.According to the latest data, Python is the fastest-growing programming language globally, mainly due to its simplicity and the fact that it is incredibly intuitive.Thanks to this manual, you'll be able to understand its basics fully.If you know this language, there are no limits to what you can accomplish professionally and straightforwardly. Almost any kind of dynamic application will be within your reach, thanks to the flexibility of the libraries you can use.By mastering Python, you'll be able to create: applications for website development and managementcomputer software and graphic interfacesdatabaserobotics or Raspberry programmingdata analyticsgamesand much more!You'll be able to leverage your knowledge of this software in so many ways, keeping up with the world of work and, indeed, staying one step ahead of others.Did you know that these skills are highly sought after in the Big Data industry, nowadays fundamental for every reality? Python is the point of reference for creating programs even for multinational companies such as Google or NASA.What are you waiting for?Immerse yourself in the reading of this manual and enter the future!

9 特價1132
立即代訂
下次再買

C Builder and WbemScripting

2021/10/19 出版

This is part of a series of books using C Builder to create programs using WbemScripting to glean data from WMI and produce reports and tables. This book is almost 100% source code.

9 特價579
立即代訂
下次再買

C Builder and WbemScripting

2021/10/19 出版

This is part of a series of books using C Builder to create programs using WbemScripting to glean data from WMI and produce reports and tables. This book is almost 100% source code.

9 特價579
立即代訂
下次再買

Flutter for Beginners - Second Edition

2021/10/15 出版

Develop the real-world experience you need to build and launch your own Flutter apps with this full-color guideKey Features: Get up to speed with the basics of Dart programming and delve into Flutter developmentLearn about Flutter widgets, plugins, and animations to create a high-quality app user experiencePackage and deploy your Flutter apps to achieve native-like performanceBook Description: There have been many attempts at creating frameworks that are truly cross-platform, but most struggle to create a native-like experience at high performance levels. Flutter achieves this with an elegant design and a wealth of third-party plugins, making it the future of mobile app development. If you are a mobile developer who wants to create rich and expressive native apps with the latest Google Flutter framework, this book is for you.This book will guide you through developing your first app from scratch all the way to production release. Starting with the setup of your development environment, you'll learn about your app's UI design and responding to user input via Flutter widgets, manage app navigation and screen transitions, and create widget animations. You'll then explore the rich set of third party-plugins, including Firebase and Google Maps, and get to grips with testing and debugging. Finally, you'll get up to speed with releasing your app to mobile stores and the web.By the end of this Flutter book, you'll have gained the confidence to create, edit, test, and release a full Flutter app on your own.What You Will Learn: Explore the core concepts of the Flutter framework and how it is used for cross-platform developmentUnderstand the fundamentals of the Dart programming languageWork with Flutter widgets and learn the concepts of stateful and stateless widgetsAdd animation to your app using animated widgets and advanced animations techniquesMaster the complete development lifecycle, including testing and debuggingInvestigate the app release process to both mobile stores and the webWho this book is for: This book is for developers looking to learn Google's revolutionary framework Flutter from scratch. No prior knowledge of Flutter or Dart is required.

9 特價2159
立即代訂
下次再買

Visual Basic.Net Programmer’s Reference

Dan,Rahmel  著
Ingram 出版
2021/10/14 出版

This guide provides developers with an overview of the .NET framework. It reviews new applications types, describes and illustrates new operations and presents the 37 new switches that control the program compilation settings.

9 特價752
立即代訂
下次再買

Java 2 Programmer’s Reference

2021/10/13 出版

This work provides quick information on the keywords, classes and functions that Java programmers use on a daily basis. It also includes tips on how to avoid programming pitfalls.

9 特價855
立即代訂
下次再買

C/C++ Programmer’s Reference

2021/10/13 出版

Essential programming tips at your fingertips! This handy programmer's reference provides quick access to syntax, functions, classes, methods, as well as the Standard Template Library (STL). The book covers ANSI/ISO Standard C and C++, including the new C99 standard.

9 特價788
立即代訂
下次再買

HTML Programmer’s Reference, 2nd Edition

2021/10/13 出版

HMTL (Hypertext Markup Language) is the core markup language of the Web. This guide to HTML shows when where and how to use HTML attributes, elements and syntax. This 2nd edition reflects the latest (4.01) specifications and has supplementary material on XHTML. It explains HTML tags and shows how to utilize Netscape Navigator, Internet Explorer and WebTV tags.

9 特價788
立即代訂
下次再買

ASP.Net

2021/10/13 出版

Microsoft's ASP (Active server Pages) is a leading Web development tool. It allows developers to create Web pages and is commonly used to serve e-commerce applications, updated financial information, and all types of dynamic data. This work offers a reference on the features and syntax of ASP.NET.

9 特價788
立即代訂
下次再買

JavaScript Programmer’s Reference

2021/10/13 出版

Get essential programming information at your fingertips! You'll learn to use JavaScript to create customized, interactive Web sites and get quick tips for implementing JavaScript across different browser platforms. This handy guide offers expert tips, language verification, and cross-platform instruction--making this the perfect companion for the serious coder.

9 特價788
立即代訂
下次再買

Handbook of Programming Languages

Samuel,Green  著
2021/10/12 出版

A programming language is a scientific language that comprises a set of instructions producing various kinds of output. Programming languages are essential in computer science and are used in computer programming to implement algorithms. Programming language theory is a branch of computer science that is concerned with the design, implementation, analysis, characterization, and classification of programming languages and of their individual characteristics. Java, Python, C, Ruby, Javascript, C#, and PHP are some of the prominent programming languages. They are used for front-end web development, back-end web development, desktop application, mobile development, and game development. The topics included in this book on programming languages are of utmost significance and bound to provide incredible insights to readers. There has been rapid progress in this field and its applications are finding their way across multiple industries. This book is a resource guide for experts as well as students.

9 特價5535
立即代訂
下次再買

Beginner’s Guide to Kotlin Programming

John,Hunt  著
Springer 出版
2021/10/11 出版

This textbook assumes very little knowledge of programming so whether you have dabbled with a little JavaScript, played with a bit of Python, written Java or have virtually no programming experience at all you will find that it is for you.The first part of the book introduces Kotlin program structures as well as conditional flow of control features such as if and when expressions as well as iteration loops such as for, while and do-while. Subsequent chapters explain how functions are implemented in Kotlin and introduce concepts from functional programming such as higher order functions and curried functions.The second part focusses on object oriented programming techniques, these include classes, inheritance, abstraction and interfaces. The third part presents container data types such as Arrays, and collections including Lists, Sets and Maps and the fourth part considers concurrency and parallelism using Kotlin coroutines. The book concludes with anintroduction to Android mobile application development using Kotlin.Clear steps are provided explaining how to set up your environment and get started writing your own Kotlin programs.An important aspect of the book is teaching by example and there are many examples presented throughout the chapters. These examples are supported by a public GitHub repository that provides complete working code as well as sample solutions to the chapter exercises. This helps illustrate how to write well structured, clear, idiomatic Kotlin to build real applications.

9 特價3338
立即代訂
下次再買

Programming Languages and Systems

Hakjoo,Oh  著
Springer 出版
2021/10/11 出版

This book constitutes the proceedings of the 19th Asian Symposium on Programming Languages and Systems, APLAS 2021, held in Chicago, USA, in October 2021.* The 17 papers presented in this volume were carefully reviewed and selected from 43 submissions. They were organized in topical sections named: analysis and synthesis, compilation and transformation, language, and verification. * The conference was held in a hybrid format due to the COVID-19 pandemic.

9 特價3815
立即代訂
下次再買

JAVA. Experiencing Object Oriented Programming

Grin Verlag 出版
2021/10/09 出版

Document from the year 2021 in the subject Computer Science - Programming, grade: 13, course: COMPUTER PROGRAMMING USING JAVA, language: English, abstract: Exploring the object oriented programming concepts using JAVA as programming language makes experience delightful. JAVA offers numerous features to model real world entities to their closest forms. The book explore syntax of JAVA with understanding of all OOP concepts. The book explains object oriented programming concepts and implementation using JAVA language. All beginner level learners will experience hands on session through use of included material in the book.

9 特價2517
立即代訂
下次再買
頁數21/52
移至第
金石堂門市 全家便利商店 ok便利商店 萊爾富便利商店 7-11便利商店
World wide
活動ing