Systems | Development | Analytics | API | Testing

Microservices

Mid Atlantic Meetup | May 2021 - What can APIs and Microservices tell us about organizations?

Architects are tasked with seeing that organizations meet their objectives with speed and quality, for a reasonable cost. This simple mission is anything but simple. Security, analytics, and everything in-between present themselves as forces to be acknowledged and considered. Building APIs and Microservices present new puzzles to be solved for architects. Or do they? In this session, we attempt to detect patterns that present themselves in organizations, which have their root in human elements. Yet reliably manifest in technology.

Monolithic vs. Microservices Architecture: A Side-by-Side Comparison

Microservices have gained a lot of traction in the last few years. Ever since the dawn of time, monolithism – packaging all your modules into one colossal codebase – was the default way to go when building software applications. However, as applications have had to cater to increasing volumes (of millions) of users over the internet over the last decade, scalability and flexibility have become ever more critical.

Top 10 Microservices Benefits

Many companies have embarked on microservices software projects in an effort to make modernize their suite of technology systems and reap the benefits that can come from deploying such an architecture. In the microservices model, applications are divided into a series of interconnected services based on operational capabilities. Each service supports a distinct set of functionality, effectively acting as a mini-application with its own operational logic, adapters, and even database schema.

5 Best Practices for Successful Microservices Implementation

Microservices are a popular and modern organizational software engineering practice. The guiding principle of any microservices implementation is to develop an application by dividing its business components into smaller services that can be deployed and operated independently of each other. The separation of concerns between services is defined as “service boundaries.”

How Kubernetes Is Modernizing the Microservices Architecture

In this three-part blog series, we examine the critical role Kubernetes plays in shaping the future of infrastructure, including the rise of containers and Kubernetes. The first in the series covers Next-Generation Application Development. The second covers the Next Frontier: Container Orchestration. And the third covers How Kubernetes Gets Work Done.

A Beginner's Guide to Microservices

Microservices are a style of architecture used by many organizations for software development. In the past, the IT industry used monolithic or service-oriented architecture (SOA) solutions as the standard. However, the lack of dynamic scalability of this type of architectural system is no longer adequate for the increasing complexity of today’s infrastructures. Microservices addresses this by providing a highly agile and scalable alternative.

Token-Based Access Control With Kong, OPA and Curity

As APIs and microservices evolve, the architecture used to secure these resources must also mature. Utilizing a token-based architecture to protect APIs is a robust, secure and scalable approach, and it is also much safer than API keys or basic authentication. However, token-based architecture comes in varying maturity levels, as outlined by the API Security Maturity Model.

Microservices Trends: The Top 4 Trends That Will Shape Microservices Development In 2022

Unlike a traditional monolithic approach, in which all components form an inseparable entity, microservices work in synergy to accomplish the same tasks while being separate. Each of these components or processes is a microservice. Granular and lightweight, this type of software development allows a similar process to be used in multiple applications. This is a key element in optimizing application development for a cloud-native model.

2 Approaches to Microservices Monitoring and Logging

We’re seeing a massive shift in how companies build their software. More and more, companies are building—or are rapidly transitioning—their applications to a microservice architecture. The monolithic application is giving way to the rise of microservices. With an application segmented into dozens (or hundreds!) of microservices, monitoring and consolidated logging become imperative.