Community-Developed Dashboard With Node and DB2

In article “Riding ExpressJs and Node.js to the Web,” you learned how to create a simple ExpressJs application complete with database access and a view layer. With this newfound knowledge, I thought it would be good to produce a tool for internal use that utilizes IBM’s ever-growing list of DB2 for i Services.

Embrace Auto-Updating IBM i Performance Stats in Real Time

[et_pb_section fb_built=”1″ _builder_version=”3.22″ global_colors_info=”{}”][et_pb_row _builder_version=”3.25″ global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text admin_label=”Blog Post” _builder_version=”4.11.3″ text_font=”||||” header_font=”||||” max_width_tablet=”50px” module_alignment=”left” hover_enabled=”0″ use_border_color=”off” saved_tabs=”all” global_colors_info=”{}” sticky_enabled=”0″] Originally published: MC Press Online, on 10/30/2015. Deliver real-time WRKACTJOB stats to the browser using Node.js, DB2 for i Services, and WebSockets. I am continually intrigued by the capabilities HTML5’s WebSockets afford […]

Get Rolling With Python on IBM i

[et_pb_section fb_built=”1″ _builder_version=”3.22″ global_colors_info=”{}”][et_pb_row _builder_version=”4.11.3″ hover_enabled=”0″ global_colors_info=”{}” sticky_enabled=”0″][et_pb_column type=”4_4″ _builder_version=”3.25″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||”][et_pb_text admin_label=”Blog Post” _builder_version=”3.27.4″ text_font=”||||” header_font=”||||” max_width_tablet=”50px” module_alignment=”left” use_border_color=”off” saved_tabs=”all” global_colors_info=”{}”] Originally published: IBM Systems Magazine, on 8/12/15. Author Note: At COMMON IBM declared they would be delivering a package manager for installing open source, like Python. Search for “IBM i yum” to […]

Node.js Is Genius with WebSockets

“Wow, that was significantly simpler than I thought it would be,” said no web programmer ever.
I am often in the camp of wishing things were simpler with web development, specifically the link between the browser and server, so that I don’t have to think as much about the underlying technology and can focus more on meeting the business need. Many technologies have made strides in this area over the years with concepts of convention over configuration (thank you, Ruby on Rails). Today, I am tooting the horn of JavaScript and Node.js in the implementation of HTML5 WebSockets.