#microservices

Introduction to OpenAPI

OpenAPI Specification also known as Swagger Specification is an API description format for REST APIs. An OpenAPI file allows you…

1 year ago

Introduction to API Testing

APIs have become the centre of software development, connecting and transferring data and across systems and applications. Testing them can…

1 year ago

Kappa Data Architecture

Kappa data architecture is a software architecture that is the simplification of Lambda architecture. In Kappa architecture, the data flows…

1 year ago

Securing Containers using Docker Content Trust

Trust is a key issue when exchanging data across networked systems. It is particularly important to assure the integrity and…

1 year ago

OWASP Top API Security Vulnerabilities

An API is a set of programming codes that enables data transmission between one software product and another. From banks,…

2 years ago

API Gateways Security

A software program known as an API gateway sits between a client and a collection of backend microservices. API Gateway…

2 years ago

Event Driven Microservices Architecture

Event-driven architecture (EDA) is a software design pattern that enables an organization to detect "events" or important business moments (such as…

2 years ago

Significance of mTLS and why you should care about it

Mutual Transport Layer Security (mTLS) is a process that establishes an encrypted TLS connection in which both parties use X.509…

2 years ago

Microservices Security Best Practices

Microservices are transforming application development and replacing traditional monolithic architectures for building and deploying applications. Organizations that are adopting the…

2 years ago

Introduction to gRpc

gRPC is a modern open-source high-performance Generic Remote Procedure Call framework that can run in any environment. Many leading tech…

2 years ago