Systems | Development | Analytics | API | Testing

Microservices

Ensuring Quality in Microservices Architecture with Support for gRPC Testing

Microservices architecture. Many organizations today recognize it enables faster and easier software changes over more traditional monoliths. Microservices have become the backbone for how organizations develop cloud-native applications – programs that run independently in containers designed for cloud computing architectures.

Simplifying Authentication for Microservices Security | Jeff Taylor | Okta | Episode 10

Still trying to add auth to each microservice's code? According to Jeff Taylor, Senior Product Manager at @OktaDev there’s an easier way! In this Kongcast, Jeff tells and shows us how to speed up microservices security and take the burden off developers by managing auth with an API gateway.

Increase Developer Confidence with Microservices and API Test Automation

In a recently posted article on DZone, “Microservices: Good for Developers’ Mental Health,” Sauce Labs engineer, Simone Pezzano, addresses the link between developer confidence and mental health in today’s new workplace. Pezzano tells the story of his team’s bumpy start on their journey from monolith to microservices. Initially, Pezzano viewed microservices as a scary concept with rapid release cycles and shorter testing times.

SOA vs. Microservices: A Head-to-Head Comparison

Traditionally, monolithic architecture has been used to develop large-scale apps. However, people have realized its drawbacks and limitations over time. Without adapting to modern agile practices and limited flexibility does not allow for a productive development process. Therefore, organizations have been searching for better, more reliable architecture to facilitate the development of large-scale, complex apps with a more productive workflow.

Building With Insomnia as a REST API Client

As more companies invest in a cloud native infrastructure, they’re choosing to prioritize their applications as microservices—architecting them into distinct servers. Each component is responsible for one (and only one) feature. For example, you might have Server A responsible for handling billing logic, Server B for handling user interaction and Server C for handling third-party user interactions.

Microservices vs Monoliths explained

If you’re a dev you’ve no doubt, come across people talking about monolith and microservice application architecture. Perhaps you are involved in designing a new system and have been asked to consider both architectures. The conversations are often regarding how microservices are the successor to monolith architecture, but today I’m going to try and layout why it’s not as simple as one being better than the other.

Faster Microservice-to-Microservice encrypted communication with Kong Mesh and Intel

Service Mesh is an infrastructure layer that has become a common architectural pattern for intra-service transparent communication. By combining Kubernetes a container orchestration framework, you can form a powerful platform for your microservices cluster, addressing the typical technical requirements that occur in highly distributed environments. A service mesh is implemented through a sidecar configuration, or proxy instance, for each service instance.