Vue js is a Javascript framework for building user interfaces. It builds on top of standard HTML, CSS, and Javascript,…
How to install Rails 7 on Manjaro Linux
Rails is a web development framework written in Ruby programming language. It allows you to write less code but Rails…
How to install Ruby on Manjaro Linux
Installing Ruby is a bit of a hustle simply because Ruby on Rails has many dependencies. It depends on Sqlite3,…
How to create a Custom User in Django
This tutorial will teach how to create a custom user in Django. Django comes with good authentication, which uses a…
How to install and configure Coder on GCP
Coder is an open-source platform for creating and managing developer workspaces on your preferred cloud such as AWS, GCP, or…
How to Dockerize a Django Application
In this tutorial, we are going to learn how to dockerize a Django application so that it will be in…
How to set up an Nginx Server with the Google Cloud Platform
Have you encountered a problem where you want to host a simple web server but you don’t know how to…
How to undo a git merge
In this tutorial, we will learn how to undo a merge in git. Have you been in a position where…
How to install PostgreSQL 15 on RedHat Linux 8|Fedora 36
In this article, we are going to learn how to install and get PostgreSQL 15 up and running on a…
How to install and Configure PostgreSQL 15 on Debian 11.
In this article, we are going to learn how to install and get PostgreSQL 15 up and running on a…