万本电子书0元读

万本电子书0元读

Serverless Web Applications with React and Firebase
Serverless Web Applications with React and Firebase
Harmeet Singh,Mayur Tanna
¥73.02
Build rich and collaborative applications using client-side code with React, Redux, and Firebase About This Book ? A practical guide covering the full stack for web development with React 16 and Firebase ? Leverage the power of Firebase Cloud Storage, messaging, functions, OAuth, and database security to develop serverless web applications. ? Develop high-performance applications without the hassle of setting up complex web infrastructure. Who This Book Is For This book is for JavaScript developers who have some previous knowledge of React and want to develop serverless, full-stack applications but without the hassle of setting up a complex infrastructure. What You Will Learn ? Install powerful React.js and Firebase tools to make development much more efficient ? Create React components with Firebase to save and retrieve the data in real-time ? Use Firebase Authentication to make your React user interface secure ? Develop React and Firebase applications with Redux integration ? Firebase database security rules ? Firebase Cloud Storage Integration to upload and store data on the cloud ? Create a complete real-time application with React and firebase ? Using Firebase Cloud messaging and Cloud functions with React ? Firebase Cloud Storage integration with React In Detail ReactJS is a wonderful framework for UI development. Firebase as a backend with React is a great choice as it is easy, powerful, and provides great developer experience. It removes a lot of boilerplate code from your app and allows you to focus on your app to get it out quickly to users. Firebase with React is also a good choice for Most Viable Product (MVP) development. This book provides more practical insights rather than just theoretical concepts and includes basic to advanced examples – from hello world to a real-time seat booking app and Helpdesk application This book will cover the essentials of Firebase and React.js and will take you on a fast-paced journey through building real-time applications with Firebase features such as Cloud Storage, Cloud Function, Hosting and the Realtime Database. We will learn how to secure our application by using Firebase authentication and database security rules. We will leverage the power of Redux to organize data in the front-end, since Redux attempts to make state mutations predictable by imposing certain restrictions on how and when updates can happen. Towards the end of the book you will have improved your React skills by realizing the potential of Firebase to create real-time serverless web applications. Style and approach Practical insights rather than just theoretical concepts while including basic to advanced examples – from hello world to a real-time seat booking app and Helpdesk application.
Cloud Analytics with Google Cloud Platform
Cloud Analytics with Google Cloud Platform
Sanket Thodge
¥73.02
Combine the power of analytics and cloud computing for faster and efficient insights About This Book ? Master the concept of analytics on the cloud: and how organizations are using it ? Learn the design considerations and while applying a cloud analytics solution ? Design an end-to-end analytics pipeline on the cloud Who This Book Is For This book is targeted at CIOs, CTOs, and even analytics professionals looking for various alternatives to implement their analytics pipeline on the cloud. Data professionals looking to get started with cloud-based analytics will also find this book useful. Some basic exposure to cloud platforms such as GCP will be helpful, but not mandatory. What You Will Learn ? Explore the basics of cloud analytics and the major cloud solutions ? Learn how organizations are using cloud analytics to improve the ROI ? Explore the design considerations while adopting cloud services ? Work with the ingestion and storage tools of GCP such as Cloud Pub/Sub ? Process your data with tools such as Cloud Dataproc, BigQuery, etc ? Over 70 GCP tools to build an analytics engine for cloud analytics ? Implement machine learning and other AI techniques on GCP In Detail With the ongoing data explosion, more and more organizations all over the world are slowly migrating their infrastructure to the cloud. These cloud platforms also provide their distinct analytics services to help you get faster insights from your data. This book will give you an introduction to the concept of analytics on the cloud, and the different cloud services popularly used for processing and analyzing data. If you’re planning to adopt the cloud analytics model for your business, this book will help you understand the design and business considerations to be kept in mind, and choose the best tools and alternatives for analytics, based on your requirements. The chapters in this book will take you through the 70+ services available in Google Cloud Platform and their implementation for practical purposes. From ingestion to processing your data, this book contains best practices on building an end-to-end analytics pipeline on the cloud by leveraging popular concepts such as machine learning and deep learning. By the end of this book, you will have a better understanding of cloud analytics as a concept as well as a practical know-how of its implementation Style and approach Comprehensive guide with a perfect blend of theory, examples, and implementation of real-world use-cases
Serverless Design Patterns and Best Practices
Serverless Design Patterns and Best Practices
Brian Zambrano
¥81.74
Get started with designing your serverless application using optimum design patterns and industry standard practices About This Book ? Learn the details of popular software patterns and how they are applied to serverless applications ? Understand key concepts and components in serverless designs ? Walk away with a thorough understanding of architecting serverless applications Who This Book Is For If you're a software architect, engineer, or someone who wants to build serverless applications, which are non-trivial in complexity and scope, then this book is for you. Basic knowledge of programming and serverless computing concepts are assumed. What You Will Learn ? Comprehend the popular design patterns currently being used with serverless architectures ? Understand the various design options and corresponding implementations for serverless web application APIs ? Learn multiple patterns for data-intensive serverless systems and pipelines, including MapReduce and Lambda Architecture ? Learn how to leverage hosted databases, queues, streams, storage services, and notification services ? Understand error handling and system monitoring in a serverless architecture a serverless architecture ? Learn how to set up a serverless application for continuous integration, continuous delivery, and continuous deployment In Detail Serverless applications handle many problems that developers face when running systems and servers. The serverless pay-per-invocation model can also result in drastic cost savings, contributing to its popularity. While it's simple to create a basic serverless application, it's critical to structure your software correctly to ensure it continues to succeed as it grows. Serverless Design Patterns and Best Practices presents patterns that can be adapted to run in a serverless environment. You will learn how to develop applications that are scalable, fault tolerant, and well-tested. The book begins with an introduction to the different design pattern categories available for serverless applications. You will learn the trade-offs between GraphQL and REST and how they fare regarding overall application design in a serverless ecosystem. The book will also show you how to migrate an existing API to a serverless backend using AWS API Gateway. You will learn how to build event-driven applications using queuing and streaming systems, such as AWS Simple Queuing Service (SQS) and AWS Kinesis. Patterns for data-intensive serverless application are also explained, including the lambda architecture and MapReduce. This book will equip you with the knowledge and skills you need to develop scalable and resilient serverless applications confidently. Style and approach Readers will be taken through a set of specific software patterns and learn, in detail, how to apply these patterns and build working software on top of a serverless system. At each step along the way, the reader will learn about the subcomponents and subsystems which comprise the larger system and which may be used in the future to solve different types of challenges.
Functional Python Programming
Functional Python Programming
Steven F. Lott
¥90.46
Create succinct and expressive implementations with functional programming in Python About This Book ? Learn how to choose between imperative and functional approaches based on expressiveness, clarity, and performance ? Get familiar with complex concepts such as monads, concurrency, and immutability ? Apply functional Python to common Exploratory Data Analysis (EDA) programming problems Who This Book Is For This book is for Python developers who would like to perform Functional programming with Python. Python Programming knowledge is assumed. What You Will Learn ? Use Python's generator functions and generator expressions to work with collections in a non-strict (or lazy) manner ? Utilize Python library modules including itertools, functools, multiprocessing, and concurrent features to ensure efficient functional programs ? Use Python strings with object-oriented suffix notation and prefix notation ? Avoid stateful classes with families of tuples ? Design and implement decorators to create composite functions ? Use functions such as max(), min(), map(), filter(), and sorted() ? Write higher-order functions In Detail If you’re a Python developer who wants to discover how to take the power of functional programming (FP) and bring it into your own programs, then this book is essential for you, even if you know next to nothing about the paradigm. Starting with a general overview of functional concepts, you’ll explore common functional features such as first-class and higher-order functions, pure functions, and more. You’ll see how these are accomplished in Python 3.6 to give you the core foundations you’ll build upon. After that, you’ll discover common functional optimizations for Python to help your apps reach even higher speeds. You’ll learn FP concepts such as lazy evaluation using Python’s generator functions and expressions. Moving forward, you’ll learn to design and implement decorators to create composite functions. You'll also explore data preparation techniques and data exploration in depth, and see how the Python standard library fits the functional programming model. Finally, to top off your journey into the world of functional Python, you’ll at look at the PyMonad project and some larger examples to put everything into perspective. Style and approach This book provides a general overview of functional concepts and then delves deeper into the functional features, showing you how the Python standard library fits the functional programming model. It also demonstrates how to implement common functional programming design patterns and techniques in Python.
Practical Game Design
Practical Game Design
Adam Kramarzewski,Ennio De Nucci
¥81.74
Design accessible and creative games across genres, platforms, and development realities About This Book ? Implement the skills and techniques required to work in a professional studio ? Ace the core principles and processes of level design, world building, and storytelling ? Design interactive characters that animate the gaming world Who This Book Is For Whether you are a student eager to design a game or a junior game designer looking for your first role as a professional, this book will help you with the fundamentals of game design. By focusing on best practices and a pragmatic approach, Practical Game Design provides insights into the arts and crafts from two senior game designers that will interest more seasoned professionals in the game industry. What You Will Learn ? Define the scope and structure of a game project ? Conceptualize a game idea and present it to others ? Design gameplay systems and communicate them clearly and thoroughly ? Build and validate engaging game mechanics ? Design successful business models and prepare your games for live operations ? Master the principles behind level design, worldbuilding and storytelling ? Improve the quality of a game by playtesting and polishing it In Detail If you are looking for an up-to-date and highly applicable guide to game design, then you have come to the right place! Immerse yourself in the fundamentals of game design with this book, written by two highly experienced industry professionals to share their profound insights as well as give valuable advice on creating games across genres and development platforms. Practical Game Design covers the basics of game design one piece at a time. Starting with learning how to conceptualize a game idea and present it to the development team, you will gradually move on to devising a design plan for the whole project and adapting solutions from other games. You will also discover how to produce original game mechanics without relying on existing reference material, and test and eliminate anticipated design risks. You will then design elements that compose the playtime of a game, followed by making game mechanics, content, and interface accessible to all players. You will also find out how to simultaneously ensure that the gameplay mechanics and content are working as intended. As the book reaches its final chapters, you will learn to wrap up a game ahead of its release date, work through the different challenges of designing free-to-play games, and understand how to significantly improve their quality through iteration, polishing and playtesting. Style and approach A practical step by step guide to get you up and running with Game Design from scratch
50 most powerful Excel Functions and Formulas
50 most powerful Excel Functions and Formulas
Andrei Besedin
¥24.44
50 most powerful Excel Functions and Formulas
Sorting Algorithms In Computer Programming: Volume 1
Sorting Algorithms In Computer Programming: Volume 1
Alexander Dumpling
¥163.50
Sorting Algorithms In Computer Programming: Volume 1
Amazing Java: Learn Java Quickly
Amazing Java: Learn Java Quickly
Andrei Besedin
¥24.44
Amazing Java: Learn Java Quickly
Secrets of Lookup: Become More Poductive With Vlookup Free Your Time
Secrets of Lookup: Become More Poductive With Vlookup Free Your Time
Andrei Besedin
¥24.44
Secrets of Lookup: Become More Poductive With Vlookup Free Your Time
Secrets of MS Excel VBA Macros for Beginners !: Save Your Time With Visual Basic
Secrets of MS Excel VBA Macros for Beginners !: Save Your Time With Visual Basic
Andrei Besedin
¥24.44
Secrets of MS Excel VBA Macros for Beginners !: Save Your Time With Visual Basic Macros!
The Beginner’s Short Guide to Pinterest: How to Promote Products on Pinterest
The Beginner’s Short Guide to Pinterest: How to Promote Products on Pinterest
Juha Öörni
¥8.09
The Beginner’s Short Guide to Pinterest: How to Promote Products on Pinterest
15 Most Powerful Features Of Pivot Tables: Save Your Time With MS Excel
15 Most Powerful Features Of Pivot Tables: Save Your Time With MS Excel
Andrei Besedin
¥24.44
15 Most Powerful Features Of Pivot Tables: Save Your Time With MS Excel
The Super Guide to Successful Blogging
The Super Guide to Successful Blogging
Abdulkabir Olatunji
¥32.62
The Super Guide to Successful Blogging
Photoshop: A Step by Step Ultimate Beginners’ Guide to Mastering Adobe Photoshop
Photoshop: A Step by Step Ultimate Beginners’ Guide to Mastering Adobe Photoshop
John Slavio
¥65.32
Photoshop: A Step by Step Ultimate Beginners’ Guide to Mastering Adobe Photoshop in 1 Week
Python: Best Practices to Programming Code with Python
Python: Best Practices to Programming Code with Python
Charlie Masterson
¥24.44
Python: Best Practices to Programming Code with Python
JavaScript: Advanced Guide to Programming Code with JavaScript
JavaScript: Advanced Guide to Programming Code with JavaScript
Charlie Masterson
¥24.44
JavaScript: Advanced Guide to Programming Code with JavaScript
How To Jailbreak Amazon Fire Stick TV Alexa: How to Unlock Channels & Apps Step
How To Jailbreak Amazon Fire Stick TV Alexa: How to Unlock Channels & Apps Step
Bob Gateworthy
¥40.79
How To Jailbreak Amazon Fire Stick TV Alexa: How to Unlock Channels & Apps Step by Step Guide
JavaScript: Best Practices to Programming Code with JavaScript
JavaScript: Best Practices to Programming Code with JavaScript
Charlie Masterson
¥24.44
JavaScript: Best Practices to Programming Code with JavaScript
Using Speech Recognition Software & Equipment to Write Books
Using Speech Recognition Software & Equipment to Write Books
Cindy Smith
¥40.79
Using Speech Recognition Software & Equipment to Write Books
List Anti Rootkit & AntiVirus For Ubuntu, Linux & BSD: Edition 2018
List Anti Rootkit & AntiVirus For Ubuntu, Linux & BSD: Edition 2018
Muhammad Vandestra, Dragon Promedia Studio
¥16.27
List Anti Rootkit & AntiVirus For Ubuntu, Linux & BSD: Edition 2018
Narrative Design for Indies: Getting Started
Narrative Design for Indies: Getting Started
Edwin McRae
¥40.79
Narrative Design for Indies: Getting Started