Owino Wendy

Wendy Owino is a first-year graduate student pursuing a degree in Computer and Electronics Engineering at Dedan Kimathi University. She is a skilled web developer and interested in IoS development.
Author Insights

10

0

0
Wendy Owino is a first-year graduate student pursuing a degree in Computer and Electronics Engineering at Dedan Kimathi University. She is a skilled web developer and interested in IoS development.
10
0
0
Apr 7, 2022
User authentications play a vital role when it comes to securing your application. In addition to the existing authentication methods, Angular 12 comes with another simple yet powerful tool, the quick response...
Jan 19, 2022
The JavaScript concept, Observables is very crucial when it comes to asynchronous programming or whenever you are handling events.
Dec 21, 2021
PHP is one of the most popular web development programming languages today. Companies send mails to their users informing them of new products, such as promotional emails or to communicate with employees.
Oct 1, 2021
Automatic logout is a pervasive feature in web development and mobile applications, especially in banking systems. As a result, it plays a significant role in ensuring the safety and integrity of data.
Jul 16, 2021
We often find ourselves in a position to integrate maps in our applications. This tutorial will show you how to integrate Bing Maps with Angular, Spring Boot, and relational databases.
Jun 29, 2021
In this tutorial, we’ll be discussing the concepts of the Node.js Express generator tool. The Express-generator package is a utility that provides a command-line tool you can use to scaffold your project...
Jun 3, 2021
Web applications nowadays are user-friendly and convenient to use. If you are here, you probably may have heard of Single Page Applications (SPA). These are applications that work inside browsers and do not...
May 20, 2021
Introduction Node.js has several utilities that we can use to schedule the execution of our code. Unlike most Node.js modules, the timer module is not imported. The methods are globally accessible to provide...
Apr 13, 2021
In this tutorial, we will discuss how to we can use child processes to launch another process to avoid delays while executing our programs.
Mar 23, 2021
This tutorial will walk you through the Angular 11 HTTP Client module in a step-by-step manner. In general, we’ll go over how to use HTTP in Angular. I’ll show you how to make HTTP requests from...