In this chapter, we are going to continue to create our POS system by integrating Redux state management. Redux is a manageable and structured state container for JavaScript applications.
Implementing Two-Factor Authentication with NodeJS and otplib
Two-factor authentication is one of the most important inventions on the internet. If you have a login system, there’s no better time to understand how 2FA works than today.
How to build a full stack serverless application with React and Amplify
With emerging cloud technologies (i.e. Amplify) it is now easier than ever to build production ready, robust, scalable modern web applications. Let’s build our own fullstack serverless app with React.
React Native vs. Flutter: Which One Would Suit You Better?
Unveiling pros and cons of such cross-platform development frameworks as Flutter and React Native. Discover what suits you better.
Comparative Analysis of Free Tools for Physical Memory Dumps Parsing
Parsing random-access memory (RAM) dumps is a vital process that allows us to preserve the contents of physical memory for its later use and examination.
React Lesson 11. Pt.2: Redux Middlewares
In this lesson, we will learn about middlewares in Redux. We will understand what are they, how we can create one and how to use it in our app.
React Lesson 11. Pt.1: Normalize Comments with Immutable.js
Our previous lesson was devoted to a more convenient way of how to write reducers using seamless APIs to add/remove elements and not to worry about any processes to be changed in between.
Filtering, Sorting and Pagination – Advanced Filtering with React and Redux
With static sites becoming more common, the need for filtering, sorting, and pagination on the frontend alone has never been more apparent. With React and Redux, implementing these features is simple.
Getting Started with React Native in 2020
This post is going to be about giving you a quick start if you are interested in learning and developing mobile apps using React Native. Few fair advantages for developers from web background.
Advanced Mapmaking: Using d3, d3-scale and d3-zoom With Changing Data to Create Sophisticated Maps
Working with data has become more important than ever, and at the forefront of this revolution is D3. Today exlore how to leverage d3 together with d3-scale and d3-zoom to create sophisticated maps.