DEV Community

Cover image for The Art of Visual Programming
Linx Software
Linx Software

Posted on • Originally published at linx.software on

The Art of Visual Programming

At the heart of any low-code tool, you will find user-friendly features that enable developers to create applications without having to hand-code everything.

Linx - a low code tool for rapid backend development - makes the process of developing complex solutions easier and faster than having to hand-code solutions from scratch. Focused on speed, it has no boilerplate code, no syntax and requires no deep knowledge of a particular system or framework.

At the heart of the platform is a range of different types of plugins (like nuget or npm packages) that makes it possible to handle a range of tasks, from data retrieval and file handling to systems integration, communication and automation; and so much more, without the need for coding, yet still giving you the feel of keeping to 'programming concepts'.




The Linx plugins library

The various pre-packaged plugins are easily added to your solutions to perform a range of tasks, including:

  • Programming tasks, e.g creating variables of different types (including string, integer, decimal, list, byte, boolean and dateTime) , using IfElse statements, conditional and iterative looping, etc
  • Automating workflows by using services like Timer, Cron, DirectoryWatch, RabbitMQService, RESTHost, SimpleRESTHost and SOAPWebService
  • Integrating with 3rd party API’s, including various AWS API’s (e.g. S3, EC2, SNS, SQS), Google API’s (Google Drive and Google Sheets), Azure Storage, Xero, FinSwitch and QuickBooks
  • Publishing or consuming SOAP and REST Web Services
  • Connecting to databases to execute SQL queries, stored procedures and perform other DB tasks
  • Working with Text, XML and JSON data
  • Reading from or writing to files of various formats, including Text, CSV, PDF and Excel files
  • Compressing and decompressing files
  • Managing remote files and directories, using FTP
  • Working with message queues, using MSMQ
  • Working with images, using GraphicsMagick
  • Reading and sending emails, using POP3, IMAP and SMTP
  • Using cryptography to, for example, encrypt and decrypt data

Precoded plugins



It also uses the same concept for common programming operations

Low code programming concepts




Using Linx plugins

Plugins contain specific Functions, Types and Services. For example, the Email plugin contains two functions: ReadEmail and SendEmail.

Another example: the Xero plugin contains over 100 different types and functions for interacting with the Xero API.

Functions, Types and Services have specific properties that must be set with specific values to ensure the required and correct functioning of the Function, Type or Service. For example, one of the ReadEmail function’s properties is Username, which is used to connect to the relevant email server.




How easy is it to use Linx plugins?
Very. Follow these few simple steps:

  1. Find the relevant plugin.

    Now this plugin is included in your solution, ready for you to work with a specific Function, Type or Service from the plugin. This means you can now add a function (or a service or type) to one of your solution’s process flows.

  2. Add a Function to a process flow.
    Click on the relevant function, then drag and drop it onto the main design canvas to include it in the process flow. Now the function is included in your process flow, ready for you to set its properties to determine exactly how it should function.

  3. Set your Function’s properties.
    Now the function that was previously added to your process flow has configured properties. Depending on your actual objectives, and the subsequent nature of your process flow and of the overall solution, you may have a working solution.

Of course, it is most likely that your process flow will require a number of functions, services and types that are contained in different plugins.


The beauty of building applications with Linx is that any solution can make use of any and as many plugins as needed.

See more about the Linx range of plugins here. Or use them to build and host an API.

The post The Art of Visual Programming appeared first on Linx.

Top comments (0)