Skip to main content

MWLUG 2017, "Moving Collaboration Forward", The New is Old and the Old is New

MWLUG 2017 mark the ninth annual ICS user group conference that we as a community are coming together to network and learn for each other.  It will be held at the beautiful Hilton Mark Center in Alexandria, VA near Washington DC from August 8 - 10, 2017. Like always we are planning many activities at MWLUG.

Unlike previous years, MWLUG 2017 will be held from Tuesday through Thursday rather than the previous years where the conference was held from Wednesday until Friday.  This was one of the feedback that we receive last year.

Our ICS community is in a state of transition as the market is changing and new technologies are introduced not just by IBM but from open source environment and other technology vendors.  No one vendor can silo themselves within their own technology.  Users are looking for the best breed.  IBM has answered this call with new solutions derived from open source technology like Docker, MongoDB, and Node.

However as the same time, these new technologies also remaking existing our ICS technologies like Domino to become innovative solutions for organizations and allow them to improve and grow.

In tune with the MWLUG 2017 theme "Moving Collaboration Forward", we are planning sessions this year to include new IBM technologies like:

  • IBM Pink Connections
  • Watson Workspace
in addition to existing IBM technologies:
  • IBM Cloud
  • IBM Connections
  • IBM Domino
  • IBM Sametime
  • IBM Traveler
  • IBM Verse
and open source technologies that are enhancing and are the key to the future success of  both existing and newer ICS solutions:
  • Angular
  • Docker
  • Graph
  • Node
  • Linux
  • Loopback
  • MongoDB
  • MVC
  • ReactJS
  • REST API
  • Web Security
(HINT: MY WISH LIST)



So come join us and share your knowledge, registration is open. Take the time to submit your abstract. Don't be afraid. We are always open to new speakers. Abstract submission ends on Friday, May 26, 2017.

Register:

Submit your abstract:


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