This book is written as a textbook on cloud computing for educational programmers in colleges. It uses an immersive "hands-on approach" to transfer knowledge to the reader by providing the necessary guidance and knowledge to develop working code for real-world cloud applications. The book can also be used by cloud service providers interested in off…
The Book focuses on fundamental language concepts and helps the student quickly master core Java syntax. It deals at length with the various elements of a Java program with emphasis on clarity and logical reasoning, exploring the basic techniques used in object-oriented design. The book also delves into Java networking and database connectivity and …
MongoDB Complete Guide book starts with the basics of MongoDB, what exactly is MongoDB, and how to use it practically. You will understand how MongoDB is different from the traditional RDBMS. Topics such as installation and configuration of the MongoDB server, MongoDB commands, MongoDB Shell methods, and data types in MongoDB are covered in detail.
…
This book is a unique read for both beginners and developers as it extensively covers topics ranging from fundamentals to advanced topics in Go programming. Basics such as Data types, Control structures and Loops in have been explained in-depth. A detailed description of Structs, Interfaces, Polymorphism and Concurrency will enable you to write prof…
This book provides a hands-on approach for data professionals to onboard ClickHouse and empowers the readers to perform real-time analytics using ClickHouse SQL.
The readers will understand the fundamentals of database technologies and frequently used relational database concepts such as keys, database normalization etc. The readers will learn to q…
This book provides the most comprehensive coverage of the SEQUENCE function, which is widely considered the most versatile function in Excel 365. It serves as a detailed introduction to the new Dynamic Array Functions, offering examples for a better understanding of this new revolutionary concept. Additionally, the book delves into the extensive app…
The book begins with a refresher on Python, covering essential concepts and popular libraries like NumPy and Pandas. It then delves into the fundamentals of neural networks and explores the practical implementation of deep learning using TensorFlow and Keras. Furthermore, the book provides an in-depth overview of TensorFlow Lite, a specialized frame…
Next.js is a powerful and flexible framework for building server-side rendered React applications. In this book, you will learn how to develop a full-stack ERP application from scratch to production using Next.js.
The book will begin by covering the basics of Next.js. including setting up the environment and creating your first app. You will then…
Vue.js is a rapidly growing frontend framework with a large and active community. It is a great choice for developers who are looking for a modern, lightweight, and versatile framework to build web applications.
This book teaches you how to design and build client-side applications using Vue.js, a popular JavaScript framework. It starts with a soli…