Recent Posts

Health Check Response Format for HTTP APIs

Author: Nicolas Frankel Original post on Foojay: Read More I’m continuing my journey on getting more familiar with HTTP APIs by reading related RFCs. This time, I read the Health Check Response Format for HTTP APIs on the suggestion of Stefano Fago. In this article, I’d like to summarize my reading. Note that it’s a draft. Moreover, it has been …

Read More »

DRY your Apache APISIX config

Author: Nicolas Frankel Original post on Foojay: Read More DRY is an important principle in software development. In this article, you learn how to apply it to Apache APISIX configuration. The DRY principle “Don’t repeat yourself” (DRY) is a principle of software development aimed at reducing repetition of information which is likely to change, replacing it with abstractions that are …

Read More »

A Fresh Look at Embedded Java

Author: Frank Delporte Original post on Foojay: Read More Since its inception, Java has promised to “Write Once, Run Anywhere.” In its early days, the main focus of Java was embedded devices, such as set-top boxes and televisions. But soon, it became one of the leading programming languages powering high-scale business applications that can handle massive amounts of transactions with …

Read More »