This post will go through how to deploy a single-page application using docker. The process described in this post will work for most single-page applications or JAMStack applications.
This post will go through how to deploy a single-page application using docker. The process described in this post will work for most single-page applications or JAMStack applications.
Django Rest Framework is a powerful tool for creating API, and it comes with a lot of features. Here is the list of tips that will help in developing your API better.
Debugging in any language is hard, especially for someone new to the programming language. Debugging is done for many reasons, like finding an issue in the application, performance improvement. This post will go through some of the logging techniques and best practices, and it helps me in debugging quickly.
## Problem We want to access the host machine port from the docker container, some use cases are you have existing DB in local machine and want to use.
Django Rest Framework (DRF) is a potent tool to create RESTful services with Django. Though it comes with a friendly UI interface to test API, it does not provide detailed documentation.
In this post I want to share I want to have analytics tools for my website, and my use cases are straightforward. So I don't want to use Google Analytics, want to use a simple tool, and I found goatcounter.com. In this post, I will share my experience with Goat Counter.
I want to share my experience in implementing the Jenkins pipeline. In this tutorial, we will implement the Jenkins CI/CD Pipeline for Python applications. We will be building a pipeline as code, aka Declarative pipeline.
I was experimenting with wagtail CMS (Content Management System) for quite some time for one of my projects. Wagtail is a Django based CMS, which providers powerful features to building a website. In this post I'm going to explain how we can build dynamic menus in the wagtail website.