1227~1229_天獄園2
1227_月底燒點

英文書 > 全部商品

ASP.NET and VB.NET in 30 Days

2022/10/20 出版

Practice VB.NET & ASP.NET in simple steps KEY FEATURES ● VB.NET and ASP.NET topics are demonstrated with various examples in-depth.● Includes detailed explanations of all VB.NET and ASP.NET programming statements.● Numerous hands-on exercises demonstrating database and backend programming. DESCRIPTION The book teaches the essentials of VB.NET and Active Server Pages (ASP.NET) in about four weeks. This book promises to be an excellent resource for novices interested in learning the essentials of ASP.NET, VB.NET, Windows applications, and online apps. Using examples, this book teaches how to declare variables, operators, and control statements in C++. Standard window controls like Listboxes, Comboboxes, Checkboxes, Radio buttons, Timers, Scrollbars, and Picture boxes are explored and elaborated. The basics of Database Management using VB.NET and ASP.NET are demonstrated through instructive examples. Topics like HTML, CSS, and JavaScript are also addressed in detail in the book. Readers will understand the fundamentals of front-end programming, but they will also gain an understanding of the concept of back-end programming. Topics of Arrays, functions, databases, sessions, and file upload control are covered with practical exercises and use-cases scattered throughout. After reading this book, students will be very familiar with the VB.NET and ASP.NET programming examples and can successfully transition themselves into a professional developer. WHAT YOU WILL LEARN● For Windows, you can create simple to complicated applications.● Develop simple database applications using VB.NET and gain knowledge of HTML, CSS, and JavaScript.● Utilize the ASP.NET framework to develop web-based apps.● Develop your backend programming skills while managing database connections.WHO THIS BOOK IS FORThis book is intended for developers and students interested in learning about VB.NET and ASP.NET to gain strong scripting skills for developing server-side windows applications. It is not necessary to have any prior knowledge.

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

Push Notifications by Tutorials (Fourth Edition)

Scott,Grosch  著
Razeware LLC 出版
2022/10/18 出版

Learn iOS Push Notifications!Push Notifications are one of the most important interaction points of your app with your users. Simply put, a push notification is a way to send any type of data to your users' apps, even if they aren't actively using them.Even though most developers feel they know everything there is to know about this topic, major additions in latest releases of iOS have pushed these notifications beyond simply delivering messages to your users. Learning all of the exciting opportunities and ways you could boost your users' experiences and interactions might be a bit overwhelming at first. Worry not! This is where Push Notifications by Tutorials comes to the rescue.Who This Book Is ForThis book is for intermediate iOS developers who already know the basics of iOS, and who wish to know everything there is to know about push notifications. It starts with a basic introduction of how notifications work, with later chapters going much deeper into advanced materials.Topics Covered in Push Notifications by TutorialsRemote Notification Payload: Learn everything there is to know about the Payload representing your notification and its various customization options.Remote Notifications: Learn everything about how to send a remote notification from a server, how to create your own Vapor-based push server, identify and manage users and their device tokens, and more.Local Notifications: Much like remote notifications, you'll learn how to schedule local notifications, originating from your device instead of from a remote server.Modifying the Payload: Learn how to use a Notification Service Extension to manipulate your notification payload right before it's presented to the user.Custom Actions: Put your users first by providing them with useful Custom Actions they can interact with, right from your notification, without the need to open your app.Custom Interfaces: Take your notifications to the next level by providing a rich, customized user interface for your push notification.All kinds of other topics related to push notifications on iOS, iPadOS and watchOS!One thing you can count on: After you finish reading this book, you'll master everything there is to know about push notifications and how to take advantage of the latest and greatest features, to make your app stand out from the rest to enhance your user experience.

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

Practical Debugging at Scale

Shai,Almog  著
Apress 出版
2022/10/18 出版

Overhaul your debugging techniques and master the theory and tools needed to debug and troubleshoot cloud applications in production environments. This book teaches debugging skills that universities often avoid, but that typically consume as much as 60% of our time as developers. The book covers the use of debugger features such as tracepoints, object marking, watch renderers, and more. Author Shai Almog presents a scientific approach to debugging that is grounded in theory while being practical enough to help you to chase stubborn bugs through the maze of a Kubernetes deployment.Practical Debugging at Scale assumes a polyglot environment as is common for most enterprises, but focuses on JVM environments. Most of the tooling and techniques described are applicable to Python, Node, and other platforms, as well as to Java and other JVM languages. The book specifically covers debugging in production, an often-neglected discipline but an all too painful reality. You'll learn modern techniques around observability, monitoring, logging, and full stack debugging that you can put to immediate use in troubleshooting common ailments in production environments. You Will Learn: The scientific method underlying the process of debuggingDebugger capabilities such as tracepoints and marker objectsThe correct use of less understood features such as exception breakpointsTechniques for tracing issues in production Kubernetes environmentsObservability and monitoring to resolve production problemsIndustry best practices for common tooling such as logging Profiling to understand performance and memory problems Who This Book Is ForDevelopers in Java and JVM-related languages who want to improve their debugging skills and production reliability;and developers of cloud applications who are facing the pain of production bugs that are hard to replicate and fix

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

Coding for Kids in C#

Bob,Mather  著
Ingram 出版
2022/10/18 出版

Are you looking to teach your child how to code? Or are you looking to start programming yourself?This book on beginner C# is the answer.For the last couple of years, the news keeps talking about the digital economy and how everyone needs programmers. It seems like everyone wants to learn how to code. However, it is not that easy. Coding is a skill; and like any skill it takes time to learn. Like any skill, the younger you start; the better you get.From my personal experience with coding and also with teaching young kids how to code, let me tell you that coding is a lot of fun and extremely gratifying.It teaches you how to organize, think logically, communicate, work in teams and be more creative.However, programming can be hard to learn. Especially if you start reading advanced books. You need a step-by-step guide to get started. This book starts off with the very basics; how to install the software, set up and write your first lines of code. There are exercises at the end of each chapter that can test your new found knowledge and move you ahead.And then, we get you a few more advanced skills that can get you started making websites.Even if you've never touched a computer in your life, you will find this book useful.

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

Modern Web Development with Deno

Mayur,Borse  著
2022/10/14 出版

Learn Deno with TypeScript KEY FEATURES ● Take advantage of modern tools and frameworks like React and GraphQL.● Exposure to the Deno ecosystem and many different third-party modules.● Coverage of the creation of UIs and APIs for numerous apps. DESCRIPTION Deno is a web platform that offers capabilities for JavaScript and TypeScript and supports modern web standards. It is a straightforward, up-to-date, secure runtime environment for web developers. This book will teach all you need to know about Deno's primitives, its ideas, and how you can use them to build applications that work in the real world. The book's first part is devoted to familiarizing you with Deno's runtime and comprehensive ecosystem. This book will help you to get familiar with TypeScript and experiment with Deno. The book will also help you to learn about GraphQL and Oak and build basic scripts. It will help you to design basic web applications such as a phonebook application and a to-do list application, both of which will have their user interfaces (UI) and APIs developed. This book will help you to get a good level of confidence with Deno over NodeJS so that you can start using Deno to build, maintain, and deploy web apps that are reliable and secure. WHAT YOU WILL LEARN● Get started with the basics of TypeScript and Deno. ● Use Deno to create your next React or Svelte app's user interface.● Develop a GraphQL API server with Deno.● Make the most of TypeScript when creating applications.● Take advantage of the various plugins that Deno and its creators offer.WHO THIS BOOK IS FORReaders interested in utilizing the power of Deno to fuel their apps, whether they are web developers, TypeScript users, or JavaScript users will find this book helpful. The code will be easier to understand if you are familiar with JavaScript already.

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

Introducing Micronaut

Apress 出版
2022/10/13 出版

