Systems | Development | Analytics | API | Testing

January 2024

The API Gateway and the Future of Cloud Native Applications #WordsUnplugged

In this episode of #WordsUnplugged, Chris Davey and Nuwan Dias take a closer look at the Gateway API and its importance in Kubernetes environments. Learn about the challenges of adoption and why education and evangelism are crucial for understanding the flexible and powerful nature of the Gateway API compared to the Ingress specification. Our hosts also touch on how this could impact API Gateway vendors and highlight areas for potential differentiation beyond the standard specification.

EP6: Complexity Uncovered: Navigating Enterprise Software Engineering

In this episode, hosts Sanjiva and Asanka delve into the intricate world of enterprise software engineering, sharing insights gained from their extensive experience working with large enterprises. Join them as they explore the challenges of integrating large systems like CRMs and ERP in digital business transformation, discussing data integration, the impact on organizational culture, and future trends.

The Illusion of Control: Why In-House Platforms Can Undermine Your Business Strategy

In the rapidly evolving tech landscape, the promise of control reigns supreme. And, it’s why founders, CEOs, and technical decision-makers are increasingly drawn to the idea of building in-house platforms. The appeal is understandable: complete sovereignty over every layer of the tech stack, from the user interface down to the most granular data interactions. It's an intoxicating vision that promises a bespoke solution tailored precisely to a company's unique needs.

Pushing the Boundaries of OAuth and OIDC Security - Push Authorization Request (PAR)

In the world of API security, OAuth 2.0 plays a crucial role in authorization. OpenID Connect (OIDC) works seamlessly with OAuth 2.0, providing an identity layer that ensures standardized authentication and user information for applications. Among various grant types, the Authorization Code stands out as a recommended standard. It's known for its advanced security features, support for refresh tokens, reduced exposure of credentials, and adaptability for both server-side and front-end applications.