June 20, 2018
June 20, 2018 | Volume 12 Issue 22
- LEAD ARTICLE: POWERUp 18 Recap
- FEATURED ARTICLE: Making Node.js a Business Application Language
- FEATURED ARTICLE: Book Review: Extract, Transform, and Load with SSIS
- NEWS HIGHLIGHT: IBM Cloud Fuels Smart Building Innovation
- WHITE PAPER: 3 Compelling Drivers for Implementing an HA Solution on an IBM i Cloud with MIMIX
- FEATURED VIDEO: Design an Invoice in 10 Minutes
- EVENT: Query, Reporting, and Analytics for IBM i Users
POWERUp 18 Recap
COMMON’s POWERUp 18 showcased new hardware editions and cognitive solutions.
By Steve Pitcher
I’m going to bounce around a little with my topic coverage, because there’s a lot to talk about with regard to POWERUp, COMMON’s newly renamed spring conference that was held in San Antonio last month.
About 1,000 people attended this year. As part of the Board of Directors for COMMON, I try to shake every attendee’s hand and say hello. I haven’t confirmed yet, but it seemed that the number of first-time attendees was up really well this year (we give those people special ribbons to signify them).
IBM Quantum Computer Demonstrates Next Step Towards Moving Beyond Classical Supercomputing
Register Now: Introducing Profound UI Version 6 |
Making Node.js a Business Application Language
You want to start developing an application in Node.js, but you soon realize the JavaScript language is not necessarily business oriented. What to do?
By Brian May
JavaScript, like most interpreted languages, can be immensely powerful due to its flexibility. Variables can be dynamically typed, code can be passed as a parameter and executed, and code can be run asynchronously. These types of features allow amazing things to be done. As a true geek, I love to use these types of things.
Why Migrate When You Can Modernize?
Explore the main considerations you should be aware of before embarking on a (migration or modernization) project. Take a deeper dive into business motivations and factors that could potentially influence your decision to migrate or modernize your existing IT platform and its risks.
More than ever, there is a demand for IT to deliver innovation.
Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects.
The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the companyare not aligned with the current IT environment.
Node Webinar Series Pt. 1: The World of Node.js on IBM i
Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.
Part 1 will teach you what Node.js is, why it's a great option for IBM i shops, and how to take advantage of the ecosystem surrounding Node.
In addition to background information, our Director of Product Development Scott Klement will demonstrate applications that take advantage of the Node Package Manager (npm).
watch now!
Low Code: A Digital Transformation of Supply Chain and Logistics
Learn how businesses leverage Low-Code to continue to deliver value through digital transformation. Discover how the power of Low-Code is helping many businesses evolve their supply chain, increase ROI, and achieve more tangible results.
Watch this webcast now.
Easiest Way to Save Money? Stop Printing IBM i Reports
The thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing.
Manage your reports with the Robot Report Management Solution.
Rerun another report? Never again. Try the Robot Report Management Solution FREE for 30 days.
Comply in 5! Well, actually UNDER 5 minutes!!
TRY the one package that solves all your document design and printing challenges on all your platforms.
Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product.
Book Review: Extract, Transform, and Load with SSIS
Do your business apps access different data sources? This book shows you how to make that task easier
by Steven Cole
As a developer, I have often worked with business applications that pull in data from various sources, such as files or databases, and send that data to multiple destinations. This sounds simple enough, but clients and/or applications typically do not send or receive data the same way. So, what happens when you must update that data for the destination to take it in? There are multiple tools you can use to modify (transform) this data—essentially, the extract, transform, and load (ETL) concept. Wouldn’t it be great to have one tool to handle multiple ETL scenarios? That’s where Extract, Transform, and Load with SQL Server Integration Services: With Microsoft SQL Server, Oracle, and DB2 comes into play. This book is exactly what the title states. In it, authors Thomas Snyder and Vedish Shah dive into how to use Microsoft’s SQL Server Integration Services (SSIS) to accomplish these tasks.