Information

OrlandoJUG Town

Calling all Java lovers! The OrlandoJUG features leading edge presentations with you in mind. We meet every month with talks on interesting aspects of programming in Java. Although we're Java-focused, you'll also learn about other JVM languages.

Twitter & Facebook @orlandojug

 

Check the Codetown Events section for specifics about meetings.

Website: http://www.orlandojug.org
Location: Orlando, FL
Members: 96
Latest Activity: Feb 23, 2021

About the OrlandoJUG

Check the Codetown Events section for meeting info. Please RSVP!

* There are no membership fees for joining the Club or participating as a member. Operating costs will be borne by Contributing Sponsor companies (Contributing Sponsors).
* However, membership is not "free" because everyone is asked to contribute time and talent for the benefit of all members. Please volunteer to serve on the committee of your choice.
* The membership list and contact information will not be for public use. Telephone numbers and e-mail addresses will be held in strict confidence. Members are, of course, free to trade contact information one-on-one.
* As a general rule, meetings are held monthly, usually on the 4th Thursday of the month.
* Michael Levin is the JUG chair. Anyone wishing to provide a venue, refreshments or a program speaker/topic should contact him at info (at) orlandojug (dot) org
* There is an open-door policy. All committee and planning meetings are open to all members.
* Constructive criticism and good ideas are invited. We will strive to improve OrlandoJUG on a constant, consistent basis. Your active involvement and support is vitally important to the success of the Club

Our meetings will be listed in the Events section.

Discussion Forum

Meet with a Superb Recruiter 1 Reply

Continue

Tags: ojug, Meetup

Started by Michael Levin. Last reply by Andrew DiRocco Feb 23, 2021.

J4K is virtual this year!

‪J4K was a superb conference last year. This year, it’s virtual and free! Some of the world’s best speakers will present. Register here: http://j4k.io/ They say tickets…Continue

Started by Michael Levin Jul 2, 2020.

Virtual Events

‪Hello! I hope you all are well. I’m staying home for a while, but the Virtual Java User Group and JaxJUG have interesting online events coming up this week. Stay tuned. ...Mike‬

Started by Michael Levin May 11, 2020.

February Meetup! 3 Replies

We have an awesome speaker lined up this Th. Interested? You have to tell me you’re interested or I won’t schedule it. Venue near Ace Cafe!Continue

Started by Michael Levin. Last reply by Naomi Butterfield Feb 27, 2020.

October OJUG

Folks, I’m giving a talk on AI at Devoxx next month in Morocco. Our scheduled Spring talk is postponed. Let me know if you’d like a preview of my AI talk instead. We don’t meet Nov/Dec. Here’s the…Continue

Started by Michael Levin Oct 18, 2019.

Live OrlandoJUG broadcast tonight

Tonight’s Orlandojug will be broadcast live! Monitor @OrlandoJUG on…Continue

Started by Michael Levin Sep 27, 2019.

September OJUG

Join me at OJUG ::: featuring Bruno Souza & Otavio Santana from Brazil! http://meetu.ps/e/H1Rlw/1sqG/aContinue

Tags: Ojug

Started by Michael Levin Sep 17, 2019.

Red Hat Open Shift Workshop 8/21 Orlando Marriott

Hi Michael,Wanted to send you a reminder for next Wednesday's Red Hat OpenShift workshop. We are excited to see you! Date: August 21st, 2019Time: 9am-2pmLocation: Marriott Orlando Downtown (…Continue

Tags: OrlandoJUG, codetown, Redhat

Started by Michael Levin Aug 15, 2019.

DevNexus CFP open until Aug 15

THE DEVNEXUS CALL FOR PAPERS IS OPEN UNTIL AUGUST 15!!! The Call for Papers (CFP) for Devnexus 2020 is now open. Devnexus, …Continue

Tags: codetown, Devnexus

Started by Michael Levin Aug 5, 2019.

OrlandoJUG Reading List ::: from JavaSpecialists

