POPULAR READS
In this article, we discuss how to create middleware in Django.
Normally, for authentication of GitHub workflow with a cloud provider, we have to give the credentials, these credentials are usually stored as a secret in GitHub to get our job done. But, having long-lived credentials is not a good security practice. So, instead of generating and hard-coding the credentials in GitHub, we can use short-lived credentials using OpenID connect.
Design patterns are typical solutions to common problems in software design. Each pattern is a blueprint that you can customize to solve a particular design problem in your code.
In this article, we understand how NextJS is reshaping the web with its powerful SEO techniques.
In this article, we understand the difference between class based components and functional components in ReactJS.
In this article, we’ll understand the basics of web accessibility.
In this article, we will look at how to integrate Razorpay payment gateway with Django framework.
In this blog, we will explore how to integrate stripe webhooks with rails.
In this blog, we will explore how indexing optimizes the performance of your database queries.
In this article, we will look at how to build and deploy your application using the GitHub actions platform.