The microservice architecture has been adopted by many developer teams around the world. To be successful, it's crucial that you understand how to program a microservice and get it running in the cloud. This book will walk you through the process of how to build, test, and deploy a Java-based Micronaut microservice to the Oracle Cloud with GitHub Actions. You'll learn how to create a Virtual Machine (with both the Oracle Cloud Infrastructure (OCI) CLI and the OCI Gradle Plugin), as well as create and deploy the microservice as a Docker container that can be stored in Oracle Container Infrastructure Registry (OCIR) and deployed to an Oracle Kubernetes Engine (OKE) cluster. The microservice will use Micronaut Data for persistence, Testcontainers for testing, and Liquibase to manage your Oracle DB production schema. After reading or using this book, you'll be able to build, test and deploy your first microservices using theMicronaut framework, Oracle Cloud and more.What You'll LearnBuild and deploy Java-based microservices using Micronaut and Oracle CloudRun tests and publishing reportsDeploy to Oracle Cloud using OCI CLI and the OCI Gradle plug-inAdd a persistence tier to the microserviceDistribute a microservice with persistenceWho This Book Is ForProgrammers and software developers with experience in Java and microservices programming who are new to Micronaut.

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

Core Java for the Impatient

Addison-Wesl 出版
2022/10/13 出版

Clear, Concise Guide to the Core Language and Libraries--Updated through Java 17 Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed, and new features and programming paradigms can make you far more effective. However, navigating these changes can be challenging. Core Java for the Impatient, Third Edition, is a complete yet concise guide that reflects all changes through Java SE 17, Oracle's latest Long-Term Support (LTS) release. Written by Cay S. Horstmann--author of the classic two-volume Core Java--this indispensable tutorial offers a faster, easier pathway for learning modern Java. Horstmann covers everything working developers need to know, including the powerful concepts of lambda expressions and streams, modern constructs such as records and sealed classes, and sophisticated concurrent programming techniques. Given the size and scope of Java 17, there's plenty to cover, but it's presented in small chunks organized for quick access and easy understanding, with plenty of practical insights and sample code to help you quickly apply all that's new. Test code as you create it with JShell Improve your object-oriented design with records and sealed classes Effectively use text blocks, switch expressions, and pattern matching Understand functional programming with lambda expressions Streamline and optimize data management with the Streams API Use modern library features and threadsafe data structures to implement concurrency reliably Work with the modularized Java API and third-party modules Take advantage of API improvements for working with collections, input/output, regular expressions, and processes Learn the APIs for date/time processing and internationalization Whether you're an experienced developer just getting started with modern Java, or have been programming with Java for years, this guide will help you write more robust, efficient, and secure Java code. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

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

Real World Ocaml: Functional Programming for the Masses

Ingram 出版
2022/10/12 出版

This fast-moving tutorial introduces you to OCaml, an industrial-strength programming language designed for expressiveness, safety, and speed. Through the book's many examples, you'll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code using functional programming. Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. You'll also delve deep into the details of the compiler toolchain and OCaml's simple and efficient runtime system. This second edition brings the book up to date with almost a decade of improvements in the OCaml language and ecosystem, with new chapters covering testing, GADTs, and platform tooling. This title is also available as open access on Cambridge Core, thanks to the support of Tarides. Their generous contribution will bring more people to OCaml.

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

Real-World iOS by Tutorials (First Edition)

Renan,Dias  著
Razeware LLC 出版
2022/10/11 出版

Learn how to create real-world iOS appsWorking on app development can be hard, there's a lot of documentation out there, but developers struggle to find a clear template when deciding things like app architecture, how to persist data and how to create robust and scalable code.That's where Real-World iOS by Tutorials comes to the rescue! This book will guide you from an idea for an app to creating code that can scale and explain the decision are taken, step by step.Who This Book is ForThis book is for developers with some experience with iOS development, but that need some guidance on how to create robust and scalable apps.Topics Covered in Real-World iOS by TutorialsApp architecture: Discover how to organize your code using MVVM and feature grouping.Building features: Learn how to structure your code to work on features that can be testable.Create code that scale: Understand the principles to create code that's robust using S.O.L.I.D. principles.Async/await: Learn how the new concurrency model can help you write well-structured asynchronous code.Accessibility and good-looking apps: Discover how you can create apps that look and feel good for all audiences.Modularization: Learn how to create modular code that can be reused.Privacy: Understand why privacy is important and the tools Apple provides so you can develop apps that respect users' data.One thing you can count on: after reading this book, you'll be prepared to create your own professional iOS apps.

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

Unity Apprentice (First Edition)

Matt,Larson  著
Razeware LLC 出版
2022/10/11 出版

Learn How to Create Great Games With Unity!Unity is the most popular game engine to date and is loved by beginners and experts alike. It's the easiest way to create cross-platform games with an intuitive - but very powerful - editor that brings your game ideas to life while allowing you to focus on the gameplay.This book will guide you through how to use Unity. While building three playable games, you'll learn all about GameObjects and Prefabs, how to handle input, build user interfaces, light your scenes, use pathfinding and AI, control cameras, animate your characters and scenes and write C# scripts to control the action. Along the way, the book will also introduce you to some neat techniques to ensure your games perform in the most efficient way.Who this book is forThis book is for complete beginners to Unity. No prior programming experience with C# is required.Topics covered in Unity ApprenticeInstalling and Using Unity: Learn about the Unity Hub and Editor.Creating GameObjects and Prefabs: The building blocks for any Unity game.Controlling Your Game with Scripts: Unity uses the C# programming language. This book will teach you the basics of how to add logic to your characters and scenes.User Input and Collisions: Learn how to let players control your game. And, find out how to detect collisions to trigger events.User Interfaces: Every game needs a user interface to communicate your game's state. Learn how to create and organize these for your games.Basic AI and Navigation: Learn how you can make your characters react to events and exhibit their own behaviors and movement.Cinemachine: Control your camera angles to add professional views and to make sure your players don't miss important events.Object Pooling: Make the most of the resources available to you by organizing your GameObjects effectively.Advanced Animation: Move your GameObjects using the most appropriate animation technique for the job.After reading this book and completing your Unity apprenticeship by working through the included exercises and challenges, you'll be able to create your own cross-platform games with U

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

iOS Test-Driven Development (Second Edition)

Razeware LLC 出版
2022/10/11 出版

Learn how to test iOS Applications!iOS Test-Driven Development introduces you to a broad range of concepts with regard to not only writing an application from scratch with testing in mind, but also applying these concepts to already written applications which have little or no tests written for their functionality.Who This Book Is ForThis book is for intermediate iOS developers who already know the basics of iOS and Swift development but want to learn how to write code which is both testable and maintainable.Topics Covered in iOS Test-Driven DevelopmentThe TDD Cycle: Learn the concepts of Test-Driven Development and how to implement these concepts within an iOS application.Test Expressions and Expectations: Learn how to test both synchronous code using expressions and asynchronous code using expectations.Test RESTful Networking: Write tests to verify networking endpoints and the ability to mock the returned results.Test Authentication: Write tests which run against authenticated endpoints.Legacy Problems: Explore the problems legacy applications written without any unit tests or without thought of testing the code.Breaking Dependencies into Modules: Learn how to take dependencies within your code and compartmentalize these into their own modules with their own tests.Refactoring Large Classes: Learn how to refactor large unweilding classes into smaller more manageable and testable classes / objects.One thing you can count on: after reading this book, you'll be prepared to write testable applications which you can have confidence in making changes too with the knowledge your tests will catch breaking changes.

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

Schematron

Erik,Siegel  著
XML Press 出版
2022/10/11 出版

Schematron is a validation language that checks XML documents against business rules. It extends the validation provided by languages such as Document Type Definitions (DTD), W3C XML Schema, and RELAX NG, giving you the ability to check your XML documents for compliance with rules that can be difficult, if not impossible, to check with the other validation languages.Schematron: A language for validating XML is aimed at programmers and others who process XML. It explains the language in detail along with many examples. Anyone who uses Schematron or who would like to begin using it will find a wealth of information in this book.

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

Professional React Native

Packt 出版
2022/10/07 出版

