Edwin Wachira

Edwin is an undergraduate student. He is a full-stack web developer who loves opensource contributions to help other developers.
Author Insights

5

0

0
Edwin is an undergraduate student. He is a full-stack web developer who loves opensource contributions to help other developers.
5
0
0
Apr 18, 2022
As a developer, you might want to extract textual information from an image. Using Python, we can create a program that extracts such textual data from any given image.
Nov 20, 2021
Neumorphism is a design concept used to make soft widgets based on object shadows. It uses highlights and shadows to create elements that appear to be floating above the surface.
Sep 8, 2021
As an engineer, you must have heard of the term DevOps (development and operations). This is a combination of methodologies, concepts, and technologies aimed to rapidly boost an organizations capacity to...
Jul 14, 2021
MySQL is an open-source Relational Database Management System (RDBMS) with a large user base. You can use several RDBMS to run SQL queries, such as MySQL, PostgreSQL, SQLite, SimpleDB, and Elasticsearch.
May 24, 2021
In this article, we will learn in-detail what modularization of code is, and how to do it. We will also learn to modularize code in Node.js. When building applications, you don’t write all your code in one...