Author: Andy Youens
-
VS Code – An OSS IDE
In my previous articles on IBM i Open Source, I’ve briefly mentioned Microsoft Visual Studio Code. So, in this article, let me show you what it’s all about. What options do we have for editing our source/applications that reside on our IFS? IBMs RDi (Eclipse based) Zend Studio (Eclipse based) Notepad ++ 5250 EDTF (Suppose…
-
Node Project – iDash
In this article I will take you through part of my Node.js workshop that I presented at the UK International i Power conference in June 2019. The workshop was called ‘From Zero to Production with Node.js’. I hope those that attended enjoyed the workshop and found it beneficial. I also included a brief introduction into…
-
Programmers Comments
This is a light hearted article this month while I prepare for my Node.js on IBM i workshop at the UK International i Power conference 2019. Over the 40 odd years I have been programming, I’ve come across some fantastic comments in source code. They certainly make code maintenance a lot more enjoyable. These are…
-
Use the Beaver!
Use the Beaver! In this article I will show you how we can use beneficial plugins to enhance our RDi environment. If you find the Run SQL Scripts limited in its functionality, not being able to prompt SQL statements, no auto-complete etc, then the Beaver may be for you! DBeaver is free and open source…
-
Open Source Updates
To continue my series of articles on Open Source on the IBM i. A couple of months ago I wrote a PowerWire article on how we should now be managing, and keeping up to date, our open source, which can be found here. For those of you, like myself, who have been working on this…
-
Midnight Commander
IBM is doing such a great job on the Open Source front, it’s difficult keeping up with all their offerings as of late. That’s not a complaint, keep going IBM! Another great example of software being added to that list is Midnight Commander – what a great name! Midnight Commander is a very helpful graphical…
-
Open Source Package Management
To follow on from my PowerWire Open Source on IBM i theme, this time I would like to run through Open Source Package Management with you all. So, what is Package Management? Firstly, let us step back and run through how we typically manage our software on the IBM i. If we had a requirement…
-
Node is Weird!
Firstly, thanks to all that attended my Node.js on IBM i workshop at the International i Power conference in June. Once again, a great event, meeting up with old friends and colleagues. Well done to the organisers. In this article I intended giving you a quick introduction to Node.js on our favourite server, the IBM…
-
A Netserver SMB Alternative?
Has your organisation been hit with the file sharing SMBv1 being disabled? Can you no longer share files on our servers IFS, as Microsoft is now blocking this protocol? Server Message Block (SMB) is the method used on the IBM i to share files and printers and commonly known on the IBM i as NetServer.…
-
RDi 9.6 – Push to Client Feature
To continue with my current stream of Rational Developer for i articles, in this issue, I will show how to use a feature that makes administration easier, I’m all for that! How many times over the years have we opened a PMR with IBM on RDi, or all the numerous names their development tool has…
-
RDi 9.6 – Worth a Look?
Firstly, thank-you to all that attended my RDi session at the last UK iUG meeting. I hope you enjoyed it. At that presentation, I notified all that IBM were due to release Version 9.6 of RDi on the 16/11/2017, which replaces RDi version 9.5.1.2 It will require a new install and also there are new…
-
DB2 Field Procedures – Testing
In my last article, I wrote how we can encrypt sensitive data in our DB2 database. To recap; IBM has given us the ability to take a field, or column, and let us apply security, or encryption, to that field/column. It is up to your FieldProc program to perform the measures you have taken to…