Anozie Baron ChibuikemLet’s build a ToDo application using FastAPI and MongoDBIn this article, we will be building a simple Todo API application using FastAPI and MongoDB as our database, I know there are a lot of…Oct 30, 2022Oct 30, 2022
Anozie Baron ChibuikemHow to create a command line application using a Python library — TyperJust like the official documentation says,Aug 30, 2022Aug 30, 2022
Anozie Baron ChibuikemHow to create an event on Google calendar using Django and NoCodeAPIIn this article, I will be showing you how to create an event schedule and have it sync with your user’s google calendar automatically…Aug 22, 2022Aug 22, 2022
Anozie Baron ChibuikemHow to build news aggregator API with FastApiIn this article, we will be building an application that aggregates news from two different APIs. The APIs we’ll be using are Reddit and…Apr 10, 2022Apr 10, 2022
Anozie Baron ChibuikemHow to build a JSON formatted resume API with Django, and ElephantSQLIn this article I will show you how to build a resume json formatted application with Django and ElephantSQL(runs postgres under the hood)…Mar 4, 2022Mar 4, 2022
Anozie Baron ChibuikemHow to deploy your Django application on AWSIn this short article, I will be sharing the resources you can use to deploy your Django application on AWS. Recently it seems as though…Feb 20, 2022Feb 20, 2022
Anozie Baron ChibuikemHow to integrate wordcloud to your Django web applicationIn this article, I will be showing you how to add wordcloud into your Django application and display it dynamically on the browser.Jan 23, 2022Jan 23, 2022
Anozie Baron ChibuikemMy Go-To Libraries/Tools for Django ApplicationHi guys, in this article I want to share with you some libraries I usually use for my Django projects. These libraries are currently what I…Sep 25, 2021Sep 25, 2021
Anozie Baron ChibuikemHow To Read CSV File and Save The Content To The Database In Django RestData is the new oil like many will say, which is becoming increasing true owing to the fact that organizations both small and big have…Mar 28, 20211Mar 28, 20211
Anozie Baron ChibuikemScheduling Periodic task in Django_Rest using Celery and RedisImportant things to note 1) I’m going to be running my code on ubuntu os 2) I’m assuming you have a basic understanding of django and…Feb 20, 2021Feb 20, 2021