-
Beginner's Guide to Streamlit with Python : Build Web-Based Data and Machine Learning Applications
Author Sujay Raghavendra
This book will teach you the basics of Streamlit, a Python-based application framework used to build interactive dashboards and machine learning web apps. Streamlit reduces development time for web-based application prototypes of data and machine learning models. As you’ll see, Streamlit helps devel....
Release Date 2022/12 -
A Brief Introduction to Web3: Decentralized Web Fundamentals for App Development
Author Shashank Mohan Jain
Journey into the world of Web3-based application development, its related protocols, and its usage in developing decentralized applications. This book will explain how programmable blockchains are revolutionizing the world of web applications, which can be run on decentralized platforms or peer-to-p....
Release Date 2022/12 -
Beginning SharePoint Communication Sites: Understanding and Managing Modern SharePoint Online
Author Charles David Waghmare
Understand SharePoint communication sites and create one on your own using SharePoint Home, available in Microsoft 365. This revised edition covers the new features in SharePoint communication sites and demonstrate how to effectively use them. You will also learn how to create a digital experie....
Release Date 2022/12 -
Solution Architecture Patterns for Enterprise: A Guide to Building Enterprise Software Systems
Author Chanaka Fernando
Gain a deeper understanding of how distributed systems work, as well as which applications and systems are used for specific business domains or industries. This book provides a set of solution architecture patterns that were developed based on the author’s experience building enterprise software sy....
Release Date 2022/12 -
Author Banu Parasuraman
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 optimiz....
Release Date 2022/12 -
Everyday Enterprise Architecture: Sense-making, Strategy, Structures, and Solutions
Author Tom Graves
Discover what needs to happen in enterprise-architecture practice—and not just its outcomes, but also the activities from which those outcomes would arise. This book reveals how business and enterprise architects can deliver fast solutions to an always-on-the-go business world.To begin, you'll....
Release Date 2022/12 -
Introducing ReScript: Functional Programming for Web Applications
Author Danny Yang
This book serves as a succinct guide on ReScript, a functional language for building web applications. Using examples of ReScript language features along with explanations of fundamental concepts in functional programming, this book will show web developers with a background in JavaScript how to eff....
Release Date 2022/12 -
Numerical Methods Using Kotlin: For Data Science, Analysis, and Engineering
Author Haksun Li , PhD
This in-depth guide covers a wide range of topics, including chapters on linear algebra, root finding, curve fitting, differentiation and integration, solving differential equations, random numbers and simulation, a whole suite of unconstrained and constrained optimization algorithms, statistics, re....
Release Date 2022/12 -
Productionizing AI: How to Deliver AI B2B Solutions with Cloud and Python
Author Barry Walsh
This book is a guide to productionizing AI solutions using best-of-breed cloud services with workarounds to lower costs. Supplemented with step-by-step instructions covering data import through wrangling to partitioning and modeling through to inference and deployment, and augmented with plenty of P....
Release Date 2022/12 -
Blockchain for Teens: With Case Studies and Examples of Blockchain Across Various Industries
Author Brian Wu , Bridget Wu
Similar to the Internet in the 1990s, Blockchain promises to revolutionize the world by reforming current business models. This book is a beginner-friendly guide for teens looking to build a basic foundation in Blockchain technologies. You'll start with an introduction to Blockchain, learn abo....
Release Date 2022/12 -
A Software Engineer’s Guide to Seniority: A Guide to Technical Leadership
Author Jocelyn Harper
There are few books in the market that talk about the effort within and outside of the job that helps software engineers advance in their careers. This book is a truthful and introspective look at technical careers and a consolidation of that information and advice for engineers that are looking to ....
Release Date 2022/12 -
Beginning Spring Data: Data Access and Persistence for Spring Framework 6 and Boot 3
Author Andres Sacco
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 appl....
Release Date 2022/12 -
Serverless Beyond the Buzzword: A Strategic Approach to Modern Cloud Management
Author Thomas Smart
Know how Serverless and cloud-native systems work, their benefits and roles in automating and optimizing organizations, and the challenges to be considered. Anyone interested in Serverless architecture will benefit from this book, regardless of their level of technical understanding. This revised a....
Release Date 2022/12 -
Pro Android with Kotlin: Developing Modern Mobile Apps with Kotlin and Jetpack
Author Peter Späth
Develop Android apps with Kotlin to create more elegant programs than the Java equivalent. This revised book covers the various aspects of a modern Android app that professionals are expected to encounter. You'll use the latest Kotlin APIs as made available in most recent versions of the Android SD....
Release Date 2022/12 -
Introducing Spring Framework 6: Learning and Building Java-based Applications With Spring
Author Felipe Gutierrez , Joseph B. Ottinger
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 f....
Release Date 2022/12 -
Scala for the Impatient, 3rd Edition
Author Cay S. Horstmann
Scala 3--A Clear, Concise GuideScala 3 is concise, consistent, flexible, robust, and efficient, but there's a lot to learn and navigating features and improvements can be challenging. Scala for the Impatient, Third Edition, is a complete yet concise guide that reflects the major enhancements of Sca....
Release Date 2022/12 -
Functional and Concurrent Programming: Core Concepts and Features
Author Michel Charpentier
Leverage Modern Language Constructs to Write High-Quality Code FasterThe functional and concurrent programming language features supported by modern languages can be challenging, even for experienced developers. These features may appear intimidating to OOP programmers because of a misunderstanding ....
Release Date 2022/12 -
Author Tony Hammond
Data is everywhere - it's just not very well connected, which makes it super hard to relate dataset to dataset. Using graphs as the underlying glue, you can readily join data together and create navigation paths across diverse sets of data. Add Elixir, with its awesome power of concurrency, and you....
Release Date 2022/11 -
Learning C# by Developing Games with Unity - Seventh Edition
Author Harrison Ferrone
Learn C# programming from scratch using Unity as a fun and accessible entry point with this updated edition of the bestselling series.Includes invitation to join the online Unity Game Development community to read the book alongside peers, Unity developers/C# programmers and Harrison Ferrone.Key Fea....
Release Date 2022/11 -
Hands-On Simulation Modeling with Python - Second Edition
Author Giuseppe Ciaburro
Learn to construct state-of-the-art simulation models with Python and enhance your simulation modelling skills, as well as create and analyze digital prototypes of physical models with easeKey FeaturesUnderstand various statistical and physical simulations to improve systems using PythonLearn to cre....
Release Date 2022/11 -
The Python Workshop - Second Edition
Author Corey Wade , Mario Corchero Jiménez , Andrew Bird , Dr. Lau Cher Han , Graham Lee
Gain proficiency, productivity, and power by working on projects and kick-starting your career in Python with this comprehensive, hands-on guide.Key FeaturesUnderstand and utilize Python syntax, objects, methods, and best practicesExplore Python's many features and libraries through real-world prob....
Release Date 2022/11 -
Test-Driven Development with C++
Author Abdul Wahid Tanner
Learn how to write a simple testing framework and extend it to drive the design of your logging libraryKey FeaturesLearn how to solve various challenges when testing in C++ with the help of effective solutionsDevelop a logging library with enhancementsDrive better code designs with effective testsBo....
Release Date 2022/11 -
C# 11 and .NET 7 – Modern Cross-Platform Development Fundamentals - Seventh Edition
Author Mark J. Price
An accessible guide for beginner-to-intermediate programmers to concepts, real-world applications, and latest features of C# 11 and .NET 7, with hands-on exercises using Visual Studio 2022 and Visual Studio Code. Purchase of the print or Kindle book includes a free eBook in PDF format.Key Feature....
Release Date 2022/11 -
iOS 16 Programming for Beginners - Seventh Edition
Author Ahmad Sahar , Craig Clayton
Take your next step in iOS app development and work with Xcode 14 and iOS 16.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the latest features of Xcode 14 and the Swift 5.7 programming language in this updated seventh editionStart your iOS programming c....
Release Date 2022/11 -
Author Mark J. Price
Bestselling author Mark Price is back to guide you through the coolest and most common technologies a .NET developer should know: Blazor, .NET MAUI, gRPC, GraphQL, SQL Server, Cosmos DB, OData, SignalR, Azure Functions, and more! Purchase of the print or Kindle book includes a free eBook in PDF f....
Release Date 2022/11 -
Author Maaike van Putten , Seán Kennedy
Improve application performance by tuning, monitoring and profiling both the garbage collector and JVMKey FeaturesUnderstand the different parts of Java memory and the various garbage collectors so you can select your preferred oneExplore how memory management can help to effectively improve perform....
Release Date 2022/11 -
Mathematics for Game Programming and Computer Graphics
Author Penny de Byl
A comprehensive guide to learning fundamental 3D mathematical principles used in games and computer graphics by exampleKey FeaturesGet acquainted with the essential mathematics needed to describe, simulate, and render 3D creationsConstruct and manipulate 3D animated environments using Python, Pygame....
Release Date 2022/11 -
The Well-Grounded Java Developer, Second Edition
Author Martijn Verburg , Benjamin Evans , Jason Clark
Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more. In The Well-Grounded Java Developer, Second Edition you will learn: The new Java module system and why you should use i....
Release Date 2022/11 -
Building Evolutionary Architectures, 2nd Edition
Author Neal Ford , Rebecca Parsons , Patrick Kua , Pramod Sadalage
The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms. Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how archite....
Release Date 2022/11