Odiwuor Amos

Amos is a computer scientist and a technical writer. He is interested in backend web development and mobile web applications.
Author Insights

7

0

0
Amos is a computer scientist and a technical writer. He is interested in backend web development and mobile web applications.
7
0
0
Jun 29, 2022
Most systems already exist that provide us with a way to monitor the CPU and memory usage of the system. However, they might not be very flexible to support our daily needs.
Feb 28, 2022
When working with data in most cases, such as forms, you will need to watch the data and fire an event whenever a change occurs. This usually is possible whenever we work with data structures such as arrays,...
Oct 20, 2021
Building Angular applications can be tricky sometimes. This could be due to delayed server responses after making API calls, or bugs that subsequently affect the user interface.
Jul 26, 2021
In this tutorial, we will learn how to use Kubernetes and Spring Cloud to build a micro-service application and integrate it with Spring Boot. Spring Cloud is a Spring module that offers RAD (Rapid Application...
Jul 8, 2021
By the end of this tutorial, you should be able to create a link between the parent and child Angular components. As we will discuss shortly, you will be able to ’talk’ to other components,...
Jun 3, 2021
In this tutorial, we will discuss this beautiful, customizable, and responsive popup notification using Angular 11. We will look at sweetalert in-depth, its features, and how to integrate with Angular to...
May 19, 2021
Node.js Read-Eval-Print-Loop (REPL) is an easy-to-use command-line tool, used for processing Node.js expressions. It captures the user’s JavaScript code inputs, interprets, and evaluates the result of...