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

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

Micro Frontends-Revolutionizing Frontend

Micro frontends are what we get while we carry the microservice technique to the the front cease. In other words, a micro frontend is made of components owned…

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

Tools and Techniques to Logging Microservices

The microservices architectural style is the approach of developing a single application as a suite of small services, each running…

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

Ballerina Programming Language

Ballerina is a statically typed, open-source cloud-native programming language developed and supported by WSO2. With Ballerina, you could easily develop…

2 years ago