Development Defensive Functions - Azure Blob Virus Scanning This is the first in a series on writing some simple security focused functions that can help you protect your business without a lot of work. This first article is focused on virus
Development Stackify with the C++ REST SDK - Android There are a couple of ways to use C++ libraries in Android, but in this sample I am focusing on the Native Activity vs JNI. Setup To run this sample you need * Install
Development Don't Leak Your Strings! I'm not going to talk about SecureString in this post. This article is about an often overlooked aspect of development where you can easily leak information you didn't want to share. In fact,
Development Query the Offline Registry with OffReg.dll Ok. It's time for some code. I've been crazy busy lately and haven't had time to post anything really useful on this site yet. So here is a quick tutorial on using the
Development Stackify with C++ Logging is extremely important to any application, and I've come to love using Stackify for application logging with C#, Java, and Node.js. Sadly, C++ has been neglected from the Logging as a
Development Stackify with POCO C++ I don't really know how popular the POCO logging framework is, but it is my favorite. I've used log4cpp, log4cxx, boost logging, easylogging++, and many more, but for documentation, ease of use, flexibility
Development Stackify with the C++ REST SDK - Windows In my previous post I added a Stackify Channel to the POCO logging framework, but in this example I am just using the Stackify REST api with the C++ REST SDK (Casablanca). No