
Micro Frontend Architecture
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, ...
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 ...
DevOps is a software development that bridges the gap between software developers and IT staff in a way that new features can be released more quickly and get immediate feedback. This is made possi...
CI/CD is a common term nowadays in the tech world and not everyone might be familiar with it, So what is it? Phases of CI/CD Pipeline Key Terms CI/CD is a software development process that automa...