Catherine Macharia

Catherine is an undergraduate computer science student. She loves developing web solutions, artificial intelligence and machine learning algorithms. She is open to research and other collaborations.
Author Insights

9

0

0
Catherine is an undergraduate computer science student. She loves developing web solutions, artificial intelligence and machine learning algorithms. She is open to research and other collaborations.
9
0
0
Apr 5, 2023
GraphQL is a query language for APIs used to communicate data between a client and a server. This allows you to structure data-driven applications much more flexibly and efficiently than the REST and SOAP...
Mar 15, 2022
GraphQL is an open-source query language. It is intuitive and well-designed for building APIs. It is built around HTTP to receive resources from a server.
Dec 6, 2021
FaunaDB is a hosted cloud database that is entirely serverless. It is fast and scales infinitely in the cloud. FaunaDB lets you manage your database data from its web interface or the command line. It can...
Nov 1, 2021
Contentful is a headless CMS. This means that it is built as a content repository and avails data through an API.
Sep 20, 2021
Building a website can be overwhelming in the current online world, especially without extreme knowledge of building one. But, building a website can be easier with a well-established and ready-made content...
Jul 29, 2021
WordPress is an Open Source Content Management System (CMS). It allows you to manage content without learning how to code any web scripting language. You can build your website or blog and publish it on the...
Jun 17, 2021
Websites usually store a small amount of data on the browsers. There are three main kinds of browser-based storage: session storage, local storage, and cookie storage. This guide will discuss what a cookie is,...
Jun 2, 2021
A website is based on the HTTP protocol. HTTP is a stateless protocol which means at the end of every request and response cycle, the client and the server forget about each other.
Apr 8, 2021
TypeScript is a trendy programming language and a superset of JavaScript. In other words, TypeScript is an improved version of JavaScript. It inherits the functionalities and features of native JavaScript....