Our topic for today deals with asynchronous actions. We will start to take our articles from API. As you have already noticed, we have a simple API working. And in order to launch it, you need to open the folder simple_api and execute the following command there:
Building a Full Stack Application using RedwoodJS
This article explains how to build a full stack application using redwoodjs. we will learn how to build some of the important modules such as authentication, data fetching and forms in an application
Deploying Your NodeJS Code to a Server Every Time You Push with Github Actions
One of the biggest bottlenecks new developers face is how to deploy code to a server automatically. Github Actions allows you to break this barrier thanks to its amazing in-built DevOps capabilities.
A Complete reference guide to Redux: State of the art state management
Do you find Redux confusing? If you want to master the redux fundamentals and start using it effectively with your favorite frontend framework then this article is just the thing you are looking for.
How to customize exceptions in python
In this tutorial we will look at the purpose of exception, types of exceptions, why it is important to include exceptions in your python programs and where in a python program you can include exceptions.
React Lesson 12: Checking Homework Progress from Lesson 11
Hey everyone, In this lesson, we will go through our home task and learn how it is effective to connect the store to any component. Our home task was to create a form that takes input and add a comment. Let’s start.
Create simple POS with React.js, Node.js, and MongoDB #7: Adding redux to other components
This tutorial part serves as a continuation of the previous tutorial. In this tutorial part, we are going to integrate the redux to Register and Forget password component.
Elevate the UX+DX+EX with Gatsby & Agility CMS
Managing a static HTML website can be easier when you have a headless Content Management System, such as Agility CMS, to help define the site content architecture. Agility CMS helps improve the Editor Experience by presenting a more user-friendly content architecture that makes for breezier workflows, and more importantly less of a dependency on developers.
Create simple POS with React, Node and MongoDB #6: Redux Integration
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.