API Authentication with Django Rest Knox
Authentication is a crucial part of any web application. It involves the process of verifying the identity of a user, ensuring that only authorized users can access the application’s resources. Dja...
Authentication is a crucial part of any web application. It involves the process of verifying the identity of a user, ensuring that only authorized users can access the application’s resources. Dja...
One of the key features of Angular is the ability to create custom directives. Directives are markers on a DOM element that tell Angular to attach a specific behavior or functionality to that eleme...
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. Containers allow a developer to package up an application with all of the parts it needs, su...
Micro frontend architecture is a software development approach that involves breaking down a traditional monolithic frontend application into smaller, independent components that can be developed, ...
Dependency injection is a software design pattern that allows a component to receive its dependencies from an external source rather than creating them itself. This can be useful for a number of re...
Have you ever wanted to build an application that canna serve more than one customer? And not just serving but also having each customer’s data isolated in their own separate databases? In this ar...
GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you define for your data. GraphQL is supported by your current code and data rather tha...
IdentityServer is an authentication server that implements OpenID Connect (OIDC) and OAuth 2.0 standards for ASP.NET Core. OpenID Connect OIDC - OpenID Connect (OIDC) is an open authentication pro...
What is Ansible Ansible is a an open-source tool that automates application deployment, instar service orchestration, cloud provisioning among other functionalities. A basic ansible environment h...
Introduction to Prometheus Monitoring Prometheus is a monitoring tool that mainly stores time series of numerical values which are identified by a combination of text based labels. This values can ...