Uncategorized
C# Tips
Whether you’re still learning C# or you already have some experience, there will always be gaps in your knowledge, places where you are clueless as to your ignorance. In the series of articles in C# Tips I will provide a whole host of useful information about the sometimes underused or unknown features of both C# […]
Read Full Post | Make a Comment ( Comments Off on C# Tips )Scripting LibreOffice with Python
Scripting LibreOffice with Python This tutorial was originally written by Jannie Theunissen on onesheep.org. However, the website has been down for a while and this a clone from the web.archive.org backup. via r/libreoffice [reddit]
Read Full Post | Make a Comment ( Comments Off on Scripting LibreOffice with Python )Docker, Perl and GitHub
Docker, Perl and GitHub When maintaining a Perl package used by multiple users/companies (or not), you absolutely want to know how your code behaves on different versions of Perl. Even if you could have multiple versions of Perl installed on your development environment, most of the time, the development is only performed using a single […]
Read Full Post | Make a Comment ( Comments Off on Docker, Perl and GitHub )Ruby Refactoring Kata – Tennis Game [series of YT videos]
Ruby Refactoring Kata – Tennis Game [series of YT videos] ~2 weeks ago I’ve decided to give a try to the Ruby Refactoring kata called Tennis Game. Those katas allow practicing refactoring, they usually come with mostly OK test coverage, so that you can focus on the code transformations.
Read Full Post | Make a Comment ( Comments Off on Ruby Refactoring Kata – Tennis Game [series of YT videos] )Efficient Arduino Programming with Arduino CLI and Visual Studio Code
Efficient Arduino Programming with Arduino CLI and Visual Studio Code This tutorial will demonstrate how to use VS Code to build for and program an Arduino — all without ever opening the comfortable-yet-restricting Arduino IDE. We’ll try to step through, as much as possible, how the VS Code/Arduino CLI pair can be used to develop […]
Read Full Post | Make a Comment ( Comments Off on Efficient Arduino Programming with Arduino CLI and Visual Studio Code )« Previous Entries Next Entries »