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 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...

blog
ilerpg

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...

ilerpg

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...

git

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...

git

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`...

ilerpg

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...

ilerpg

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...

ilerpg

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...

ilerpg

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...

nodejs
ilerpg
php

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...

ilerpg