Learn how React Native works under the hood and what this means for building large-scale, cross-platform, production-ready applications without compromising on the quality and performanceKey Features: Explore a modern approach to React Native, covering state management, animations, gestures, and moreImplement best practices and practical techniques for creating large-scale, production-ready appsCreate a development process including workflow automation with GitHub Actions, Fastlane, and BitriseBook Description: The React Native framework offers a range of powerful features that make it possible to efficiently build high-quality, easy-to-maintain frontend applications across multiple platforms such as iOS, Android, Linux, Mac OS X, Windows, and the web, helping you save both time and money. And this book is your key to unlocking its capabilities.Professional React Native provides the ultimate coverage of essential concepts, best practices, advanced processes, and tips for everyday developer problems. The book makes it easy to understand how React Native works under the hood using step-by-step explanations and practical examples so you can use this knowledge to develop highly performant apps. As you follow along, you'll learn the difference between React and React Native, navigate the React Native ecosystem, and revisit the basics of JavaScript and TypeScript needed to create a React Native application. What's more, you'll work with animations and even control your app with gestures. Finally, you'll be able to structure larger apps and improve developer efficiency through automated processes, testing, and continuous integration.By the end of this React native app development book, you'll have gained the confidence to build high-performance apps for multiple platforms, even on a bigger scale.What You Will Learn: Become familiar with how React Native works under the hoodUnderstand how to make the most of React Native for app developmentExplore different approaches to building apps across various platformsBecome familiar with process automation and automated testingContribute to open source code and structure your own code libraryUnderstand how to set up the architecture for bigger React Native projectsWho this book is for: This book is for developers who want to get started with React Native as well as experienced React Native developers interested in building professional cross-platform applications. Familiarity with the basics of JavaScript (including its syntax) and general software engineering concepts, such as data types, control flows, and server/client structures, is required. Although useful, experience with React Native is not necessary.

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

Building Blazor WebAssembly Applications with gRPC

Packt 出版
2022/10/07 出版

Explore the power of Blazor WebAssembly, gRPC, and source generators for easy and quick web developmentKey Features: Get to grips with integration between Blazor, gRPC, and source generators in real-life projectsDevelop a complete Blazor WebAssembly project that takes advantage of gRPC's capabilitiesExplore best practices for building a high-performance web application with Blazor and C#Book Description: Building Blazor WebAssembly Applications with gRPC will take you to the next level in your web development career. After working through all the essentials of gRPC, Blazor, and source generators, you will be far from a beginner C# developer and would qualify as a developer with intermediate knowledge of the Blazor ecosystem.After a quick primer on the basics of Blazor technology, REST, gRPC, and source generators, you'll dive straight into building Blazor WASM applications. You'll learn about everything from two-way bindings and Razor syntax to project setup. The practical emphasis continues throughout the book as you steam through creating data repositories, working with REST, and building and registering gRPC services. The chapters also cover how to manage source generators, C# and debugging best practices, and more. There is no shorter path than this book to solidify your gRPC-enabled web development knowledge.By the end of this book, your knowledge of building Blazor applications with one of the most modern and powerful frameworks around will equip you with a highly sought-after skill set that you can leverage in the best way possible.What You Will Learn: Master routing and test your learning with demo applicationsCreate service and controller classes for your API endpointsUse gRPC with Blazor instead of REST and revamp your applicationsStudy partial classes, attributes, and more in source generatorsWrite reusable Razor components and debug your code effectivelyUnderstand the semantic model of C# codeDiscover how to read and navigate through syntax treesBuild dynamic websites without using JavaScriptWho this book is for: This book is for beginner C# developers who want to learn how to create more performant web apps with less code using Blazor, the gRPC protocol, and source generators. The book assumes a basic understanding of C#, HTML, and web development concepts.

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

Clean Code in PHP

Packt 出版
2022/10/07 出版

Practical lessons, examples, and practices from PHP experts on how to take your PHP skills to a professional levelKey Features: Easily navigate to key clean code principles specific to PHP development with this hands-on guideLearn the how and why of writing clean code through practical examplesSkip the superfluous knowledge and grasp everything that's relevant to the real-world development environmentBook Description: PHP is a beginner-friendly language, but also one that is rife with complaints of bad code; yet no clean code books are specific to PHP. Enter Clean Code in PHP. This book is a one-stop guide to learning the theory and best practices of clean code specific to real-world PHP app development environments.This PHP book is cleanly split to help you navigate through coding practices and theories to understand and adopt the nuances of the clean code paradigm. In addition to covering best practices, tooling for code quality, and PHP design patterns, this book also presents tips and techniques for working on large-scale PHP apps with a team and writing effective documentation for your PHP projects.By the end of this book, you'll be able to write human-friendly PHP code, which will fuel your PHP career growth and set you apart from the competition.What You Will Learn: Build a solid foundation in clean coding to craft human-readable codeUnderstand metrics to determine the quality of your codeGet to grips with the basics of automated testsImplement continuous integration for your PHP applicationsGet an overview of software design patterns to help you write reusable codeGain an understanding of coding guidelines and practices for working in teamsWho this book is for: This book is for early-career PHP developers who wish to avoid writing messy code by learning how to write understandable and maintainable code that sets them apart from rest. The book assumes familiarity with PHP coding and principles, but no knowledge of advanced principles will be necessary.

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

Trino: The Definitive Guide

Matt,Fuller  著
Ingram 出版
2022/10/05 出版

Perform fast interactive analytics against different data sources using the Trino high-performance distributed SQL query engine. In the second edition of this practical guide, you'll learn how to conduct analytics on data where it lives, whether it's a data lake using Hive, a modern lakehouse with Iceberg or Delta Lake, a different system like Cassandra, Kafka, or SingleStore, or a relational database like PostgreSQL or Oracle. Analysts, software engineers, and production engineers learn how to manage, use, and even develop with Trino and make it a critical part of their data platform. Authors Matt Fuller, Manfred Moser, and Martin Traverso show you how a single Trino query can combine data from multiple sources to allow for analytics across your entire organization. Explore Trino's use cases, and learn about tools that help you connect to Trino for querying and processing huge amounts of data Learn Trino's internal workings, including how to connect to and query data sources with support for SQL statements, operators, functions, and more Deploy and secure Trino at scale, monitor workloads, tune queries, and connect more applications Learn how other organizations apply Trino successfully

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

Data Wrangling Using Pandas, Sql, and Java

Ingram 出版
2022/10/03 出版
9 特價1708
立即代訂
下次再買

Python Tools for Data Scientists Pocket Primer

Ingram 出版
2022/10/03 出版

As part of the best-selling Pocket Primer series, this book is designed to provide a thorough introduction to numerous Python tools for data scientists. The book covers features of NumPy and Pandas, how to write regular expressions, and how to perform data cleaning tasks. It includes separate chapters on data visualization and working with Sklearn and SciPy. Companion files with source code are available. FEATURES: Introduces Python, NumPy, Sklearn, SciPy, and awkCovers data cleaning tasks and data visualizationFeatures numerous code samples throughoutIncludes companion files with source code

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

Real-World Implementation of C# Design Patterns

Packt 出版
2022/09/29 出版

Build robust applications in C# easily using effective and popular design patterns and best practicesKey Features: Recognize solutions to common problems in software design with C#Explore real-world applications of design patterns that can be used in your everyday workGet to grips with 14 patterns and their design implementationsBook Description: As a software developer, you need to learn new languages and simultaneously get familiarized with the programming paradigms and methods of leveraging patterns, as both a communications tool and an advantage when designing well-written, easy-to-maintain code. Design patterns, being a collection of best practices, provide the necessary wisdom to help you overcome common sets of challenges in object-oriented design and programming.This practical guide to design patterns helps C# developers put their programming knowledge to work. The book takes a hands-on approach to introducing patterns and anti-patterns, elaborating on 14 patterns along with their real-world implementations. Throughout the book, you'll understand the implementation of each pattern, as well as find out how to successfully implement those patterns in C# code within the context of a real-world project.By the end of this design patterns book, you'll be able to recognize situations that tempt you to reinvent the wheel, and quickly avoid the time and cost associated with solving common and well-understood problems with battle-tested design patterns.What You Will Learn: Get to grips with patterns, and discover how to conceive and document themExplore common patterns that may come up in your everyday workRecognize common anti-patterns early in the processUse creational patterns to create flexible and robust object structuresEnhance class designs with structural patternsSimplify object interaction and behavior with behavioral patternsWho this book is for: This book is for beginner and mid-level software developers who are looking to take their object-oriented programs or software designing skills to the next level by learning to leverage common patterns. A firm grasp of programming fundamentals and classical object-oriented programming (OOP) using languages like C#, C++, Objective-C, or Java is expected.

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

Clean Android Architecture

Packt 出版
2022/09/29 出版

