Marcus Biel
@bielmarcus.bsky.social
Creator of a free Java Youtube course, international speaker, @dev_champions, #ADHD, indie hacker
Reposted by Marcus Biel
February 6, 2025 at 10:05 PM
Spoiler Alert. The public api for Mailldroppa is close, and will be included in our FREE plan. 🥳
Contact me if you want early access.
Contact me if you want early access.
January 30, 2025 at 1:17 PM
Spoiler Alert. The public api for Mailldroppa is close, and will be included in our FREE plan. 🥳
Contact me if you want early access.
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!🤘
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!🤘
January 30, 2025 at 12:44 PM
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!🤘
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?
Resilience4j
Bucket4j
Guava RateLimiter
Netflix Concurrency-Limit
What else maybe?
January 12, 2025 at 10:15 PM
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?
Resilience4j
Bucket4j
Guava RateLimiter
Netflix Concurrency-Limit
What else maybe?
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
December 1, 2024 at 9:23 PM
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}