DjangoCon Africa 2023, Almost a Year Later …

This was my first ever tech conference outside Kenya, and first one to speak outside. So many memories

July 10, 2024 · 4 min · Chris Achinga
DjangoCon Africa 2023, Almost a Year Later …

Using Github's CLI on Ubuntu & Commands.

How to install and use GitHub CLI on Ubuntu, with common commands.

June 9, 2024 · 3 min · Chris Achinga
Using Github's CLI on Ubuntu & Commands.

The GitHub CLI (gh repo clone)

A guide to using the GitHub CLI for repository management and more.

June 9, 2024 · 2 min · Chris Achinga
The GitHub CLI (gh repo clone)

Using Netlify Forms

How to use Netlify Forms to handle form submissions on static sites, without a backend.

June 9, 2024 · 1 min · Chris Achinga
Using Netlify Forms

GitHub Students Developer Pack

Overview of the GitHub Student Developer Pack and its benefits.

June 9, 2024 · 7 min · Chris Achinga
GitHub Students Developer Pack

Deploying A React app on GitHub Pages

Step-by-step guide to deploying a React app on GitHub Pages.

June 9, 2024 · 1 min · Chris Achinga
Deploying A React app on GitHub Pages

Git and GitHub SSH Configuration

How to configure SSH for Git and GitHub for secure, passwordless access.

June 9, 2024 · 2 min · Chris Achinga
Git and GitHub SSH Configuration

Before starting React, I think you should ...

Essential JavaScript concepts and resources to know before learning React.

June 9, 2024 · 2 min · Chris Achinga
Before starting React, I think you should ...

Seeding Data in Django Using Faker

Seeding data in a Django project can be essential for development and testing.

March 27, 2024 · 2 min · Chris Achinga
Seeding Data in Django Using Faker

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

Building Progressive Web Apps in Angular (using pwafire)

Progressive Web Apps(PWA) are basically sites that use modern web tools to provide app-like experiences to users.

December 12, 2023 · 5 min · Chris Achinga
Building Progressive Web Apps in Angular (using pwafire)

Creating an installable Next.Js Application

Progressive Web Applications (PWAs) have gained significant popularity in recent years due to their ability to deliver a native-like experience to users across multiple devices. One of the frameworks that has emerged as a powerful tool for building PWAs is Next.js.

June 25, 2023 · 6 min · Chris Achinga
Creating an installable Next.Js Application

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

Deploying A Django Project on PythonAnywhere

This article provides a comprehensive, step-by-step guide to help you deploy your existing Django project on PythonAnywhere successfully.

May 23, 2023 · 5 min · Chris Achinga
Deploying A Django Project on PythonAnywhere

Building a Weather and Time Telegram Bot using Node.js

Telegram bots are automated applications that run inside Telegram. Users can interact with bots by sending messages, commands, and inline requests. Today, we'll walk you through how to build a simple Telegram bot using Node.js that provides weather and time information for any city. Prerequisites Be...

May 15, 2023 · 4 min · Chris Achinga
Building a Weather and Time Telegram Bot using Node.js