Skip to main content

Highlights of MWLUG 2017

This year the MWLUG conference was held at the Hilton Mark Center in Alexandria, VA. The theme for MWLUG 2017 was "Moving Collaboration Forward."  There are numerous changes to the IBM Collaboration landscape and we wanted to cover these changes, but at the same time augment our normal ICS specific sessions with sessions focused on the greater landscape of collaboration. We had sessions on non-ICS specific topics like MongoDB, IoT, and Sharepoint.

MWLUG 2017 this year comprised of 60 sessions, workshops, and round tables. We had 232 registered attendees with 211 showing up making this the largest conference we had ever had. The conference covered IBM Bluemix, IBM Cloud, IBM Connections, IBM Notes/Domino, IBM Verse, Watson Workspace, IBM/Cisco Collaboration and Connections Pink.

The IBM Domino Application development round tables were most enlightening and dynamic to put it.

Our two Platinum sponsors, panagenda and Red Pill Now both had free workshops for the attendees.  panagenda's workshop cover ApplicationInsights and Red Pill Now's workshop covered UI/UX Design.

Our social event was at the New District Brewing Company in Arlington, VA. If you left early, you would have misses one of the highlights of MWLUG 2017, the wager between Justin Hill of Prominic and Darren Duke of Simplified Technology Solutions. This wager helped raise almost $300.00 for our Community Outreach Program. The beneficiary this year was Hands on DC which help schools in the DC area. We raised a total of $1740.00 for this charity.

Thanks to our local organizer, Dave Navarre, we were fortunate to have Gale Garriott as our OSG Guest Speaker. Gale was Honor Guard at the Tomb of the Unknown Soldier, Arlington National Cemetery for 15 months. Gale was followed by Ed Brill and Warp Speed Sponsoring something that we borrowed from Theo and Engage.

This year attendees drank a staggering 59 gallons of coffee, 2 kegs of craft beer from two local breweries, over 300 pints of beer at the New District Brewing company, dried out the tap (of good beer)  at the bar at the Hilton Mark Center twice.

It was great a conference and seeing everyone in person again. As our community seems to be changing and this might been the last time we would see some of them in person.

Thank you to all our wonderful volunteers and sponsors for making MWLUG 2017 possible. It is a community event and it is our community that keeps this going.

MWLUG 2017 sponsors



Unfortunately, this is the last of MWLUG conference. Next year there will be a new name that better reflects on how we see the industry going. The format will be different but the people will hopefully be the same and more.  So for this new and tenth collaboration user group conference we are heading back to the Midwest region of the United States in Ann Arbor, Michigan.  So hopefully we will see you next year in Ann Arbor !!!





Comments

Popular posts from this blog

Creating Twitter Bootstrap Widgets - Part II - Let's Assemble

Creating Twitter Bootstrap Widgets - Part I - Anatomy of a Widget Creating Twitter Bootstrap Widgets - Part II - Let's Assemble Creating Twitter Bootstrap Widgets - Part IIIA - Using Dojo To Bring It Together This is two part of my five part series "Creating Twitter Bootstrap Widgets".   As I mentioned in part one of this series, Twitter Bootstrap widgets are built from a collection standard HTML elements, styled, and programmed to function as a single unit. The goal of this series is to teach you how to create a Bootstrap widget that utilizes the Bootstrap CSS and Dojo. The use of Dojo with Bootstrap is very limited with the exception of Kevin Armstrong who did an incredible job with his Dojo Bootstrap, http://dojobootstrap.com. Our example is a combo box that we are building to replace the standard Bootstrap combo box. In part one, we built a widget that looks like a combo box but did not have a drop down menu associated with it to allow the user to make a select

The iPhora Journey - Part 8 - Flow-based Programming

After my last post in this series -- way back in September 2022, several things happened that prevented any further installments. First came CollabSphere 2022 and then CollabSphere 2023, and organizing international conferences can easily consume all of one's spare time. Throughout this same time period, our product development efforts continued at full speed and are just now coming to fruition, which means it is finally time to continue our blog series. So let's get started... As developers, most of us create applications through the conscious act of programming, either procedural, as many of us old-timers grew up with, or object-oriented, which we grudgingly had to admit was better. This is true whether we are using Java, LotusScript, C++ or Rust on Domino. (By the way, does anyone remember Pascal? When I was in school, I remember being told it was the language of the future, but for some reason it didn't seem to survive past the MTV era).  But in the last decade, there a

The iPhora Journey - Part 4 - JSON is King - The How

  The iPhora Journey - Part 1 - Reimagining Domino The iPhora Journey - Part 2 - Domino, the Little Engine that Could The iPhora Journey - Part 3 - Creating an Integrated UI Framework The iPhora Journey - Part 4 - JSON is King - The Why The iPhora Journey - Part 4 - JSON is King - The How As we mentioned yesterday, in reimagining Domino, we wanted Domino to be a modern web application server, one that utilized a JSON-based NoSQL database and be more secure compared to other JSON-based NoSQL platforms. A Domino document existing within a Domino database is the foundational data record used in iPhora, just as it is with traditional Domino applications. But instead of just storing data into individual fields, we wanted to store and process the JSON in a Domino document.  However, text fields (AKA summary fields) in Domino documents are limited to only 64 KBytes, and that is a serious limitation. 64 KBytes of JSON data does not even touch what the real world typically transfers back and fo