
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 program to provide external dependencies to a component

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?

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.

IdentityServer is an authentication server that implements OpenID Connect (OIDC) and OAuth 2.0 standards for ASP.NET Core

Ansible is simply an open-source IT engine that automates application deployment, intra service orchestration, cloud provisioning, and many other IT tools.

Prometheus is one of the foundations of the cloud-native environment. It has become the de-facto standard for visibility in Kubernetes environments, creating a new category called Prometheus monito...

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.

What is Continuous Integration and Continuous Deployment?