Sneak preview - our api documentation is live: api.maildroppa.com
Marcus Biel
@bielmarcus.bsky.social
Creator of a free Java Youtube course, international speaker, @dev_champions, #ADHD, indie hacker
Spoiler Alert. The public api for Mailldroppa is close, and will be included in our FREE plan. 🥳 Contact me if you want early access.
New GPT hack. Wanted a microprofile openapi filter implemented by GPT. Kept trying, but it didn't get it right, not even my PRO model. Let it write a github code extractor, extracted the whole 6k lines of the openapi github project into a text file, gave it GPT for context - boom! Works!🤘
In 2024, which RateLimiting Library should be used for a single node Java Quarkus Backend (Latest versions for both) Resilience4j Bucket4j Guava RateLimiter Netflix Concurrency-Limit What else maybe?
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }