The last few weeks I've been busy, I mean, really busy trying to figure out how to assemble everything together, and I finally got something to work. After all, is LabVIEW + Docker + Windows, a match? Continuous Integration During my mission of implementing Continuous Integration in my development workflow it wasn't clear until so … Continue reading LabVIEW + Docker + Windows = Match?
Category: Developer Tools
Project Templates Script
Following a previous post that I did about standardization of projects in LabVIEW, I decided to create a script for doing this automatically using the given template. My inspiration was a post in Sam's Blog about automating this task with a script (special thanks). I did a few modifications to adapt my workflow here such … Continue reading Project Templates Script
VI Analyzer and Git
For a while we've been trying to adopt good software engineering practices with LabVIEW. We've been aware of the VI Analyzer and the benefits of including the static code analysis in the workflow. For those who not know, the VI Analyzer Toolkit provides tests to your code that helps validate some style and practices and, … Continue reading VI Analyzer and Git
Project Templates
Hey, I'm back. It's been a while without posting, and now I'm bringing something that I've been researching in the past few weeks. It's been about project templates, more precisely, project structures. What is known... That was always my complaint about LabVIEW, I've never seen a similar a project structure, and it is easy to … Continue reading Project Templates
Managing Dependencies in SCC – Part 2 – The Solution
So, in the first post of this issue, I wrote about what problems and issues I had and what I was seeking to solve them. As I told before a co-worker told me that Gitlab has some extended features and then he introduced me to the Gitlab API. Then I started my quest of developing … Continue reading Managing Dependencies in SCC – Part 2 – The Solution
LabVIEW Hidden Gems
As promised in my previous post, I am bringing here something about the LabVIEW Hidden Gems, on what they are, how one can use it and more. About Hidden Gems For a while I saw a presentation from Darren Nattinger from NI, who has showed what are the Hidden Gems for the first time. It … Continue reading LabVIEW Hidden Gems