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
This was my first ever tech conference outside Kenya, and first one to speak outside. So many memories
How to install and use GitHub CLI on Ubuntu, with common commands.
A guide to using the GitHub CLI for repository management and more.

How to use Netlify Forms to handle form submissions on static sites, without a backend.
Overview of the GitHub Student Developer Pack and its benefits.

Step-by-step guide to deploying a React app on GitHub Pages.
How to configure SSH for Git and GitHub for secure, passwordless access.
Essential JavaScript concepts and resources to know before learning React.
Seeding data in a Django project can be essential for development and testing.
Simple API consumptions in Python
Progressive Web Apps(PWA) are basically sites that use modern web tools to provide app-like experiences to users.
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.
This article will demonstrate how to get data from external APIs in an Angular project.
This article provides a comprehensive, step-by-step guide to help you deploy your existing Django project on PythonAnywhere successfully.
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...
