Home New Trending Search
About Privacy Terms
#
#ApacheAPISIX
Posts tagged #ApacheAPISIX on Bluesky
Pont qui se scinde en plusieurs branches

Pont qui se scinde en plusieurs branches

Dur de choisir son ingress-controller, entre #projectcontour #traefik #thekonginc #ApacheAPISIX #IngressNGINX… et j'en passe!

Vient découvrir la #GatewayAPI, interface officielle de #k8s pour les contrôler tous!

link.davinkevin.fr/GwAPI-rivier...

Hâte de vous retrouver à @rivieradev.fr

6 2 2 0
DRY your Apache APISIX config DRY is an important principle in software development. This post will show you how to apply it to Apache APISIX configuration. The DRY principle 'Don’t repeat yourself' (DRY) is a principle of s...

#DRY is an important principle in software development. This post will show you how to apply it to #ApacheAPISIX configuration.

1 0 0 0
Post image

In this post, I aim to provide practical alternatives to writing a custom #ApacheAPISIX #plugin, offering solutions you can quickly implement in your projects.

blog.frankel.ch/when-write-a...

1 0 0 0
Free tier API with Apache APISIX Lots of service providers offer a free tier of their service. The idea is to let you kick their service’s tires freely. If you need to go above the free tier at any point, you’ll likely stay on the se...

Lots of service providers offer a #freetier of their service. If you need to go above the free tier at any point, you’ll likely stay on the service and pay. In this day and age, most services are online and accessible via an #API. Today, we will implement a free tier with #ApacheAPISIX.

0 0 0 0
Differentiating rate limits in Apache APISIX In my talk Evolving your APIs, I mention that an API Gateways is a Reverse Proxy 'on steroids'. One key difference between the former and the latter is that the API Gateway is not unfriendly to busine...

#RateLimiting is an age-old Reverse Proxy feature focused on protecting against DDoS attacks. It treats all clients the same. Most API providers offer different subscription tiers.

In this post, I want to detail how to differentiate between clients with #ApacheAPISIX.

0 0 0 0
Advanced URL rewriting with Apache APISIX I spoke at Swiss PgDay in Switzerland in late June. The talk was about how to create a no-code API with the famous PostgreSQL database, the related PostgREST, and Apache APISIX, of course. I already w...

Today, I wrote on how to combine #PostgreSQL, #PostgREST, and #ApacheAPISIX to expose a developer-friendly #REST #API.

1 0 0 0
Dynamic watermarking with imgproxy and Apache APISIX Last week, I described how to add a dynamic watermark to your images on the JVM. I didn’t find any library, so I had to develop the feature, or, more precisely, an embryo of a feature, by myself. Depe...

Last week, I described how to add a dynamic #watermark to your images on the JVM. Another alternative is to use ready-made components, namely #imgproxy and #ApacheAPISIX I already combined them to resize images on-the-fly.

Here's how to achieve it.

0 0 0 0
Post image

Nearly at the end of my two weeks marathon across Europe. This week was Berlin Buzzwords, DevConf CZ, and JavaDay Lviv 🇺🇦

I came late at night and today, I’ll go to Lyon for Tech and Wine and conduct an #ApacheAPISIX workshop 🔨

0 0 0 0
A refresher on GitHub Pages I moved my blog from WordPress to GitLab Pages in…​ 2016. I’m happy with the solution. However, I used GitHub Pages when I was teaching for both the courses and the exercises, e.g., Java EE. At the ti...

Recently, I had to use #GitHubPages to publish my #ApacheAPISIX workshop. Travis is no longer free. #GitHubActions are a thing. I used the now nominal path and faced a few hurdles; here are my findings.

1 1 0 0

@frankel can lecture about #ApacheAPISIX in a fun way. Something like this will definitely come in handy in our project, so I know where to look.
#devconfcz

0 0 0 0
Even more Opentelemetry! I continue to work on my Opentelemetry demo. Its main idea is to showcase traces across various technology stacks, including asynchronous communication via an MQTT queue. This week, I added a couple o...

I continue to work on my #OpenTelemetry demo. Its main idea is to showcase traces across various technology stacks. This week, I added a couple of components and changed the #architecture. Here are some noteworthy learnings.

#Observability #DistributedTracing #ApacheAPISIX #GraalVM #Ruby #Golang

3 0 0 0
Five ways to pass parameters to Apache APISIX I recently read 6 Ways To Pass Parameters to Spring REST API. Though the title is a bit misleading, as it’s unrelated to REST, it does an excellent job listing all ways to send parameters to a Spring ...

I recently read a post on "6 Ways To Pass Parameters to #Spring #REST API". It does an excellent job listing all ways to send parameters to a Spring application.

I want to do the same for #ApacheAPISIX; it’s beneficial when you write a custom plugin.

3 0 0 0
Implementing the Idempotency-Key specification on Apache APISIX Last week, I wrote an analysis of the ITEF Idempotency-Key specification. The specification aims to avoid duplicated requests. In short, the idea is for the client to send a unique key along with the ...

Following the description of the #IETF #Idempotency Key spec, here's crude implementation on #ApacheAPISIX

3 0 0 0
Post image Post image Post image Post image

Back home after my talk #CERN. Around 40 people came and listened how to evolve your APIs with #ApacheAPISIX.

Then I had a private tour of the computing center and the Antiproton Acecelerator 🔬

Not bad for a Thursday 😊

6 0 0 0
Pont qui se scinde en plusieurs branches

Pont qui se scinde en plusieurs branches

Dur de choisir son ingress-controller, entre #projectcontour #traefik #thekonginc #ApacheAPISIX #IngressNGINX… et j'en passe!

Vient découvrir la #GatewayAPI, interface officielle de #k8s pour les contrôler tous!

🔖Fav link.davinkevin.fr/GwAPI-devoxx...

Hâte de vous retrouver à #DevoxxFR

1 0 0 0
Secure your API with these 16 Practices with Apache APISIX - part 1 A couple of months ago, I stumbled upon this list of 16 practices to secure your API: Authentication 🕵️️ - Verifies the identity of users accessing APIs.Authorization 🚦 - Determines permissions of ...

I lastly stumbled upon a list of 16 practices to secure your #APIs. In this two-post series, I’d like to describe how we can implement each item with #ApacheAPISIX (or not).

0 0 0 0

Hardening #ApacheAPISIX with the #OWASP's #Coraza and Core Ruleset

blog.frankel.ch/apisix-owasp...

0 0 0 0
Post image Post image Post image

Back from #Devops DDay in Marseille. Thanks to the great audience and the many questions I had after my talk about #ApacheAPISIX and #opentelemetry.

Next Saturday I’ll be in Torino for DevFest Alps. See you there!

0 0 0 0
Preview
API versioning In my previous post Evolving your APIs, I mention the main API versioning approaches. During the talk of the same name, I sometimes get some questions on the subject. In this post, I’ll detail each ...

In my previous post Evolving your APIs, I mention the main #API #versioning approaches. During the talk of the same name, I sometimes get some questions on the subject. In this post, I’ll detail each of them, and how you can implement them with #ApacheAPISIX.

#APIs #HTTPAPIs #WebAPIs

2 1 0 0
Preview
10 Reasons for Choosing API7 - API7.ai Discover the top 10 reasons why API7 is the ultimate choice for API management!

10 Reasons for Choosing #API7

api7.ai/blog/10-reas...

#APIGateway #ApacheAPISIX

2 1 0 0