Moses Maina

Moses is an undergraduate IT student. Moses is a full-stack web developer. He also loves interacting with CMS, such as WordPress.
Author Insights

9

0

0
Moses is an undergraduate IT student. Moses is a full-stack web developer. He also loves interacting with CMS, such as WordPress.
9
0
0
Apr 30, 2022
In this tutorial, we will learn how to build an application using Aurelia.js with TypeScript. JavaScript has several frameworks that help implement applications out of the box.
Jan 27, 2022
Glassmorphism is an interface-based concept applied to web apps, websites, mobile apps, etc. Its commonly used in card-based interfaces. Glassmorphism creates glassy panels that float in the set background...
Dec 20, 2021
An Object-Relational Mapper (ORM) is a technique for storing, retrieving, updating, and deleting from a database within an object-oriented program. ORM simplifies the way we query and mutate data in an...
Nov 26, 2021
Hashing is converting an input of any length into a fixed-sized string of text using a mathematical function. This means that we can convert any text into an array of numbers and letters through an algorithm,...
Oct 18, 2021
Vue.js is a JavaScript frontend framework used to build web user interfaces. Vue is commonly used to build single page based applications that run on the client-side.
Aug 9, 2021
React.js is a common and famous front-end web frameworks. Yet, in most situations, a web application will require back-end services to process different transactions. React.js as a front-end framework is not...
Jun 24, 2021
AWS stands for Amazon Web Services, a subsidiary of Amazon. AWS provides cloud computing services to organizations. It offers a wide variety of computing power, databases, storage, content delivery networks...
May 2, 2021
Today, websites are much like applications. You can send messages, transact, shop, and much more. In short, more interaction is needed on the users end. Hence server-side rendering can longer handle all this at...
Mar 22, 2021
When developing web applications, you might need to render the HTML components inside your server. This will help create interactive pages on the client side once a request to access these pages is made.