blog
blog copied to clipboard
Blog
I have recently been able to help bring the [noxDB project to GitHub](https://github.com/sitemule/noxDB), integrate a basic makefile and also create documentation for the APIs. noxDB is an XML and JSON...
This is part one in a series of blog posts which include benchmarks after using [RLAConverter](https://github.com/WorksOfBarry/RLAConverter) to change RLA operations into Embedded SQL. In the next post, I hope to...
Moving your source code to git is one of the biggest jumps a company can make. While it is a risk, it’s also one of the best moves a company...
When using git with ILE source, is it important that each developer still gets their own development library which their own objects (**not source code**) can go into. A problem...
In the last blog, we covered what some of the specific RLA operations. This time around, we're going to look at the `Chain` operation. Simply put, the actions of `chain`...
The printf function in C is very useful when starting to develop new programs. I'm not a big fan of using DSPLY.. and I've found something I much prefer! The...
I love Embedded SQL in RPG, it's my favourite feature and it couldn't be any better really (well it could, but this isn't a rant). This long blog post is...
I found out recently that it's so simple to create and write to spool files. Why you would you want to write to spool files, you may ask. I want...
In today's blog, we're going to talk about stored procedures to call ILE programs from SQL. I've been inspired to write this blog because of an article: [Recycling RPG as...
This is quite a new topic for me, but over the last few days I've been using them more and more so I thought I'd write about it. In this...