When I decided to share the source code of Cliargs.NET library on Github, I wanted to show some statistics badges on the README file, such as the count of downloads, the build status… and finally ...
First release of Cliargs.NET
For those following me on Twitter, I was sharing some notes about Cliargs.NET during the last weeks, so I ended up by publishing the first release on Nuget last days. Background Since I’ve started...
Display License Keys Section for WooCommerce
I am working on a website built in WordPress to sell license keys with Woocommerce. I found a plugin that allows managing license keys easily and fully integrated with Woocommerce named “License Ma...
How to connect to remote SSH Server without a password
I’m writing this post just as a quick note to save somewhere the steps to follow in order to get connected to a remote SSH server without have to enter a user password for each connection. I came ...
Set a dto session key when calling WCF proxy
The power of the following method is avoid implementing the WCF contract client in the client side and duplicate the code for each call. Using Reflections and Expression Lambda to handle each messa...
Prism: View Model Locator => Custom Convention
I was working on a modular/composite application using Prism and MEF. One of the most issues i encountered, was using the Prism ViewModelLocator to bind the view context to the right view model in...
Observable Concurrent Queue
I was working with the classic ConcurrentQueue in .Net, It’s a good practice to schedule tasks execution asynchronously, however, getting notified when my ConcurrentQueue content is changed was t...
Termcolor Library
TermColor Is a C library used for ANSII Color formatting for Linux/Mac terminal output. Installation Termcolor users documentation ← ♥ Termcolor developers documentation Installation Th...
Walletix Python API
Walletix project doesn’t exist anymore. 😢 Walletix API For Python Applications import walletix.py module and start using Walletix services :-) THIS VERSION WORKS ONLY WITH Python &g...
Walletix Java API
Walletix project doesn’t exist anymore. 😢 Walletix API for Java applications Version 1.1 You can use this api for both Desktop/Web Java application. How to? Include the WalletixJavaAPI.ja...