A small blog to my thoughts on LabVIEW software development
Home Page
Felipe’s Thoughts
Welcome to my blog. This blog is intended to be kind of my knowledge base. From now on, I’ll try to share what I found the most interesting in LabVIEW Software Development. Not just programming, but some thoughts and ideas in productivity and team working.
To start reading, go to the Blog page or navigate in categories or archive in the side column. Don’t forget to subscribe for new content.
Hey everyone. As promised, I am writing this new series on how to automate your releases/versioning using a git based source code control management. To achieve this I believe I might write two or three blog posts, let’s see how it goes. I started from the end showing a release automation process, but there are … Continue reading Automating your versioning (part 1)
Usually I’ve been trying to run all my testing pipeline using docker images (docker image repo). Mainly because it is a very clean and nice way to run reproducible tests, as each container has a limited life cycle and gets destroyed after a job. Last week (for some reason that I am still trying to … Continue reading Gitlab Runner and LabVIEW-CLI