How to publish an Ionic 4 application to Google Play Store. This is a tutorial following the official Ionic documentation providing some additional information and addressing common bugs that happen along the way.
Mapper already initialized is an error that I was getting when I ran all my tests. When I ran them individually, they all passed. What was going on?
Using the Let’s Encrypt free, automated and open certificate authority (CA) to generate SSL certificates and set up HTTPS protocol on Windows Server 2012 R2 and IIS 8.5
A recent project of mine involved starting and killing processes on Windows. Some of these were scripts written in Python compiled to one .exe file. We ran into some serious problems with killing these processes. I will post a rant here explaining what was happening and how we got around this. If you are interested in following this up, the … Read More
Why did I need to evaluate code at runtime in C#? Recently I have been working on a project which required me to develop a decision maker. A decision maker is a system where you define a set of rules where each rule can evaluate the input parameters, and based on that provide an output. So, basically, a big if-then-else … Read More
You are currently offline