codewitgabi

codewitgabi @codewitgabi

About: Backend Developer | Open source enthusiast | Tech blogger

Location:
Nigeria
Joined:
Oct 31, 2022

codewitgabi
articles - 19 total

Get windows 11 activation key and activate windows

Do you currently face the issue where your windows activation key is expired and then you need to...

Learn More 6 0Aug 19 '24

fastapi opensource project

Hello world!! It's been a while. I have been so engrossed with my intership at hng and it has been a...

Learn More 11 2Aug 3 '24

Database design for backend engineers

Often times, as backend engineers, we jump into writing our database schemas/models without properly...

Learn More 8 2Jul 27 '24

Database migrations inconsistency in django

Working with django can be really cool until you bumb into migrations inconsistency. Migrations...

Learn More 0 0Jun 28 '24

Messaging queues (Rabbitmq as broker)

Since backend development goes beyond building CRUD applications, I am here to discuss one of the...

Learn More 1 0Jun 16 '24

What is a stack?

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...

Learn More 11 0Jun 15 '24

What is a Queue?

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...

Learn More 12 0Jun 15 '24

What is memoization

This is a submission for DEV Computer Science Challenge v24.06.12: One Byte Explainer. ...

Learn More 16 0Jun 13 '24

How to efficiently use drf_social_oauth2 and django_rest_framework_simplejwt

Hey guys!! So I was working on a rest api application with django and django rest framework but then...

Learn More 2 2Jun 13 '24

Django Query Expressions F()

Creating queries in django can go from simple to complex. Queries can be calculated in two places;...

Learn More 4 2Dec 21 '23

Hosting your django project on vercel: A quick and easy deployment

Building django projects have always been fun for me until it gets to deploying them. In the past,...

Learn More 19 0Jul 30 '23

Parse form data in node.js

So, I started learning node.js recently from the official documentation and couldn't find a way to...

Learn More 0 0Jul 25 '23

Hosting django channels with gunicorn + uvicorn + PostgreSQL + redis on railway

Recently, I had to build a REST API for a startup company and during that period, I was tasked to...

Learn More 11 2May 18 '23

Why you should upgrade to djangov4

Prior to this, I enjoyed using django version 3.2 for some reasons. Although once, I tried upgrading...

Learn More 0 0Apr 25 '23

Django signals

Good day geeks!! Signals in django are a way for your models to communicate to each other when an...

Learn More 1 0Apr 24 '23

Add browser tab icon to your website.

In this tutorial, I'll be teaching you how to add browser tab to your website. This icon to be added...

Learn More 0 0Apr 8 '23

How to view a django project across other devices from your local computer

By default, django projects are run on the localhost which cannot be accessed from other devices. In...

Learn More 3 0Apr 1 '23

Custom template tags in django

Good day everyone!! So I was creating this project for a client and then I came upon a roadblock; I...

Learn More 0 0Feb 7 '23

How to remove help text from django's UserCreationForm

So I've had a hard time creating users with the in-built UserCeationForm in django mostly because of...

Learn More 0 0Jan 28 '23