Before starting React, I think you should ...
Essential JavaScript concepts and resources to know before learning React.
Essential JavaScript concepts and resources to know before learning React.
How to configure SSH for Git and GitHub for secure, passwordless access.
Overview of the GitHub Student Developer Pack and its benefits.

How to use Netlify Forms to handle form submissions on static sites, without a backend.
How to install and use GitHub CLI on Ubuntu, with common commands.
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 ...

GraphQL is a powerful query language for APIs that allows developers to request and receive the data they need efficiently. In this step-by-step guide, we will walk you through the process of building...

Tech Communities in Kenya

TL;DR This post will take you through installing JupyterLabs and how to add a NodeJS kernel to it in Ubuntu. Installing JupyterLabs For a better experience, you should install Jupyter Lab inside a vir...

A state is the current data passed in React components. State management in React enables you to dynamically update data in Components. This post will take you through creating an initial state and an...

Near protocol is a decentralized application platform that gives developer-friendly features to build and develop smart contracts. Near offers the platform to build smart contracts in Rust and deploy ...

When creating a react application/website, most of the pages would be sharing the same content all over. For example the navigation bar and page footer. Instead of importing each component in every pa...

Making payments online should be seamless and less frustrating. I conquered my fear and tested out Flutterwave and I was really impressed. Here is how to create a simple payment form using Flutterwave...

WordPress is a popular, open-source content management system (CMS) allowing users to create, edit, and manage websites and blogs quickly. WordPress is known for its user-friendly interface, extensive...

Hi There! Welcome to Data 101. In this article, I will take you through reading files using Python as you prepare to analyze them. I will be using Google's Colaboratory tool as my IDE. You don't have ...

Using the GitHub REST API to display your repos

Installation and Creating a simple C-Sharp Program in a Linux-based environment (Ubuntu)

Create amazing Hashnode blog articles using this awesome Markdown syntax

Learning never ends, especially for developers. That is why we have a lot of people who have sacrificed a lot to create great content for the developers' ecosystem. In as much as most content can be g...

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...

As Spotify says, "Listening is everything". That's it, after watching tutorials and reading articles, it's a perfect chill zone to be on your headphones and listen to some developers talk on various t...

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...

All web developers are probably familiar with using the web console as their debugging tool. The most common way is using the famous console.log tool that JavaScript provides. The console has more tha...

Do you have a Facebook Page and would love to promote it over your website or any site at all? A Like button is all you need. No technical procedures, just click and copy! Let's make one in few simple...

What are props? In simple terms, they are data passed into components. When to use props? When building a react application, the UI is divided into smaller parts called Components. Some of these compo...

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...

An Updated article (2023) Developer Communities in Kenya Growing as a Developer (Software/Web Developers) requires much effort and persistence. I can't stress enough how important Tech Communities con...