Learn how to build, maintain, and test Android applications using clean architecture principlesKey Features: Understand various software design principles and patterns to make an application more testableStructure your application's code into different layers and components to make it more maintainable and flexibleStudy popular libraries and frameworks and integrate them into an applicationBook Description: As an application's code base increases, it becomes harder for developers to maintain existing features and introduce new ones. In this clean architecture book, you'll learn to identify when and how this problem emerges and how to structure your code to overcome it.The book starts by explaining clean architecture principles and Android architecture components and then explores the tools, frameworks, and libraries involved. You'll learn how to structure your application in the data and domain layers, the technologies that go in each layer, and the role that each layer plays in keeping your application clean. You'll understand how to arrange the code into these two layers and the components involved in assembling them. Finally, you'll cover the presentation layer and the patterns that can be applied to have a decoupled and testable code base.By the end of this architecture book, you'll be able to build an application following clean architecture principles and have the knowledge you need to maintain and test the application easily.What You Will Learn: Discover and solve issues in Android legacy applicationsBecome well versed in the principles behind clean architectureGet to grips with writing loosely coupled and testable codeFind out how to structure an application's code in separate layersUnderstand the role each layer plays in keeping the application cleanIntegrate existing frameworks and libraries for each layerWho this book is for: This book is for Android developers who want to learn about managing the complexity of their applications, and is also highly recommended for intermediate or advanced Android developers looking for a go-to guide for clean architecture and the integration of various Android technologies. New developers familiar with the fundamentals of Android app development will find this book useful too.

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

Quick JavaScript

Ingram 出版
2022/09/26 出版

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.

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

Quick JavaScript

Ingram 出版
2022/09/26 出版

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.

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

High Performance Enterprise Apps using C# 10 and .NET 6

Ingram 出版
2022/09/23 出版

Explore the ins-and-outs of optimizing your code to improve performance KEY FEATURES ● Contains a variety of approaches and tools for resolving, repairing, and fine-tuning enterprise applications.● Learn to write clean and efficient codes to avoid performance bottlenecks.● Get well versed with optimization and benchmarking tools to discover and fix poor-performing code. DESCRIPTION When making a large enterprise application, a lot of thought needs to go into the performance. This problem could have been prevented when applications are slow and have timeout errors, for example, and these errors keep happening. This book instructs developers on how to increase the efficiency of their code, detect and eliminate performance bottlenecks, and construct codes that simplify the software execution. This book teaches to improve the performance and reliability of apps so that the business runs smoothly. Readers will learn to employ the correct data types, different pattern matching, application profiling, and performance diagnostics. Various application challenges, including a large object heap, memory cache, system interoperability, and accurate collections, are thoroughly discussed with appropriate solutions. While exploring how to improve application performance, readers will gain hands-on experience with tools like Visual Studio Diagnostic Tools, JetBrains DotMemory, Red Gate ANTS, and dotTrace. Furthermore, readers get to practice writing clean codes, use of expert best practices, and design effective UIs responding appropriately to the server and the user. WHAT YOU WILL LEARN● Develop the ability to recognise code with poor performance in every application.● Prevent application performance issues by writing code free of errors and problems.● Verify troublesome areas of the application's code with in-depth testing.● Think creatively to create responsive user interfaces for individual users and applications.● Get an opportunity to learn necessary C# commands quickly.● Overcome the difficulties brought by InterOp, Hashtable, and Collection.WHO THIS BOOK IS FORC# and .NET developers, application developers, web developers, and software developers are all looking forward to this book because they want to focus on producing high-quality apps rather than managing the development tool.

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

Enterprise Automation with Python

Ingram 出版
2022/09/23 出版

500% improvement in productivity by automating tedious chores KEY FEATURES ● Contains numerous automation projects, including excel sheets, word documents, pdf files, websites, and messenger.● Provides a strong understanding of Automation, its fundamentals, and strategies to implement it across organizations.● Nurtures various techniques to improvise operational efficiency around repetitive business processes. DESCRIPTION Written by ZappyAI's founder, this book gives real-world examples of how readers can implement automation in their businesses and business-as-usual tasks. Through a series of real-world examples and live demonstrations, this book shows how to automate various tasks using Python scripts.This book gives solutions to everyday automation needs and repetitive tasks at work every day. Readers will be able to discover the most typical business process that can be automated and write simple Python scripts to turn them automated. This book will teach you how to create, read, change, and extract data from Excel documents using Python programming. Readers can extract data from websites, PDF documents, Gmail, Outlook, and WhatsApp chats. Text extraction from photos and scanned documents is also smartly accomplished in this book.The final section will examine techniques for extending your Python scripting skills and constructing complicated end-to-end process automation. Throughout the book, readers will be utterly captivated by how to automate their tedious tasks and enhance their organisations' productivity by 500 percent. WHAT YOU WILL LEARN● Learn to write automation scripts by learning how to use different Python scripts.● Find out how to look at the business process to automate it.● Create, read, edit, and extract data from spreadsheets, documents, and PDFs.● Control mouse and keyboard activities, as well as automate several desktop apps.● Examine strategies for automating the downloading and extraction of data from the Internet and websites.● Organize the real-time transfer and reading of Gmail, Outlook, and WhatsApp messages.WHO THIS BOOK IS FORSoftware Engineers, Business Analysts, Automation Engineers, QA Engineers, and anyone who wants to simplify and automate their tedious work with simple yet powerful Python scripts. Readers with little or no technical experience can also use the strategies discussed in this book to automate day-to-day tasks.

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

Crystal Programming

Packt 出版
2022/09/22 出版

The ultimate guide to Crystal programming covering all its fundamental concepts such as OOP and concurrent programming to help you write readable and safe code and build fast applicationsKey Features: The book uses an example-based approach for a better demonstration of the underlying conceptsDevelop a thorough appreciation of the roles of the macro API and annotationsLeverage supportive tools - spec, documentation, deployment, and automationBook Description: Crystal is a programming language with a concise and user-friendly syntax, along with a seamless system and a performant core, reaching C-like speed. This book will help you gain a deep understanding of the fundamental concepts of Crystal and show you how to apply them to create various types of applications.This book comes packed with step-by-step explanations of essential concepts and practical examples. You'll learn how to use Crystal's features to create complex and organized projects relying on OOP and its most common design patterns. As you progress, you'll gain a solid understanding of both the basic and advanced features of Crystal. This will enable you to build any application, including command-line interface (CLI) programs and web applications using IOs, concurrency and C bindings, HTTP servers, and the JSON API.By the end of this programming book, you'll be equipped with the skills you need to use Crystal programming for building and understanding any application you come across.What You Will Learn: Explore how Crystal combines the merits of other languagesUnderstand how to leverage existing C libraries without writing any CFocus on zero-cost abstractions with compile-time macrosUse an example-based approach to demonstrate language featuresDevelop a variety of Crystal applications, such as web and CLI appsGain an understanding of the macro API and annotationsWho this book is for: Developers who want to learn Crystal programming or anyone looking to improve their ability to solve real-world problems using the language will find this book helpful. Experience in application development using any other programming language is expected. However, prior knowledge of Crystal is not required.

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

Neural Search - From Prototype to Production with Jina

Bo,Wang  著
2022/09/21 出版

Implement neural search systems on the cloud by leveraging Jina design patternsKey Features: Identify the different search techniques and discover applications of neural searchGain a solid understanding of vector representation and apply your knowledge in neural searchUnlock deeper levels of knowledge of Jina for neural searchBook Description: Search is a big and ever-growing part of the tech ecosystem. Traditional search, however, has limitations that are hard to overcome because of the way it is designed. Neural search is a novel approach that uses the power of machine learning to retrieve information using vector embeddings as first-class citizens, opening up new possibilities of improving the results obtained through traditional search.Although neural search is a powerful tool, it is new and finetuning it can be tedious as it requires you to understand the several components on which it relies. Jina fills this gap by providing an infrastructure that reduces the time and complexity involved in creating deep learning-powered search engines. This book will enable you to learn the fundamentals of neural networks for neural search, its strengths and weaknesses, as well as how to use Jina to build a search engine. With the help of step-by-step explanations, practical examples, and self-assessment questions, you'll become well-versed with the basics of neural search and core Jina concepts, and learn to apply this knowledge to build your own search engine.By the end of this deep learning book, you'll be able to make the most of Jina's neural search design patterns to build an end-to-end search solution for any modality.What You Will Learn: Understand how neural search and legacy search workGrasp the machine learning and math fundamentals needed for neural searchGet to grips with the foundation of vector representationExplore the basic components of JinaAnalyze search systems with different modalitiesUncover the capabilities of Jina with the help of practical examplesWho this book is for: If you are a machine learning, deep learning, or artificial intelligence engineer interested in building a search system of any kind (text, QA, image, audio, PDF, 3D models, or others) using modern software architecture, this book is for you. This book is perfect for Python engineers who are interested in building a search system of any kind using state-of-the-art deep learning techniques.

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

