Visual Studio 2022 IDE - Programming Tool for Software Developers (microsoft.com)
This blog serves as a platform for sharing my insights into the software industry and other topics. With modernization expertise in desktop, web and mobile development, business process automation, rpa, document management, electronic forms, automated document distribution, system architecture and integration, I aim to provide valuable perspectives and knowledge. Reach out with your IBM i, Windows, Linux or MacOS integration questions.
Email: richard@mobigogo.net Web: https://www.mobigogo.net
Monday, November 08, 2021
Python Development with Visual Studio
Check out this short video on Python development with Visual Studio
Saturday, December 12, 2020
Install and configure Cron Scheduling on IBM i
IBM just released a cron scheduler for IBM i. They released cron, via the 'cronie' RPM package with Anacron, too. If you're not familiar with cron, it's a scheduling mechanism for open source platforms such as Linux and now it's available for IBM i.
This package can be a good way to schedule your open source jobs or even your IBM i CL commands and jobs that need to run on a regular basis.
Check out my quick start tutorial on using cron with IBM i. Using Cron Scheduling with IBM i
Getting Started with MariaDB on IBM i
IBM recently released a current version of the MariaDB database to run natively in PASE on IBM i. The software installs in minutes on IBM i via the Yum-based Open Source Package Management process which is part of Access Client Solutions (ACS). This means that MySQL is once again being fully embraced as a valid IBM i database for storing data for PHP applications such as WordPress. No need to look elsewhere to host your PHP applications and MariaDB data.
If you're interested in using MariaDB on IBM i, check out the following tutorial I created on Github that can be used to quickly install and get started with MariaDB on IBM i. Install MariaDB on IBM i
Thursday, November 26, 2020
Document Your Business and Technical Processes with MkDocs
If you thought documenting your business processes and application code was too hard or tools were too expensive, you should check out the FREE Python based MKDocs offering.
What a great way to start documenting all your company's common business knowledge in one place.MkDocs is an open source Python static site generator for creating documentation using simple Markdown based text documents. Simply edit your MarkDown content files and they are available to anyone in the company who has access to the site.
No database required.
This is a quick way to establish one or more departmental knowledgebases with shareable business and system process documentation.
An MkDocs project directory structure could also be turned into a git project if desired so the entire site would be versioned in a git repository.
I created a quick getting started guide for IBM i, but MkDocs works on any platform.
https://github.com/richardschoen/howtostuff/blob/master/installmkdocsibmi.md
Monday, September 02, 2019
Windows 10, SSH and VS Code - Nice !!
Unfortunately VS Code doesn't have a built-in SSH client or terminal. In my case I typically use putty or MobaXterm as my go to SSH client in Windows 10.
As I started experimenting more with VS Code I found out that Code can work with add-ins like SSH FS to access remote file systems and edit directly. This is invaluable for editing files from a remote system.
However to run bash commands or IBM i system commands on a remote system still required putty or MobaXterm, until I found out that I can use open ssh from the command line terminal in VS Code. And I also found that Windows 10 now has a built-in SSH client and server which means I can initiate a remote SSH session from the Command Prompt or from the VS Code terminal Window.
This means when I am working remotely with an IBM i or Linux system I can now connect to an SSH file system with SSH FS and I can also issue commands in a terminal session as well. Too bad there's not a 5250 interface for VS Code.
Have fun with this and check out the following article link on using ssh in Windows https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/
Also check out this article on setting up to use VS Code with IBM i.
Sunday, April 21, 2019
Use PowerShell to Perform Telnet Actions
Thursday, April 18, 2019
Use PowerShell Automation to Drive the Browser
https://www.linkedin.com/pulse/use-powershell-automation-drive-browser-richard-schoen
Monday, April 15, 2019
QUSER Session Recording - Mono on IBM i - The Port to AIX and IBM i
Check out this video of Calvin Buckley's session and learn how Mono was ported to run .Net natively on IBM i https://lnkd.in/eSyp2qB
Sunday, April 14, 2019
QUSER Session Recording - Your IBM i Has Mono Now What ?
https://www.youtube.com/watch?v=e8OXhkIuE4E
Best Free File Copy Utilities
https://www.techsupportalert.com/best-free-file-copy-utility.htm