ALL BLOG POSTS

2024-08-01

Redirecting a user to a different webpage: Next.js

Sometimes after an action is performed we want a user to be automatically redirected to a different webpage.: by MF Mabala

2024-07-31

Using Sweet Alert 2 Component

There are a lot of reusable components on the internet and all you have to do is install them to your project and use them.: by MF Mabala

2024-06-28

Disabling the shadcn/ui dialog trigger

In this blog we will learn how to disable the dialog trigger for a dialog when conditions are set.: by MF Mabala

2024-06-21

Using InputType for pothos Mutation

In this blog we will group our arguments using inputType and then use it to write the mutation.: by MF Mabala

2024-06-04

Displaying a thank you message after and Invitation has been accepted.

In this blog we will be displaying a thank you message after the invite is accepted successfully: by MF Mabala

2024-05-29

Displaying user details in a shadcn DataTable

In this blog we will be displaying the user details in a table for the user and admin to see. We will continue from the Accept Invitation blog .: by MF Mabala

2024-05-27

Accepting an Invitation with a GraphQL mutation

We will be exploring how GraphQL mutattions work and I will be doing so by adding a button that will use the useAcceptInvitationMutation function.: by MF Mabala

2024-05-07

Migrating GraphQL code to GraphQL Pothos.

In Programming we always discover new ways of doing things. It can either be an upgrade version of a software , phasing out of techniques to the introduction of better ones or a new concept overall.: by MF Mabala

2024-04-22

GraphQL Overview

I will be giving an overview of what GraphQL entails: by MF Mabala

2024-03-10

Using CSS to style websites

Coding is not about just writing code and leave it as is. We need to style our websites in a way that it is appealing to the eye. : by MF Mabala

2024-03-07

Adding a Comment Section to Your Blog Posts or Website Using giscus in Next.js What is giscus ?

There are a lot of ways to add comments to our websites. Today we will use giscus to achieve that.: by MF Mabala

2024-02-20

Building a Navbar in React

It is a common practice to have a navbar whenever we create websites. I will be showing how I have created a navbar in react.: by MF Mabala

2024-02-20

Creating A Blog Using Next.js and Sanity Studio using the App Router.

Frameworks and developed libraries play a very import role in Modern day web development. Web developers require efficient frameworks to be able to develop responsive webs. : by MF Mabala

2024-02-19

Using GitHub to store Projects

Every developer needs a secure place where they can store their project. GitHub is the right platform to do that.: by MF Mabala

2024-02-19

Learning GIT

In this blog you will learn how to stage and commit our changes and files using GIT: by MF Mabala

2024-02-17

Tips that new developers need to know

Here are some tips that new programmers can follow to make their coding life easier.: by MF Mabala

2024-02-16

HTML

There are a lot of coding langauges that you are going to learn as a web developer and HTML is most likely what you will learn first.: by MF Mabala