blog icon indicating copy to clipboard operation
blog copied to clipboard

Blog

Results 64 blog issues
Sort by recently updated
recently updated
newest added

I've been using Jenkins a lot lately and thought it'd be nice to share how to get Jenkins setup easily on your IBM i. I am using `wget` in this...

If you've never heard of GitHub Codespaces before, I hope that you will leave this post wanting to try it. As a preface: I do all of my development in...

blog
nodejs
ilerpg
odbc

This post will explain how to: 1. Install the IBM i ODBC driver on Windows 2. How to build [`node-odbc`](https://github.com/markdirish/node-odbc) on Windows 3. Execute an SQL statement on a remote...

nodejs
odbc

I got to see IBM's new Merlin product last week and I am quite excited about some parts of it. I wanted to write a blog post to write about...

blog
ilerpg
git

I just got a new iPad since I am going to be traveling a little more often. I like to work while I am out and about, whether it's on...

This blog is a follow up from "A better way to read a file in the IFS with RPG" [on RPGPGM.com](http://www.rpgpgm.com/2016/03/a-better-way-to-read-file-in-ifs-with.html). Writing to the IFS can be important. It can...

ilerpg

In order to streamline the ODBC driver for IBM i installation, I am hosting the `.rpm` file (the driver package). Executing this shell script will install the driver for you...

odbc

I found myself needing paging in a TreeView. Here's how I did it. * I'm using JavaScript - sorry about that! * My TreeView data is SQL driven. Video: https://user-images.githubusercontent.com/3708366/137364458-bc9ad98e-b65d-46c9-9b01-7c32e90c44c6.mov...

nodejs

Here’s my ideal remote conference I’ve been wanting a remote conference for IBM i in the style of MS Build or GitHub Universe. Here’s a simple check list. * There...

Introduction to RPG (Report Program Generator). See [this Wikipedia](https://en.wikipedia.org/wiki/IBM_RPG) page for an introduction to RPG. ## Todo * Intro to RLA * Creating service programs out of modules * Creating...

ilerpg