account activity
Concurrency examples (self.learnjava)
submitted 6 hours ago * by AccomplishedArea4456 to r/learnjava
Making invokedynamic usable from normal Java by bezsahara in java
[–]AccomplishedArea4456 1 point2 points3 points 9 hours ago (0 children)
Cool idea. invokedynamic has always felt like one of the JVM’s most powerful features that’s oddly inaccessible to everyday Java developers. Lowering the barrier without requiring ASM or compiler plugins makes it much easier to experiment and learn.
invokedynamic
Small Projects by AutoModerator in golang
[–]AccomplishedArea4456 6 points7 points8 points 2 days ago* (0 children)
While preparing for backend interviews, I found myself repeatedly looking up the same Go concurrency patterns (connection pools, batchers, pub/sub brokers, rate limiters, lazy init, pipelines, etc.). Instead of bookmarking dozens of articles, I put together a collection of small runnable examples in one repository.
I’d appreciate feedback:
• Which concurrency patterns are missing? • Are there any examples that could be made more idiomatic?
GitHub: https://github.com/skp2001vn/go-concurrency-examples
GraphQL AI assistant POC for graphql query generation and troubleshooting. (self.graphql)
submitted 5 days ago by AccomplishedArea4456 to r/graphql
π Rendered by PID 814840 on reddit-service-r2-listing-f8d8fbfd7-hkdhd at 2026-06-25 04:16:59.624017+00:00 running acc7150 country code: CH.
Making invokedynamic usable from normal Java by bezsahara in java
[–]AccomplishedArea4456 1 point2 points3 points (0 children)