Search results for #EclipseCollections
After 21 years of developing, using, teaching, collaborating, blogging, podcasting, writing a book about #EclipseCollections, one thing motivates me to keep going. There are millions of #Java developers that don't know what they have been missing for 21 years. IYK, then LTK. 🙏
Published a release blog for the back to back releases of Eclipse Collections 12.0 (Java 11+) and 13.0 (Java 17+). Thanks to all of our users, contributors, and advocates! 🙏Congrats and welcome to our two newest #EclipseCollections committers! 🎉👏 donraab.medium.com/eclipse-collec…
If you want to build up your understanding of #EclipseCollections before making your first OSS contribution to the library, you have 5(ish) ways. • Blogs/Talks • Code Katas • Use the library • Read 1M+ LOC • Read book The book can save you time.🤷♂️👇 donraab.medium.com/book-eclipse-c…
While I don't know how many #Java developers use #EclipseCollections, I do know that EVERY #Java developer benefits from EC, because it is an active member of the OpenJDK Quality Outreach Program. EC reports issues it finds 👇 in its EA OpenJDK testing. 👍 bugs.openjdk.org/browse/JDK-830…
#EclipseCollections 12.0 is in release review @EclipseFdn. Eclipse Collections Categorically (ECC) matte hardcover (center👇) is now available for pre-order on Barnes & Noble & GA on June 15. Amazon Kindle version of ECC will be GA on June 30.🙏 #Java summer forecast is 🌞🏖️☕📚
My latest blog: There is No Mute Button After ~10 years of #EclipseCollections, I share thoughts on building credibility, branding, defining and measuring success, growing an open source community, the importance of networking and authenticity. Enjoy! 🙏 donraab.medium.com/there-is-no-mu…
Look what showed up at my door! #EclipseCollections Categorically by @TheDonRaab! Also, hardcover! Can't wait to see how the final book has become! 😍
The #EclipseCollections repo on GitHub recently passed 2,500 stars. The project marks 10 years @EclipseFdn this year. 250 stars per year is modest, but steady growth. Thank you to everyone that starred the repo, and congrats to the contributors! 🙏 🎉 github.com/eclipse-collec…
It took 21 years to accumulate and transfer my software development experience working on #EclipseCollections into my new book: 📙Eclipse Collections Categorically The cover and content are both in full color. Enjoy!🙏👇 donraab.medium.com/book-eclipse-c…
Some interesting weekend reading on #eclipsecollections, FOSS, patterns, et cetera thanks to @TheDonRaab
Hey All. A friend and JC Donald Raab has published a new book on Eclipse Collections. I invite you to check it out! #java #book #eclipsecollections
My Latest Blog: The Hidden Treasures of Eclipse Collections Collection Covers a series of articles written by #EclipseCollections project lead @NikhilNanivade over the past seven years. Enjoy! donraab.medium.com/the-hidden-tre…
Using Java Data Frame Pivot Function to Count Things by This and by That (or, yet another Java Data Frame blog post) medium.com/@zakhav/catego… #Java #DataFrame #EclipseCollections
Using Java Data Frame Pivot Function to Count Things by This and by That (yet another Java Data Frame blog post) medium.com/@zakhav/catego… #Java #DataFrame #EclipseCollections
@paulk_asert @EclipseCollect Wow, #EclipseCollections mentioned a few times! 😃🙏
I wrote eight blogs in November 2023. Geez. Comparatively, I have been slacking off in November 2024. Good for me! 😴🤗 Now imagine #Java collections had eager low carb awesomeness like #EclipseCollections does. 🤔💡 betterprogramming.pub/what-if-java-c…
Oh, I'm glad I shared my experience with the grouping API. Now, I've learned about #EclipseCollections and have already added lib to a project I'm working on. I love simplicity and rich functionality. Thanks, @TheDonRaab, for creating them. x.com/xpvit/status/1…
Oh, I'm glad I shared my experience with the grouping API. Now, I've learned about #EclipseCollections and have already added lib to a project I'm working on. I love simplicity and rich functionality. Thanks, @TheDonRaab, for creating them. x.com/xpvit/status/1…
@xpvit @mkheck This is one of the reasons why I am currently writing a book on #EclipseCollections. I hope to have the book published in a month or two. In review/editing mode now. In the mean time, I have written 219 blogs on medium, with at least half focused on the library. :)
@xpvit @mkheck If you start using #EclipseCollections types in your code, you may discover interesting types like Bag, Multimap, BiMap and methods like inverse, flip, and flipUniqueValues. My latest blog covers these three methods and a few of the types. levelup.gitconnected.com/parkour-with-m…
@mkheck @xpvit Tell, don't ask. I prefer to tell my collections to do things for me, instead of asking for a Stream, a Collector, and/or a Gatherer to do them for the collection. In #EclipseCollections, groupBy is on the collection types, just one dot and code assist away. My two cents.