React Books
Reintroducing React
In this book, unlike any readers may have come across before, the author delivers funny, unfeigned, and dead serious comic strips about every React update since v16+. It's designed to be hilarious, easy for beginners as well as professionals, and highly informative as a whole. From the new lifecycle methods to advanced hooks patterns in React, the
How To Code in React.js
This open book is an introduction to React that works from the foundations upward. Each chapter takes you a little deeper into the React ecosystem, building on your previous knowledge. Along the way, you'll learn how to maintain internal state, pass information between parts of an application, and explore different options for styling your applicat
React in patterns
React in Patterns is a comprehensive guide to building scalable and maintainable user interfaces with React. Authored by Krasimir Tsonev, this book explores common design patterns and advanced techniques used in modern React development. Readers will learn how to leverage React's powerful composition model, manage data flow effectively, use context
Building User Interfaces for Modern Web Applications
Since Facebook released React as an open-source software library for front-end programming in 2013, React has gain popularity quickly. Although there are other frameworks or libraries, React is considered a programmer-friendly JavaScript library using the functional programming approach for the front-end web application development. Teaching and le
Full Stack GraphQL Applications
The GraphQL API query language radically streamlines data exchanges with backend servers by representing application data as easy-to-understand graphs. You can amplify GraphQL's benefits by using graph-aware tools and data stores, like React, Apollo, and Neo4j, throughout your application. A full stack graph approach provides a consistent data mode
Reactive Microsystems
If you want your application to provide millisecond response times and close to 100% uptime, traditional architectures with single SQL databases and thread-per-request models simply cannot compete with microservices. This report discusses strategies and techniques for building scalable and resilient microservices, and helps you work your way throug
Reactive Microservices Architecture
Still chugging along with a monolithic enterprise system that's difficult to scale and maintain, and even harder to understand? In this concise book, Lightbend CTO Jonas Bonér explains why microservice-based architecture that consists of small, independent services is far more flexible than the traditional all-in-one systems that continue to domin
Mastering Shiny
Master the Shiny web framework - and take your R skills to a whole new level. By letting you move beyond static reports, Shiny helps you create fully interactive web apps for data analyses. Users will be able to jump between datasets, explore different subsets or facets of the data, run models with parameter values of their choosing, customize visu
Ruby on Rails Notes for Professionals
The Ruby on Rails Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.
Understanding the DOM
JavaScript is the de facto programming language of the web, but the language itself does not include any built-in method for working with input/output (I/O), such as graphics display and sound. Instead, the web browser provides an API for accessing the HTML document in a tree structure known as the Document Object Model (DOM). The combination of Ja