Beginning Spring Data

Andres,Sacco  著
Apress 出版
2022/09/20 出版

Use the popular Spring Data project for data access and persistence using various Java-based APIs such as JDBC, JPA, MongoDB, and more. This book shows how to easily incorporate data persistence and accessibility into your microservices, cloud-native applications, and monolithic enterprise applications. It also teaches you how to perform unit and performance testing of a component that accesses a database. And it walks you through an example of each type of SQL and NoSQL database covered. After reading this book, you'll be able to create an application that interacts with one or multiple types of databases, and conduct unit and performance testing to analyze possible problems. Source code is available on GitHub.What You'll LearnBecome familiar with the Spring Data project and its modules for data access and persistenceExplore various SQL and NoSQL persistencetypesUncover the persistence and domain models, and handle transaction management for SQLMigrate database changes and versioning for SQLDive into NoSQL persistence with Redis, MongoDB, Neo4j, and CassandraHandle reactive database programming and access with R2DBC and MongoDBConduct unit, integration, and performance testing, and moreWho This Book Is ForExperienced Java software application developers; programmers with experience using the Spring framework or the Spring Boot micro framework

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

JavaScript Application Cookbook

O'Reilly Media 出版
2022/09/19 出版

There is a serious information gap for Webmasters learning client-side JavaScript skills and trying to solve common Web-related problems. Knowing the syntax is one thing, being able to build a useful application is another. And while there are dozens of "how- to" JavaScript books available, few literally hand the Webmaster a set of ready-to-go, client-side JavaScript applications with thorough documentation that enable the reader to fully understand and extend those applications. By providing such a set of applications, JavaScript Application Cookbook allows Webmasters to immediately add extra functionality to their Web sites. This book targets readers with two different skill sets. The primary target is JavaScript-knowledgeable Webmasters and designers who can immediately begin constructing their own versions of the applications. The secondary target is those with little or no JavaScript experience. The included applications are ready for immediate use and require little customization. This book explores both the code and the techniques that are centered around core JavaScript functionality, a functionality that will not become incompatible or obsolete. The source file design of most applications and libraries will help modularize reader Web sites and facilitate easier site management and coding practices. Chapters are organized by application. Among the included applications are: A client-side search engine that will show coders how to build their own search engine and get excellent results, all with a client-side tool A drag-and-drop greeting application that lets users custom build and send DHTML email greetings A GUI image rollover tool that generates cross-browser image rollover code for all versions of JavaScript A robust client-side shopping cart application that lets shoppers browse and shop, while the application keeps a tab of the shopper's selections and a running bill, including tax and shipping An online test application that auto-administers, grades, and displays answers to online exams or surveys An additional value to this book is an online resource www.serve.com that discusses the applications and points to other resources. With its focus on providing practical real-world solutions for Webmasters, JavaScript Application Cookbook is destined to become a staple for every JavaScript developer, regardless of experience.

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

Python Challenges

Apress 出版
2022/09/16 出版

Augment your knowledge of Python with this entertaining learning guide, which features 100 exercises and programming puzzles and solutions. Python Challenges will help prepare you for your next exam or a job interview, and covers numerous practical topics such as strings, data structures, recursion, arrays, and more. Each topic is addressed in its own separate chapter, starting with an introduction to the basics and followed by 10 to 15 exercises of various 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: the first covers the Python command line interpreter, which is often helpful for trying out the code snippets and examples in the book, followed by an overview of Pytest for unit testing and checking the solutions. The last explains the 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 Python knowledge by solving enjoyable but challenging programming puzzles Solve mathematical problems, recursions, strings, arrays and more Manage data processing and data structures like lists, sets, maps Handle advanced recursion as well as binary trees, sorting and searching Gamify key fundamentals for fun and easier reinforcement Who this book is for: Programmers, software developers who are either professionals or makers, as well as students and teachers. At least some prior experience with the Python programming is recommended.

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

Payara Micro Revealed

Apress 出版
2022/09/16 出版

Develop, configure, and deploy Java cloud-native applications using Payara Micro. This book demystifies Java cloud-native application development using standard Microprofile APIs and covers Payara-specific features such as automatic clustering and application initialization performance improvements. You will learn how to improve startup performance by taking advantage of class data sharing, and configure cloud-native applications via standard development tools such as Maven and Gradle. The book also clarifies how to develop functionality necessary in a cloud environment, such as health checks and request tracing, using MicroProfile APIs. The book begins by showing how to develop microservices using RESTful web services, followed by how to create microservice clients using MicroProfile and the REST client API. Dependency Injection via Jakarta Context and Dependency Injection (CDI) is also covered. Various approaches to application configuration are covered as well, including property files, environment variables, and system properties. You will learn to configure fault tolerance and high availability, generate system and custom application metrics, and generate health checks to automatically improve overall application health. You will know how to trace the flow of a request across service boundaries with OpenTracing. You will be able to make future maintenance easily through generating documentation, including how to automatically update documentation as your code is updated. Additionally, you will learn how to secure cloud applications and to automatically cluster applications and improve application startup performance.What You Will LearnDevelop microservices using standard Java APIsImplement cloud functionality such as request tracing and health checksDeploy applications as thin archives and as uber archivesConfigure applications via Maven and GradleGenerate custommetrics for capacity planning and proactive discovery of issuesImplement features in support of high availability and fault toleranceSecure your applications with Jason Web TokensTake advantage of Payara's own cloud platform for easy deploymentWho This Book Is ForJava developers who wish to develop cloud-native applications and microservices, and Java EE application developers who wish to transition to developing cloud-native applications that are lightweight and easily deployed

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

Java Design Patterns

Apress 出版
2022/09/15 出版

Use the step-by-step approach of this book to learn and implement design patterns in real-world applications. It focuses on classical design patterns with Java 17 and Eclipse (2021-09). In addition to Gang of Four (GoF) design patterns, the book covers popular and alternative design patterns and includes criticisms of design patterns in a chapter on anti-patterns. The book is divided into four parts. Part one covers the SOLID design principles and the Simple Factory pattern. Part two covers the 23 (GoF) design patterns, including the creational patterns, structural patterns, and behavioral patterns. Part three covers alternative design patterns, including the Null Object pattern, and the model-view-controller (MVC) pattern. Part four covers criticisms of design patterns with a quick overview of anti-patterns. It also includes a chapter on FAQs on design patterns.The book also includes a chapter on FAQs on design patterns. Each pattern is explained with real-world examples and the pros and cons of each of the design patterns are discussed. The book concludes with FAQs that can help you prepare for a job interview.What You Will LearnKnow the SOLID design principles in depthImplement the 23 design patterns from the GoFApply the Null Object pattern, Simple Factory pattern, and the MVC patternKnow the criticism of design patterns Understand the anti-patternsVerify your understanding through Q&A sessionsSelect an alternative to these patterns by comparing their pros and cons Who This Book Is ForSoftware developers, architects, and programmers

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

Java Ee to Jakarta Ee 10 Recipes

Josh,Juneau  著
Apress 出版
2022/09/15 出版

Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Platform, Enterprise Edition. This book helps you rejuvenate your Java expertise and put the platform's latest capabilities to use for quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn the features of the platform and benefit from one of the most widely usedand powerful technologies available for cloud-native enterprise application development today. Examples in this book highlight Jakarta EE's capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to solve that problem in the best possible way using the latest features in Jakarta EE. Solutions in the form of working code examples are presented that you can download and use immediately in your own projects. Clear descriptions are provided to help you understand and learn to build further on the solutions provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will Learn Develop enterprise java applications using the latest open-source Jakarta EE platformCreate great-looking user interfaces using Jakarta Servlets, Jakarta Server Pages, Jakarta Server Faces and the Eclipse Krazo framework (an implementation of Jakarta MVC)Build database applications using Jakarta NoSQL, Jakarta Persistence, and Jakarta Enterprise Beans.Develop enterprise grade applications using Context & Dependency Injection, and Jakarta RESTFul web servicesAutomate testing through cohesive test suites built on Arquillian for Jakarta EE applicationsBuild loosely coupled distributed applications using Jakarta MessagingDeploy microservices applications in cloud environments using DockerSecure applications utilizing the Jakarta EE Security API Who This Book Is For Java developers interested in quickly finding effective and proven solutions without reading through a lengthymanual and scrubbing for techniques.

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

