home.social

#apacheapisix — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #apacheapisix, aggregated by home.social.

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

    blog.frankel.ch/dry-apisix-con

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

    blog.frankel.ch/dry-apisix-con

  3. When I introduce #ApacheAPISIX in my talks, I mention the massive number of existing plugins, and that each of them implements a specific feature. One of the key features of Apache APISIX is its flexibility. If a feature is missing, you can create your own #plugin, showcasing the platform’s adaptability to your specific needs. In this post, I aim to provide practical alternatives to writing a custom plugin, offering solutions you can quickly implement in your projects.

    blog.frankel.ch/when-write-api

  4. When I introduce #ApacheAPISIX in my talks, I mention the massive number of existing plugins, and that each of them implements a specific feature. One of the key features of Apache APISIX is its flexibility. If a feature is missing, you can create your own #plugin, showcasing the platform’s adaptability to your specific needs. In this post, I aim to provide practical alternatives to writing a custom plugin, offering solutions you can quickly implement in your projects.

    blog.frankel.ch/when-write-api

  5. Lots of service providers offer a #freetier 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 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.

    blog.frankel.ch/free-tier-api-

  6. Lots of service providers offer a #freetier 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 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.

    blog.frankel.ch/free-tier-api-

  7. #RateLimiting is an age-old #ReverseProxy feature focused on protecting against DDoS attacks. It treats all clients the same and is purely technical. In this day and age, most #API providers offer different subscription tiers; the higher the tier, the higher the rate limit, and the more you pay incidentally. It’s not technical anymore and requires to differentiate between clients.

    In this post, I want to detail how to do it with #ApacheAPISIX.

    blog.frankel.ch/different-rate

  8. #RateLimiting is an age-old #ReverseProxy feature focused on protecting against DDoS attacks. It treats all clients the same and is purely technical. In this day and age, most #API providers offer different subscription tiers; the higher the tier, the higher the rate limit, and the more you pay incidentally. It’s not technical anymore and requires to differentiate between clients.

    In this post, I want to detail how to do it with #ApacheAPISIX.

    blog.frankel.ch/different-rate

  9. 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:

    blog.frankel.ch/dynamic-waterm

  10. 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:

    blog.frankel.ch/dynamic-waterm

  11. Nearly at the end of my two weeks marathon across Europe. This week was @berlinbuzzwords, 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 🔨

  12. Nearly at the end of my two weeks marathon across Europe. This week was @berlinbuzzwords, 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 🔨

  13. 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.

    blog.frankel.ch/refresher-gith

  14. 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.

    blog.frankel.ch/refresher-gith

  15. 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 of components and changed the #architecture. Here are some noteworthy learnings; note that some of them might not be entirely connected to @opentelemetry

    blog.frankel.ch/even-more-open

    #Observability #DistributedTracing #ApacheAPISIX @graalvm #Golang #Ruby

  16. 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 of components and changed the #architecture. Here are some noteworthy learnings; note that some of them might not be entirely connected to @opentelemetry

    blog.frankel.ch/even-more-open

    #Observability #DistributedTracing #ApacheAPISIX @graalvm #Golang #Ruby

  17. I recently read a post on "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 application. I want to do the same for #ApacheAPISIX; it’s beneficial when you write a custom plugin.

    blog.frankel.ch/pass-parameter

  18. I recently read a post on "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 application. I want to do the same for #ApacheAPISIX; it’s beneficial when you write a custom plugin.

    blog.frankel.ch/pass-parameter

  19. 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 request:

    * If the server doesn’t know the key, it proceeds as usual and then stores the respons

    * If the server knows the key, it short-circuits any further processing and immediately returns the stored response

    This post shows how to implement it with #ApacheAPISIX.

    blog.frankel.ch/implement-idem

  20. 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 request:

    * If the server doesn’t know the key, it proceeds as usual and then stores the respons

    * If the server knows the key, it short-circuits any further processing and immediately returns the stored response

    This post shows how to implement it with #ApacheAPISIX.

    blog.frankel.ch/implement-idem

  21. 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 Accelerator 🔬

    Not bad for a Thursday 😊

  22. 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 Accelerator 🔬

    Not bad for a Thursday 😊

  23. Last week, we listed 16 practices to help secure one’s APIs and described how to implement 7 of them with #ApacheAPISIX.

    This week, we will look at the remaining practices.

    blog.frankel.ch/secure-api-pra

    #API #security

  24. Last week, we listed 16 practices to help secure one’s APIs and described how to implement 7 of them with #ApacheAPISIX.

    This week, we will look at the remaining practices.

    blog.frankel.ch/secure-api-pra

    #API #security

  25. 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).

    blog.frankel.ch/secure-api-pra

    #Security #APISecurity

  26. 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).

    blog.frankel.ch/secure-api-pra

    #Security #APISecurity

  27. In a few words, the idea of #canaryreleases is to deliver a new software version to only a fraction of the users, analyze the results, and decide whether to proceed further or not.

    In this post, I’d like to detail this introduction briefly, explain different ways to define the fraction, and show how to execute it with #ApacheAPISIX.

    blog.frankel.ch/canary-release

  28. In a few words, the idea of #canaryreleases is to deliver a new software version to only a fraction of the users, analyze the results, and decide whether to proceed further or not.

    In this post, I’d like to detail this introduction briefly, explain different ways to define the fraction, and show how to execute it with #ApacheAPISIX.

    blog.frankel.ch/canary-release

  29. 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!

  30. 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!

  31. 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

    blog.frankel.ch/api-versioning

  32. 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

    blog.frankel.ch/api-versioning