23 followers
Full-stack software engineer | Junior DevOps Engineer
In this article, you will learn how to implement a login counter in Django and lock out a user after x number of failed login...
In this article, you will learn about Oauth 2.0 and how to set up Nest and React to use Google Oauth as one of the login...
In this article, you are going to learn about interceptors in nest js by building a simple nest project. According to the official nest documentation,...
In this article, you will learn how to provision an AWS EC2 instance in AWS using Terraform. Prerequisites.1. Terraform is locally installed, head to...
This is part 2 of the series create and use custom signals in Django. In this article, you will do some updates on the previously written code in the...
Learn how to create a ci-cd pipeline that deploys a Django application to a digital ocean droplet using GitHub actions. ยท In this article, you will...