-
Author KC Tung
This easy-to-use reference for Tensorflow 2 pattern designs in Python will help you make informed decisions for various use cases. Author KC Tung addresses common topics and tasks in enterprise data science and machine learning practices rather than focusing on TensorFlow....
Release Date 2021/10 -
Software Architecture: The Hard Parts
There are no easy decisions in software architecture. Instead, there are many hard parts: difficult problems or issues with no best practices that force you to choose among various compromises to succeed. With this book, you'll learn how to think critically about the trade-offs involved with distri.... -
Author Vinicius M. Grippa , Sergey Kuzmichev
Get a comprehensive overview on how to set up and design an effective database with MySQL. This thoroughly updated edition covers MySQL’s latest version, including its most important aspects. Whether you’re deploying an environment, troubleshooting an issue, or engaging i....
Release Date 2021/10 -
Author David Griffiths , Dawn Griffiths
React helps you create and work on an app in just a few minutes, but learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire....
Release Date 2021/10 -
Certified Kubernetes Application Developer (CKAD) Study Guide
Author Benjamin Muschko
Developers with the ability to operate, troubleshoot, and monitor applications in Kubernetes are in high demand today. To meet this need, the Cloud Native Computing Foundation created a certification exam to establish a developer’s credibility and value in the job market ....
Release Date 2021/10 -
Author Duncan McGregor , Nat Pryce
Kotlin has raised the bar for programming languages on the Java Virtual Machine with its compatibility, readability, efficiency, and tool support. But adopting a new language can be daunting, especially when you're working with business-critical Java code that must meet ....
Release Date 2021/10 -
Kafka: The Definitive Guide, 2nd Edition
Author Gwen Shapira , Todd Palino , Rajini Sivaram
Every enterprise application creates data, whether it consists of log messages, metrics, user activity, outgoing messages, or something else. Moving all of this data is just as important as the data itself. This book’s updated second edition shows application architects, ....
Release Date 2021/10 -
Game Development with MonoGame: Build a 2D Game Using Your Own Reusable and Performant Game Engine
Author Louis Salin , Rami Morrar
Create a polished game that includes many levels and fights using MonoGame. This book will show you how to add AI agents and 2D physics into your game, while improving the performance of the game engine. By the end of Game Development with MonoGame, you will have created a game worthy of being publi....
Release Date 2021/10 -
Statistical Analysis with Swift: Data Sets, Statistical Models, and Predictions on Apple Platforms
Author Jimmy Andersson
Work with large data sets, create statistical models, and make predictions with statistical methods using the Swift programming language. The variety of problems that can be solved using statistical methods range in fields from financial management to machine learning to quality control and much mor....
Release Date 2021/10 -
Author Tshepo Chris Nokeri
Apply supervised and unsupervised learning to solve practical and real-world big data problems. This book teaches you how to engineer features, optimize hyperparameters, train and test models, develop pipelines, and automate the machine learning (ML) process. The book covers an in-memory, distr....
Release Date 2021/10 -
RP2040 Assembly Language Programming: ARM Cortex-M0+ on the Raspberry Pi Pico
Author Stephen Smith
Learn to program the Raspberry Pi Pico’s dual ARM Cortex M0+ CPUs in Assembly Language. The Pico contains a customer System on a Chip (SoC) called the RP2040, making it the Foundation’s first entry into the low-cost microcontroller market. The RP2040 contains a wealth of coprocessors for....
Release Date 2021/10 -
Author Tshepo Chris Nokeri
Get up to speed on the application of machine learning approaches in macroeconomic research. This book brings together economics and data science.Author Tshepo Chris Nokeri begins by introducing you to covariance analysis, correlation analysis, cross-validation, hyperparameter optimization, re....
Release Date 2021/10 -
Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
Author Tayo Koleoso
Learn to use the jOOQ library to manage SQL database operations in Java and JVM applications. This book walks you through what JOOQ is, how to install and get started with it, and then gets you working with it.Practical examples and case studies demonstrate how jOOQ offers a more efficient and versa....
Release Date 2021/10 -
Modularizing Legacy Projects Using TDD: Test-Driven Development with XCTest for iOS
Author Khaled El-Morabea , Hassaan El-Garem
Improve current or new projects with top notch testability and maintainability. Writing tests improves the design of your apps, as it pushes you to have a more modularized design. This in turn improves the maintainability and sustainability of your apps. This book is for iOS developers who alr....
Release Date 2021/10 -
Spring Boot with React and AWS: Learn to Deploy a Full Stack Spring Boot React Application to AWS
Author Ravi Kant Soni , Namrata Soni
Create and deploy full-stack Spring Boot applications with React and AWS. This practical and authoritative guide teaches you the fundamentals of Amazon Web Services with no prior experience.You will start by learning the fundamentals of AWS, including EC2, S3, IAM, and load balancer. Next, you will ....
Release Date 2021/10 -
Snowflake Security: Securing Your Snowflake Data Cloud
Author Ben Herzberg , Yoav Cohen
This book is your complete guide to Snowflake security, covering account security, authentication, data access control, logging and monitoring, and more. It will help you make sure that you are using the security controls in a right way, are on top of access control, and making the most of the....
Release Date 2021/10 -
Author Hien Luu
Take a journey toward discovering, learning, and using Apache Spark 3.0. In this book, you will gain expertise on the powerful and efficient distributed data processing engine inside of Apache Spark; its user-friendly, comprehensive, and flexible programming model for processing data in batch and st....
Release Date 2021/10 -
Practical Svelte: Create Performant Applications with the Svelte Component Framework
Author Alex Libby
Learn to leverage the power of Svelte to produce web applications that are efficient and fast. This project-oriented book simplifies creating sites using Svelte from start to finish, with little more than a text editor and familiar languages such as HTML, CSS, and JavaScript. It equips you wit....
Release Date 2021/10 -
Java 17 Quick Syntax Reference: A Pocket Guide to the Java SE Language, APIs, and Library
Author Mikael Olsson
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 edit....
Release Date 2021/10 -
Artificial Neural Networks with Java: Tools for Building Neural Network Applications
Author Igor Livshin
Develop neural network applications using the Java environment. After learning the rules involved in neural network processing, this second edition shows you how to manually process your first neural network example. The book covers the internals of front and back propagation and helps you understan....
Release Date 2021/10 -
Beginning Hibernate 6: Java Persistence from Beginner to Pro
Author Joseph B. Ottinger , Jeff Linwood , Dave Minter
Get started with Hibernate, an open source Java persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated edition includes the new Hibernate 6.0 framework which covers new configuration, new object relational mapping changes, and ....
Release Date 2021/10 -
jQuery Recipes: Find Ready-Made Solutions to All Your jQuery Problems
Author Bintu Harwani
Quickly discover solutions to common problems, best practices you can follow, and everything jQuery has to offer. Using a problem-solution approach, this book begins with small initial problems that developers typically face while working with jQuery, and gradually goes deeper to explore more c....
Release Date 2021/10 -
macOS Daemonology: Communicate with Daemons, Agents, and Helpers Through XPC
Author Volodymyr Vashurkin
Take advantage of the full power of Swift through XPC. Development for macOS differs from iOS and web-based development because of multicomponent applications. Besides the usual GUI-based applications and app extensions, there are a wide range of daemons—processes that run in the background—to....
Release Date 2021/10 -
Author Rishabh Jain
Build a versatile home automation system from scratch. There are many ways of controlling home appliances with your smartphones, voice, gestures, etc. This book dives into the many options for for communicating with appliances wirelessly and we’ll discuss and implement the leading protocols in....
Release Date 2021/10 -
Beginning IoT Projects: Breadboard-less Electronic Projects
Author Charles Bell
Experiment with building IoT projects without the demanding time or patience required to learn about electronics. This book thoroughly introduces readers of all ages to the world of IoT devices and electronics without getting bogged down by the overly technical aspects or being tied to a specific pl....
Release Date 2021/10 -
Pro Data Visualization Using R and JavaScript: Analyze and Visualize Key Data on the Web
Author Tom Barker , Jon Westfall
Use R 4, RStudio, Tidyverse, and Shiny to interrogate and analyze your data, and then use the D3 JavaScript library to format and display that data in an elegant, informative, and interactive way. You will learn how to gather data effectively, and also how to understand the philosophy and implementa....
Release Date 2021/10 -
Go for Java Programmers: Learn the Google Go Programming Language
Author Barry Feigenbaum Ph.D.
Get an in-depth introduction to the Go programming language and its associated standard runtime libraries. This book is targeted towards programmers that already know the Java programming language and uses that Java knowledge to direct the learning of Go. You will get a deep understan....
Release Date 2021/10 -
PHP 8 Solutions: Dynamic Web Design and Development Made Easy
Author David Powers
Make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or storing all your content in a database. David Powers has updated his definitive book to incorporate the latest techniques and changes to PHP with the ....
Release Date 2021/10