Python Basics

Dan,Bader  著
Ingram 出版
2022/09/14 出版

Make the Leap From Beginner to Intermediate in Python...Python Basics: A Practical Introduction to Python 3Your Complete Python Curriculum-With Exercises, Interactive Quizzes, and Sample ProjectsWhat should you learn about Python in the beginning to get a strong foundation? With Python Basics, you'll not only cover the core concepts you really need to know, but you'll also learn them in the most efficient order with the help of practical exercises and interactive quizzes. You'll know enough to be dangerous with Python, fast!Who Should Read This BookIf you're new to Python, you'll get a practical, step-by-step roadmap on developing your foundational skills. You'll be introduced to each concept and language feature in a logical order. Every step in this curriculum is explained and illustrated with short, clear code samples. Our goal with this book is to educate, not to impress or intimidate.If you're familiar with some basic programming concepts, you'll get a clear and well-tested introduction to Python. This is a practical introduction to Python that jumps right into the meat and potatoes without sacrificing substance. If you have prior experience with languages like VBA, PowerShell, R, Perl, C, C++, C#, Java, or Swift the numerous exercises within each chapter will fast-track your progress.If you're a seasoned developer, you'll get a Python 3 crash course that brings you up to speed with modern Python programming. Mix and match the chapters that interest you the most and use the interactive quizzes and review exercises to check your learning progress as you go along.If you're a self-starter completely new to coding, you'll get practical and motivating examples. You'll begin by installing Python and setting up a coding environment on your computer from scratch, and then continue from there. We'll get you coding right away so that you become competent and knowledgeable enough to solve real-world problems, fast. Develop a passion for programming by solving interesting problems with Python every day!If you're looking to break into a coding or data-science career, you'll pick up the practical foundations with this book. We won't just dump a boat load of theoretical information on you so you can "sink or swim"-instead you'll learn from hands-on, practical examples one step at a time. Each concept is broken down for you so you'll always know what you can do with it in practical terms.If you're interested in teaching others "how to Python," this will be your guidebook. If you're looking to stoke the coding flame in your coworkers, kids, or relatives-use our material to teach them. All the sequencing has been done for you so you'll always know what to cover next and how to explain it. What Python Developers Say About The Book: "Go forth and learn this amazing language using this great book." - Michael Kennedy, Talk Python"The wording is casual, easy to understand, and makes the information flow well." - Thomas Wong, Pythonista"I floundered for a long time trying to teach myself. I slogged through dozens of incomplete online tutorials. I snoozed through hours of boring screencasts. I gave up on countless crufty books from big-time publishers. And then I found Real Python. The easy-to-follow, step-by-step instructions break the big concepts down into bite-sized chunks written in plain English. The authors never forget their audience and are consistently thorough and detailed in their explanations. I'm up and running now, but I constantly refer to the material for guidance." - Jared Nielsen, Pythonista

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

Android for Java Programmers

Springer 出版
2022/09/13 出版

This textbook is about learning Android and developing native apps using the Java programming language. It follows Java and Object-Oriented (OO) programmers' experiences and expectations and thus enables them to easily map Android concepts to familiar ones. Each chapter of the book is dedicated to one or more Android development topics and has one or more illustrating apps. The topics covered include activities and transitions between activities, Android user interfaces and widgets, activity layouts, Android debugging and testing, fragments, shared preferences, SQLite and firebase databases, XML and JSON processing, the content provider, services, message broadcasting, async task and threading, the media player, sensors, Android Google maps, etc. The book is intended for introductory or advanced Android courses to be taught in one or two semesters at universities and colleges. It uses code samples and exercises extensively to explain and clarify Android coding and concepts. It is written for students and programmers who have no prior Android programming knowledge as well as those who already have some Android programming skills and are excited to study more advanced concepts or acquire a deeper knowledge and understanding of Android programming. All the apps in the book are native Android apps and do not need to use or include third-party technologies to run.

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

Introducing Spring Framework 6

Apress 出版
2022/09/13 出版

Spring Framework 6 remains - by far - the leading de-facto "out of the box" practical Java meta application development framework for building complex enterprise, cloud-native applications as well as web applications and microservices. Introducing Spring Framework 6 is your hands-on tutorial guide for learning the Spring Framework 6 from top to bottom, and allows you to build an example application along the way from the ground-up.As you learn the Spring Framework over the course of this book, you'llincrementally build your first Spring application piece-by-piece as you learn each module, project or component of the Spring Framework and its extensions and ecosystem. As you learn the various fundamentals, you'll then apply them immediately to your Spring application. This Spring application, My Documents, enables you to learn by doing. After reading this book, you will have the essentials you should need to start using the Spring Framework and building your own Java-based applications or microservices with it.What you'll learn: Get started with Spring Framework 6 by VMWare Tanzu and the Spring communityBuild your first My Documents application using Spring Framework and its extensionsTest your Spring applicationAdd persistence to your application using Spring Data JPA and moreShow your Spring application on the Web with Spring MVC and relatedUse REST APIs to enhance your application and add messaging with Kafka and AMQPIntegrate your Spring application with external systems using Spring Integration toolkitWho is this book for: This book is for those aspiring software developers and programmers who are new to Spring. Some prior programming experience recommended, preferably in Java.

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

Beginning Data Science in R 4

Apress 出版
2022/09/13 出版

Discover best practices for data analysis and software development in R and start on the path to becoming a fully-fledged data scientist. Updated for the R 4.0 release, this book teaches you techniques for both data manipulation and visualization and shows you the best way for developing new software packages for R. Beginning Data Science in R 4, Second Edition details how data science is a combination of statistics, computational science, and machine learning. You'll see how to efficiently structure and mine data to extract useful patterns and build mathematical models. This requires computational methods and programming, and R is an ideal programming language for this. Modern data analysis requires computational skills and usually a minimum of programming. After reading and using this book, you'll have what you need to get started with R programming with data science applications. Source code will be available to support your next projects as well.Source code is available at github.com/Apress/beg-data-science-r4. What You Will LearnPerform data science and analytics using statistics and the R programming languageVisualize and explore data, including working with large data sets found in big dataBuild an R packageTest and check your codePractice version controlProfile and optimize your codeWho This Book Is ForThose with some data science or analytics background, but not necessarily experience with the R programming language.

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

Modern Front-End Development for Rails

Noel,Rappin  著
Pragmatic 出版
2022/09/12 出版

Improve the user experience for your Rails app with rich, engaging client-side interactions. Learn to use the Rails 7 tools and simplify the complex JavaScript ecosystem. It's easier than ever to build user interactions with Hotwire, Turbo, and Stimulus. You can add great front-end flair without much extra complication. Use React to build a more complex set of client-side features. Structure your code for different levels of client-side needs with these powerful options. Add to your toolkit today! It's hard to have a Rails application without integrating some client-side logic. But client-side coding tools, and the Rails tools for integrating with them, all change continuously. Rails 7 simplifies client-side integration with the Hotwire gem. It's a great way to build client interaction with server-side HTML and a small amount of JavaScript. In the latest edition of this book, learn how to use Rails 7 and its front-end bundling tools to build rich front-end logic into your Rails applications. The job is even easier with Stimulus, a library that brings Rails conventions to JavaScript tools. And you can also add in React, a larger framework that automatically updates the browser when your data changes. Learn the basics of Turbo, Stimulus, and TypeScript, and add pizazz to your application. Structure your web application to best manage your state. Learn how to interact with data on the server while still keeping the user experience interactive. Use the type system in TypeScript to expand on JavaScript and help prevent error conditions. Debug and test your front-end application with tools specific to each framework. There are a lot of ways to do client-side coding, and Rails is here to help. What You Need: This book requires Ruby on Rails 7.0 or later, React 17.0.0 or later. Other dependencies will be added by Rails.

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

