For most of the modern languages, the development workflow is centered on local environments linked to a project where you have all your dependencies isolated from the rest of the system. LabVIEW until the current days does not have this feature, mainly because is not a modern language and also because the modern software engineering … Continue reading Enabling Virtual Environments in LabVIEW
Category: Sem categoria
Diff Report for LabVIEW files
What about a diff report for LabVIEW files on a webpage? As all you of know, diff in a graphical language is quite a challenge, with few options, the solution ends up with running locally a script to run over all the code changes. As much as it “works”, it is time consuming and not … Continue reading Diff Report for LabVIEW files
Pre-commit for LabVIEW projects
Recently I was working in a Python project where I had the opportunity to use the pre-commit framework. Setting up your CI pipeline for example, or creating a makefile in python projects is not a big thing to maintain code quality and standards in your project.. There are plenty of examples around. You can, for … Continue reading Pre-commit for LabVIEW projects
A Git Based Dependency Management. For LabVIEW?
What about a git based manager for your source code, zip files, binaries (PPLs), etc...? For a while I've been trying to write this post, but several reasons kept me from finishing the write. One of the things is that I didn't have a good solution for it. I had a workable solution, but it … Continue reading A Git Based Dependency Management. For LabVIEW?
Failed to Compile
Hi, I am back writing. At least I will try. Last year was a year of big changes for me, and writing here was not my priority, not that I don't like to, I really enjoy, but time and patience to sit and write something is somewhat hard to find nowadays. This time is small … Continue reading Failed to Compile
GLA Summit 2020
This last week I've been a bit busy trying to assemble my presentation for GLA Summit 2020. This is going to be a major event this year, and most of the best LabVIEW developers will present something there. If you haven't signed up there is still time (it is free). https://www.glasummit.org/ The event will take … Continue reading GLA Summit 2020
Managing Dependencies in SCC – Part 1 – The Problem
It all started two years ago when I watched a presentation in NI Week 2018 from Christian Butcher about Clean Architecture. This time, I was really attending (not virtually) NI Week '18 (which, by the way, I am really grateful). Although you can watch videos from the conference later, it is really important to attend … Continue reading Managing Dependencies in SCC – Part 1 – The Problem