What is caching? Caching is a process of storing files in a temporary storage location for easy retrieval whenever the…
The Top Docker Commands you must know
What is Docker Docker is a set of platform-as-a-service products that uses OS-level virtualization to deliver software in packages called…
How to implement Celery with Django
What is Celery? Perhaps you might be wondering like me what the heck is Celery? Let’s begin by first understanding…
How to use PostgreSQL to perform CRUD operations in FastAPI
In the previous tutorial, we saw how to perform CRUD operations using dummy data inside your project, but that can’t…
How to perform CRUD functionalities on FastAPI App
In this tutorial we are going to learn how to perform Create, Read, Update and Delete operations in a FastAPI…
How to install and use FastAPI
FastAPI is a web framework for developing RESTful APIs in Python. It is based on pydantic and type hints to…
How to write tests in Python
Testing your code often is a good thing to do. Imagine running a big project without any tests, what could…
How to perform CRUD functionalities on Rails
Rails CRUD processes is very easy to create, this makes it easy to work on something else. Compare to Django…
How to install Tailwind CSS and Flowbite inside a Django Project
Tailwind CSS is an open-source CSS framework. The difference between Bootstrap is that Tailwind does not provide predefined classes for…
How to install Anaconda in Manjaro Linux
Anaconda is a distribution of the python and R programming languages for scientific computing, that aims to simplify package management…