Beginners Guide to Using APIs in Python

Simple API consumptions in Python

January 2, 2024 · 3 min · Chris Achinga
Beginners Guide to Using APIs in Python

How to Fetch Data from an API in Angular

This article will demonstrate how to get data from external APIs in an Angular project.

May 29, 2023 · 5 min · Chris Achinga
How to Fetch Data from an API in Angular

Building Scalable, Secure, and Feature-Rich Apps with Appwrite: A Technical Overview

Appwrite is an open-source, end-to-end Backend-as-a-Service (BaaS) platform designed to simplify the process of building web and mobile applications. %[https://appwrite.io/] Core Components of Appwrit...

March 24, 2023 · 5 min · Chris Achinga
Building Scalable, Secure, and Feature-Rich Apps with Appwrite: A Technical Overview

How to Test APIs on Mobile using API Tester

Imagine testing APIs using your mobile device, either iPhone or Android. All APIs, including REST, GraphQL, WebSocket, SOAP, JSON RPC, XML, HTTP, and HTTPS. This article will show how we can test APIs...

November 29, 2022 · 3 min · Chris Achinga
How to Test APIs on Mobile using API Tester

How to Create A Simple API: ExpressJS

Express JS is a backend framework that runs on Node JS. It really comes in handy when creating backend microservices for our applications. I will take you through simple steps in creating a simple API...

August 3, 2021 · 2 min · Chris Achinga
How to Create A Simple API: ExpressJS

GitHub REST API

Using the GitHub REST API to display your repos

July 15, 2021 · 3 min · Chris Achinga
GitHub REST API

How To Display JSON data on an HTML page using Vanilla JavaScript

This is a hands-on code tutorial on how to fetch data using plain JavaScript and Displaying data on a simple HTML web page. When creating websites, there is a possibility that you'll be getting data f...

May 28, 2021 · 5 min · Chris Achinga
How To Display JSON data on an HTML page using Vanilla JavaScript

Getting Started With strapi

Using Strapi https://strapi.io/ What is Strapi Strapi is a headless CMS A headless content management system, or headless CMS, is a back-end-only content management system that acts primarily as a con...

May 10, 2021 · 4 min · Chris Achinga
Getting Started With strapi

How I made my first website using an API 😎

A year ago, I was struggling with using APIs to creating a simple website. After some tutorials online I made a simple website that displays the statistics for covid-19. It is not a fancy or unique si...

March 23, 2021 · 3 min · Chris Achinga
How I  made my first website using an API 😎