![Keynote: Why web tech is like this - Steve Sanderson]()
Steve Sanderson is a Microsoft MVP and the creator of the popular JavaScript framework, Blazor. In this talk, he will share his thoughts on why web development is the way it is today, and what we can do to make it better.
![Use Keycloak with API Gateway to secure APIs]()
OpenID Connect referred to as OIDC, is an authentication protocol based on the OAuth 2.0. It allows the client to obtain user information from the identity provider (IdP), e.g., Keycloak, Ory, Okta, Auth0, etc. The open-source API Gateway Apache …
![如何使用 Gitpod 搭建 Apache APISIX 开发环境?]()
背景 使用 Gitpod 作为 Apache APISIX 开发与启动环境,方便新手用户使用、研发、参与贡献。
名词简介 Apache APISIX Apache 软件基金会下的新一代 API 网关,可观看视频 https://www.youtube.com/watch?v=hWRRdICvMNs 了解更多内容。
ETCD Apache APISIX 的配置存储中心,可理解为数据库(但不完全等价)。
Gitpod 运行在浏览器中的开发者工具(内嵌 VS Code),无需在自己的设备中配置环境、部 …