blog icon indicating copy to clipboard operation
blog copied to clipboard

Blog

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

Building an app that uses ODBC to talk to Db2 for i takes some work these days. You need ODBC, the chosen driver (Db2 for i / `iaccess`) and unixodbc...

nodejs
odbc
db2

I am known for telling people I do business with that they do not need to buy any type of product to integrate their open-source environment to their existing ILE...

nodejs
ilerpg
odbc
db2

I have recently been looking into storing unstructured data (JSON) into Db2. This is not only good for storing JSON, but if you want to store information that can expand...

db2

I've just seen this [blog post](http://www.wachs.dk/ile-rpg-function-convert-string-upperlower-case/) and I do only have a two issues with it: * For code that's written in 2016, it's still in fixed format. * It's...

ilerpg

My team has been working hard on preparing the tools needed to make deploying to IBM i easier. Whether you want to build apps in a dev, test, or production...

blog
git

RPGLE language tools has come a long way in terms of tooling for Visual Studio Code. Writing RPGLE in VS Code is a reality in 2023 (it was in 2022...

ilerpg
git

DevOps on IBM i is such a hot topic right now and I wanted to write about different areas of DevOps and how you can achieve them on IBM i...

git

Following on from the last blog, this one will extend your Embedded SQL knowledge. This blog will mainly focus on two things. First: `SQLSTATE` and how to use it to...

ilerpg

This is a follow-up to [my previous GraphQL (Feb 2020)](https://github.com/worksofliam/blog/issues/44) on IBM i post, where this time we use Join Monster to solve the n+1 problem. The n+1 problem indicates...

nodejs
odbc
db2

The question ‘why git?’ comes up a lot in the IBM i world. My personal answer is usually > you’re an idiot if you’re not using git But in a...

git