Foundation Series
- Title: Prelude to Foundation
- Author: Isaac Asimov
- Published: 1968
- Publisher: Bantam Dell
- ISBN: 978-0-553-27839-2
Ideas through Technologies
Foundation Series
NAT remaps source IPs or destination IPs. (It translates private IPs to public IPs and vice versa.)
In most production web applications, data come from remote services. So you cannot get the data right away. There are a couple of ways to handle async operations in Redux, such as “redux-saga,” “redux-promise,” etc. But the “redux-thunk” is simple and effective for most scenarios.
Continue reading “[Redux] Async in Redux: redux-thunk”Using RDS, you are delegating most of the maintenance tasks to AWS. It is important to understand how you can make use of RDS features in order to utilize the service fully.
Continue reading “[AWS] RDS – Deployment & Backups”Redux is good at state management, and React is for creating UI components. You can connect React and Redux manually, but there is a great tool that makes the task in a simple way. It is the “react-redux” package.
The “react-redux” creates the “Provider” component and the “connect” function.
Continue reading “[Redux] react-redux”Python is one of the most popular general programming languages nowadays.
When working with React components, it is critical to have a standardized way to handle the data flow. Flux was a popular state management library of React, but Redux replaces Flux.
Continue reading “[Redux] Redux Overview”Redux is a pattern and library for managing and updating application state, using events called actions.
https://redux.js.org/
Navigation (Routing or Menus) is the basic building block of any web application. React is, in fact, a single-page application that can show different components on request.
Continue reading “[React] Navigation”