Issue 319 - ArrayBlockingQueue: Weakly Consistent Iteration Powered by Weak References

Like many other concurrent collections, the ArrayBlockingQueue sports a weakly-consistent iterator. However, the ArrayBlockingQueue always has a maximum capacity, the length of the underlying array. In this newsletter we explore what happens to pending iterators when we wrap around the circular array.

Issue 318 - Getting Rid of Unused Warnings with _

We sometimes are forced by the Java language to declare variables that we never use, attracting the ire of the javac compiler. Since Java 22 we have a way to declare these as "unnamed" by using an underscore.

Issue 317 - Explicit vs Diagnostic GC

How many times have we seen programmers call System.gc() to "help the garbage collector"? Unfortunately far too often, with potentially terrible performance implications. In this newsletter we explore the explicit and the diagnostic GC and how we can force a GC, even if explicit GCs are disabled.

Issue 316 - Code Before super() - JEP 447

Java 22 preview allows us to write code before the call to super(). There are restrictions. We are not allowed to refer to "this" in any way. We thus cannot set fields before calling the superclass constructor. But what if the superclass constructor calls our methods? In this newsletter we explore a workaround using ThreadLocals.

Issue 315 - Random Newsletter

Classes java.util.Random and java.util.SplittableRandom didn't used to have a common ancestor, making it difficult to write methods that take either. This was finally fixed in Java 17. Let's have a look at some random Java topics together.

Comment Wall

Comment

You need to be a member of OrlandoJUG Town to add comments!

Comment by Michael Levin on July 17, 2018 at 1:56pm

OrlandoJUG meets every 4th Thursday from 6-8PM. Details about our next meeting are here: http://www.codetown.com/events

Please RSVP so we’ll know how much pizza to order. 

If you want to get email about meetings, join this group. 

 

Members (96)

 
 
 

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

ASP.NET Core 9: Enhancements in Static Asset Handling, Blazor, SignalR, and OpenAPI Support

Microsoft has released .NET 9, which contains features regarding ASP.NET Core 9. This latest release focuses on optimizing static asset handling, refining Blazor's component interaction, enhancing SignalR's observability and performance, and streamlining API documentation through built-in OpenAPI support.

By Robert Krzaczyński

QCon SF: Mandy Gu on Using Generative AI for Productivity at Wealthsimple

Mandy Gu spoke at QCon SF 2024 about how Wealthsimple, a Canadian fintech company, uses Generative AI to improve productivity. Her talk focused on the development and evolution of their GenAI tool suite and how Wealthsimple crossed the "Trough of Disillusionment" to achieve productivity.

By Anthony Alford

Presentation: From Local to Production: A Modern Developer’s Journey Towards Kubernetes

Urvashi Mohnani discusses the full developer experience of writing an application, containerizing it locally, deploying it to a Kubernetes cluster, and debugging Kubernetes applications locally.

By Urvashi Mohnani

Microsoft Introduces Local Emulator for Azure Service Bus Wanted by Developers for Years

Microsoft has unveiled a local Azure Service Bus emulator, transforming the way developers create and test applications. This tool eliminates cloud dependencies and costs, offering a streamlined development cycle and precise debugging in an isolated environment. Compatible with the latest SDKs, it empowers developers to innovate efficiently while ensuring reliable application communication.

By Steef-Jan Wiggers

High-Performance Serverless with Rust: Insights from Benjamen Pyle’s Talk at QCon San Francisco

Benjamen Pyle's talk showcased the power of combining Rust with AWS Lambda for high-performance, scalable, serverless applications. He highlighted Rust's safety and efficiency and its ability to minimize cold start times and costs. Pyle emphasized best practices like multi-Lambda designs and infrastructure like code, enabling developers to build solutions that drive efficiency and sustainability.

By Steef-Jan Wiggers

© 2024   Created by Michael Levin.   Powered by

Badges  |  Report an Issue  |  Terms of Service