100 Go Mistakes and How to Avoid Them

Ingram 出版
2022/09/11 出版
9 特價3212
立即代訂
下次再買

Game Development with Blender and Godot

Kumsal,Obuz  著
Packt 出版
2022/09/09 出版
9 特價1777
立即代訂
下次再買

Python for Data Analysis

Robert Campbell 出版
2022/09/08 出版

IF YOU REALLY WANT TO DISCOVER THE SECRETS BEHIND PYTHON DATA SCINCE, THEN KEEP READING...Data analysis plays an important role in many aspects of life today. From the moment you wake up, you interact with data at different levels. A lot of important decisions are made based on data analytics. Companies need data to help them meet many of their goals. As the population of the world keeps growing, its customer base keeps expanding. In light of this, they must find ways of keeping their customers happy while at the same time meeting their business goals. Given the nature of competition in the business world, it is not easy to keep customers happy. Competitors keep preying on each other's customers, and those who win have another challenge ahead - how to maintain the customers lest they slide back to their former business partners. This is one area where Data Analysis comes in handy. This book covers: What is Data AnalysisPython Crash CourseData MungingWhy Data Preprocessing Is ImportantWhat is Data Wrangling?Inheritances to Clean Up the CodeReading and writing dataThe Different Types of Data We Can Work WithThe Importance of Data VisualizationIndexing and selecting arraysCommon Debugging ToolsNeural Network and What to Use for?And much more.To understand their customers better, companies rely on data. They collect all manner of data at each point of interaction with their customers. Data are useful in several ways. The companies learn more about their customers, thereafter clustering them according to their specific needs. Through such segmentation, the company can attend to the customers' needs better and hope to keep them satisfied for longer. But data analytics is not just about customers and the profit motive. It is also about governance. Governments are the biggest data consumers all over the world. They collect data about citizens, businesses, and every other entity that they interact with at any given point. This is important information because it helps in a lot of instances. For planning purposes, governments need accurate data on their population so that funds can be allocated accordingly. Equitable distribution of resources is something that cannot be achieved without proper Data Analysis. Other than planning, there is also the security angle. To protect the country, the government must maintain different databases for different reasons. There are high profile individuals who must be accorded special security detail, top threats who must be monitored at all times, and so forth. To meet the security objective, the government has to obtain and maintain updated data on persons of interest at all times. There is so much more to Data Analysis than the corporate and government decisions. As a programmer, you are venturing into an industry that is challenging and exciting at the same time. Data doesn't lie unless it is manipulated, in which case you need insane Data Analysis and handling skills. As a data analyst, you will come across many challenges and problems that need solutions that can only be handled through Data Analysis. The way you interact with data can make a big difference, bigger than you can imagine. Ready to get started? Click "Buy Now"!

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

Python for Beginners

Robert Campbell 出版
2022/09/08 出版

ARE YOU LOOKING FOR A COMPLETE GUIDE PYTHON? THEN KEEP READING...Programming has come a long way. The world of programming may have started quite some time ago; it was only a couple of decades ago that it gained attention from computer experts from across the globe. This sudden shift saw some great minds who contributed to the entire age of programming far greater than most. We saw the great GNU project take shape during this era. We came across the rather brilliant Linux. New programming languages were born as well, and people certainly enjoyed these to the utmost.While most of these programming languages worked, there was something that was missing. Surely, something could be done to make coding a less tedious task to do and carry out. That is exactly what a revolutionary new language, named after Monty Python's Flying Circus, did for the world. Immediately, coding became so much easier for programmers. The use of this language started gaining momentum, and today, it is set to overtake the only language that stands before it to claim the prestigious spot of being the world's most favored language.This language was the brainchild of Guido Van Rossum. Created in the year 1991, Python has become a byword for efficient and user-friendly programming. This language is what connected the dots and gave programmers the much-needed ease of coding that they have since been yearning for. Naturally, the language was received well by the programming community. Today, it is one of the most important languages for both professionals and students who aim to excel in fields like Machine Learning, automation, artificial intelligence, and so much more.With real-life examples showing a wide variety of use, Python is now living and breathing in almost every major social platform, web application, and website. All of this sounds interesting and exciting at the same time, but what if you have no prior knowledge about programming? What if you have no understanding of basic concepts and you wish to learn Python? This book covers: Python - The First ImpressionsGetting ready for PythonThe world of Variables and OperatorsMaking Your Program InteractiveList, Tuples and dictionariesFunctions and ModulesWorking with FilesObject Oriented ProgrammingAnd much more.I am happy to report that this book will provide you with every possible chance of learning Python and allow you to jump-start your journey into the world of programming. This book is ideally meant for people who have zero understanding of programming and/or may have never coded a single line of program before.I will walk you through all the basic steps from installation to application. We will look into various aspects of the language and hopefully provide you with real-life examples to further explain the importance of such aspects. The idea of this book is to prepare you as you learn the core concepts of Python.Ready to get started? Click "Buy Now"!

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

The Absolute Beginner’s Guide to Python Programming

Kevin,Wilson  著
Apress 出版
2022/09/08 出版

Written as an illustrated, step-by-step guide, this book will introduce you to Python with examples using the latest version of the language. You'll begin by learning to set up your Python environment. The next few chapters cover the basics of Python such as language classifications, Python language syntax, and how to write a program. Next, you will learn how to work with variables, basic data types, arithmetic, companion, and Boolean operators, followed by lab exercises. Further, the book covers flow control, using functions, and exception handling, as well as the principles of object-oriented programming and building an interface design. The last section explains how to develop a game by installing PyGame and how to use basic animation, and concludes with coverage of Python web development with web servers and Python web frameworks. The Absolute Beginners Guide to Python Programming will give you the tools, confidence, and inspiration to start writing Python programs. If you are a programmer, developer, or a student, or someone who wants to learn on their own, this book is for you.What You Will LearnGain an understanding of computer programming Understand different data and data typesWork with Classes and OOPBuild interfaces, simple games, and web development with PythonWho This Book Is ForSoftware programmers, developers or students, or anyone who wants to learn Python programming on their own.

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

Practical Spring Cloud Function

Apress 出版
2022/09/07 出版

Unlike other resources that target only programming communities, this book targets both programming and business communities. With programming models shifting more towards no-code and low-code, citizen programmers from the business side will welcome this book as a guide for how to design and optimize their information pipeline while lowering costs for infrastructure. Programmers, on the other hand, will welcome this book's business-centric programming view, which will get them a step closer to fulfilling real business requirements. Practical Spring Cloud Function touches on the themes of portability, scalability, high performance and high availability. Each theme is explored via a real enterprise use case and code. The use cases target industries including energy (oil pipeline sensors), automotive (event-driven connected vehicles), and retail (conversational AI). After reading this book, you'll come away with the know-how to build and deploy cloud-native Javaapplications effectively and efficiently. What You Will LearnWrite functions and deploy to Amazon Web Services, Microsoft Azure, Google Cloud, IBM Cloud, and on-prem clouds such as VMWare Tanzu and RedHat OpenShiftSet up locally with KNative on Kubernetes, as well as on AWS, Azure, GCP, Tanzu, and othersBuild, test, and deploy a simple example with Spring Cloud FunctionDevelop an event-driven data pipeline with Spring Cloud FunctionIntegrate with AI and machine learning modelsApply Spring Cloud Function to the Internet of Things (IoT)Get industry-specific examples of Spring Cloud Function in actionWho This Book Is For Software and cloud-native application developers with prior programming experience in the cloud and/or Spring Framework. DevOps professionals may find this book beneficial as well.

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

Introducing Ravendb

Apress 出版
2022/09/07 出版

