Carol Wanjiru

Carol is a software developer and data engineer. She loves writing code and tech tutorials.
Author Insights

4

0

0
Carol is a software developer and data engineer. She loves writing code and tech tutorials.
4
0
0
May 1, 2022
An embedded system combines hardware and software to perform specific functions, usually within a larger system. Industrial machines, automobiles, cameras, airplanes, and vending machines are some of the...
Feb 2, 2022
Object Relation Mapping(ORM) is a technique for storing, retrieving, updating, and deleting data from a database. Common frameworks such as Node.js have different ORM libraries that help developers connect...
Dec 29, 2021
A web app is a service built on top of the Internet to allow computers to share and exchange data easily and reliably. In this case, the web services will be referred to as a client-server model. Communications...
Dec 2, 2021
A web socket consists of two significant endpoints. One end sends data, and the other end receives data. Take an example of what you can do over the internet. In this case, different nodes/computers are...