Hey all! Today we will start our lesson with your home task and see what data should be kept in store and what — in the state of the components.
This Is How I Created a Simple App Using React Routing
react-router is an amazing library. Here’s how to create a simple app using it.
Create Simple POS With React, Node and MongoDB #4: Optimize App and Setup Deployment Workflow
This is the list of the tasks we have to complete during this chapter: separate backend and frontend, add environment variables to the backend, add environment variables to frontend, separate to individual route, setup auto-deployment of backend and frontend through Github
JavaScript find() and filter() Array Iteration Methods Made Easy
While this article will be more focused on making you understand these two array iteration methods, it will also create a fun, interesting and easy learning experience to its readers.
How to Create a Personal Blogging Website: Back-End (Flask/Python) #1
In this article, we’re going to create the back-end for our application using Flask, and in the next part, we’ll be creating the front-end using Angular.
React Lesson 8: Deep Dive into React Redux
Today, we’re going to do more complicated things. We will go away from the manual description of “closure,” subscriptions, and so on. All these things are, of course, not for manual maintenance. We will learn how to do these things easily and gracefully.
Dockerization of Node.JS Applications on Amazon Elastic Containers
This article is about creating a critical task-based highly available and scalable NodeJS application on the Amazon Cloud with an architecture that minimizes its cost.
How I Got Started with Angular and TypeScript
I share my experience on how to learn the most basic parts of Angular and TypeScript.
Visualizing Logs from a Dockerized Node Application Using the Elastic Stack
Logs contain important information about events that occur in your application. In this article, we’ll look at how we can make use of the Elastic stack to visualize these logs.
Create simple POS with React, Node and MongoDB #3: setup E-mail pipeline with add activate on SignUp
This is the third chapter of our series of developing a POS with React, Node, and MongoDB. In this chapter, we are going to set up an email service.