Benson Kariuki

Benson Kariuki is a graduate computer science student. He is a passionate and solution-oriented computer scientist. His interests are Web Development with WordPress, Big Data, and Machine Learning.
Author Insights

13

0

0
Benson Kariuki is a graduate computer science student. He is a passionate and solution-oriented computer scientist. His interests are Web Development with WordPress, Big Data, and Machine Learning.
13
0
0
Nov 15, 2021
Sequelize is an Object Relational Mapper for Node.js. Sequelize lets us connect to a database and perform operations without writing raw SQL queries. It abstracts SQL queries and makes it easier to interact...
Mar 19, 2021
Whenever a user presses any key on the Keyboard, different events are fired. There are three keyboard events, namely keydown, keypress, and keyup. Keyboard events belong to the KeyboardEvent object. This...
Feb 21, 2021
DynamoDB is a speedy and flexible NoSQL database service offered by AWS (Amazon Web Service). DynamoDB is perfect for mobile apps, web apps, IoT devices, and gaming. Python has good support for DynamoDB. In...
Feb 2, 2021
User acceptance testing (UAT) is the final stage in the software development process before moving to production. We validate the provided software solution or product against business requirements. This...
Jan 18, 2021
MySQL Workbench is a graphical visual database design tool with multiple functionalities. This tutorial will cover database design and modeling with MySQL Workbench.
Jan 18, 2021
Kanban is an agile framework for product development. It is a visual way of managing tasks and workflow at the individual, team, or organizational level.
Jan 8, 2021
DynamoDB is a platform as a service (PaaS) AWS product. The product is a managed NoSQL database service that offers top-notch performance. DynamoDB is seamless and scalable. It comes without the administrative...
Dec 10, 2020
Basic4Android is a tool used for developing native Android applications rapidly. The technique is called rapid application development (RAD). We abbreviate Basic4Android as B4A. B4A was developed and...
Nov 25, 2020
Anime.js is one of the most preferred javascript animation libraries. It is free, open-source, lightweight, and easy to use. The library supports modern browsers. Thtuttorail will guide you through the Anime.js...
Oct 13, 2020
This article is a comprehensive tutorial on MySQL database optimization using indexes. If you have interacted with any SQL based relational database, maybe you have come across indexes. Unfortunately, most...
Oct 5, 2020
Introduction Scrum is an agile framework for developing products. The framework is mostly used for software development. Scrum has been in use since the early 1990s. It is a flexible and holistic approach to...
Oct 1, 2020
This article goes through common tips for optimizing MySQL queries. As data volume in your database grows, retrieving data from the database and other database operations become complex. This also requires more...
Sep 9, 2020
The ultimate measure of website performance is loading speed. This is the amount of time it takes to load a webpage. Users are relying more and more on smartphones to access web content and services, thus,...