Simplify your first steps with the RavenDB NoSQL Document Database. This book takes a task-oriented approach by showing common problems, potential solutions, brief explanations of how those solutions work, and the mechanisms used. Based on real-world examples, the recipes in this book will show you how to solve common problems with Raven Query Language and will highlight reasons why RavenDB is a great choice for fast prototyping solutions that can sustain increasing amounts of data as your application grows. Introducing RavenDB includes code and query examples that address real-life challenges you'll encounter when using RavenDB, helping you learn the basics of the Raven Query Language more quickly and efficiently. In many cases, you'll be able to copy and paste the examples into your own code, making only minor modifications to suit your application. RavenDB supports many advanced features, such full-text search, graph queries, and timeseries; recipes in the latter portion of the book will help you understand those advanced features and how they might be applied to your own code and applications. After reading this book, you will be able to employ RavenDB's powerful features in your own projects. What You Will Learn Set up and start working with RavenDBModel your objects for persistence in a NoSQL document databaseWrite basic and advanced queries in the Raven Query Language Index your data using map/reduce techniques Implement techniques leading to highly performant systems Efficiently aggregate data and query on those aggregations Who This Book Is For Developers accustomed to relational databases who are about to enter a world of NoSQL databases. The book is also for experienced programmers who have used other non-relational databases and want to learn RavenDB. It will also prove useful for developers who want to move away from using Object-Relational Modeling frameworks and start working with a persistence solution that can store object graphs directly.

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

Deciphering Object-Oriented Programming with C++

2022/09/05 出版

Embrace object-oriented programming and explore language complexities, design patterns, and smart programming techniques using this hands-on guide with C++ 20 compliant examplesKey Features: Apply object-oriented design concepts in C++ using direct language features and refined programming techniquesDiscover sophisticated programming solutions with nuances to become an efficient programmerExplore design patterns as proven solutions for writing scalable and maintainable C++ softwareBook Description: Even though object-oriented software design enables more easily maintainable code, companies choose C++ as an OO language for its speed. Object-oriented programming in C++ is not automatic - it is crucial to understand OO concepts and how they map to both C++ language features and OOP techniques. Distinguishing your code by utilizing well-tested, creative solutions, which can be found in popular design patterns, is crucial in today's marketplace. This book will help you to harness OOP in C++ to write better code.Starting with the essential C++ features, which serve as building blocks for the key chapters, this book focuses on explaining fundamental object-oriented concepts and shows you how to implement them in C++. With the help of practical code examples and diagrams, you'll learn how and why things work. The book's coverage furthers your C++ repertoire by including templates, exceptions, operator overloading, STL, and OO component testing. You'll discover popular design patterns with in-depth examples and understand how to use them as effective programming solutions to solve recurring OOP problems.By the end of this book, you'll be able to employ essential and advanced OOP concepts to create enduring and robust software.What You Will Learn: Quickly learn core C++ programming skills to develop a base for essential OOP features in C++Implement OO designs using C++ language features and proven programming techniquesUnderstand how well-designed, encapsulated code helps make more easily maintainable softwareWrite robust C++ code that can handle programming exceptionsDesign extensible and generic code using templatesApply operator overloading, utilize STL, and perform OO component testingExamine popular design patterns to provide creative solutions for typical OO problemsWho this book is for: Programmers wanting to utilize C++ for OOP will find this book essential to understand how to implement OO designs in C++ through both language features and refined programming techniques while creating robust and easily maintainable code. This OOP book assumes prior programming experience; however, if you have limited or no prior C++ experience, the early chapters will help you learn essential C++ skills to serve as the basis for the many OOP sections, advanced features, and design patterns.

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

Full Stack Development with Spring Boot and React - Third Edition

Juha,Hinkula  著
Packt 出版
2022/09/02 出版

Discover the secrets to creating cutting-edge, compelling full stack applications using Spring Boot and React's rich and varied toolsetsKey Features: Utilize Spring Boot to make powerful, complex, and secure backends for your applicationsLeverage React's full arsenal of tools for building slick, high-performance frontendsBuild modern, scalable full stack applications that comfortably meet the demands of your usersBook Description: Getting started with full stack development can be daunting. Even developers who are familiar with the best tools, such as Spring Boot and React, can struggle to nail the basics, let alone master the more advanced elements. If you're one of these developers, this comprehensive guide covers everything you need!This updated edition of the Full Stack Development with Spring Boot 2 and React book will take you from novice to proficient in this expansive domain. Taking a practical approach, this book will first walk you through the latest Spring Boot features for creating a robust backend, covering everything from setting up the environment and dependency injection to security and testing.Once this has been covered, you'll advance to React frontend programming. If you've ever wondered about custom Hooks, third-party components, and MUI, this book will demystify all that and much more. You'll explore everything that goes into developing, testing, securing, and deploying your applications using all the latest tools from Spring Boot, React, and other cutting-edge technologies.By the end of this book, you'll not only have learned the theory of building modern full stack applications but also have developed valuable skills that add value in any setting.What You Will Learn: Make fast and RESTful web services powered by Spring Data RESTCreate and manage databases using ORM, JPA, Hibernate, and moreExplore the use of unit tests and JWTs with Spring SecurityEmploy React Hooks, props, states, and more to create your frontendDiscover a wide array of advanced React and third-party componentsBuild high-performance applications complete with CRUD functionalityHarness MUI to customize your frontendTest, secure, and deploy your applications with high efficiencyWho this book is for: This book is for Java developers who are familiar with Spring Boot but don't know where to start when it comes to building full stack applications. You'll also find this book useful if you're a frontend developer with knowledge of JavaScript basics looking to learn full stack development or a full stack developer experienced in other technology stacks looking to learn a new one.

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

Internet of Things. Qualitative Aspects of Concept and Implications in the Educational Field With Special Reference to India

Ingram 出版
2022/08/31 出版

Academic Paper from the year 2020 in the subject Computer Sciences - Internet of Things, IOT, grade: NA, course: Integrated B.Sc-B.Ed., language: English, abstract: Through the specific approach to the Indian context, the authors have tried to identify the challenges of the Internet of Things (IoT) in the country such as high expenses due to a large number of students, privacy and ethical issues, lack of trained workforce etc. Further, the authors have tried to give some recommendations to face and tackle the challenges in an efficient manner, the implementation of which may lead to the success of IoT in the educational field as well. IoT is transforming the modern world. Presently, every field of life is being considered under the scope of IoT. Education is one of them and the field to be explored the most as education leads the world and so the technological inputs in it. The purpose of this study is to qualitatively evaluate the concept of IoT and discover the potential areas of implementation of it in the educational scenario in Indian perspectives specifically. IoT is basically connecting the things with the internet for the major purpose of communication of information and execution of defined programs. India is going to make huge progress in this field as per the official estimations but the educational field in India still lacks many of the advancements which have been made recently and which are successfully working in the other fields. Connecting the learners and faculties to smart AI systems is one of the key ideas to be focused on. The entire education system which consists of administrative processes, learning and teaching activities, evaluation methods etc. may be transformed through it.

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

Beginning Spring Boot 3

Apress 出版
2022/08/30 出版

Learn the Spring Boot 3 micro framework and build your first Java-based cloud-native applications and microservices. Spring Boot is the lightweight, nimbler cousin to the bigger Spring Framework, with plenty of "bells and whistles." This updated edition includes coverage of Spring Native, which will help you speed up your Spring Boot applications, as well as messaging with Spring Boot, Spring GraphQL, Spring Data JDBC and reactive relational database connectivity (R2DBC) with SQL. This new edition also covers enhancements to actuator endpoints, MongoDB 4.0 support, layered JAR and WAR support, support to build OCI images using Cloud Native Build Packs, changes to the DataSource initialization mechanism, and how bean validation support has moved to a separate spring-boot-validation-starter module. This book will teach you how to work with relational and NoSQL databases for data accessibility using Spring Boot with Spring Data, how to persist data with the JavaPersistence APIs (JPA), MyBatis, and much more. You'll learn how to enhance your native cloud or web applications with other APIs such as REST and how to build reactive web applications using Spring Boot with WebFlux. Finally, you'll learn how to test applications using JUnit 5, as well as how to secure and deploy your application or service to cloud providers like Heroku. After reading Beginning Spring Boot 3, you'll have the skills needed to start building your own Spring Boot cloud-native, Java-based applications and microservices with confidence, and to take the next steps in your career. What You Will Learn Explore the Spring Boot 3 micro framework using Spring Native for faster, better performanceBuild cloud-native Java applications and microservices with Spring BootWork with relational and NoSQL databases using Boot with Spring DataCreate reactive web applications using Spring's WebFluxSecure, test, and deploy applications and services Who This Book Is For IT professionals such as cloud architects, infrastructure administrators, and network/cloud operators

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