Learning to unit test – Isn’t it better to test code with conditions rather than try to implement a new framework with syntax?
Hello, I am learning to unit test my code in C#. The one thing that I have noticed when using frameworks like xunit, is that I am writing separate methods ...
38 seconds
-01 May 2020
Go Visitor Pattern
Summary One feature that Go does not offer that is really useful in visitor patterns is overriding methods. The basic idea is to write a concrete class that contains all ...
39 seconds
-30 April 2020
Has anyones company seen positive change as a result of working from home due to COVID-19 e.g. increased productivity? And is there any movement to allowing WFH more ditched the office altogether?
I’ve seen a lot of benefits from working from home: Saved waaay more money this month. Don’t have to listen to trivial stories from co-workers. Excerised more and lost weight. ...
24 seconds
-30 April 2020
The Complete Tutorial on the Top 5 Ways to Query Your Relational Database in JavaScript – Part 2
Welcome back! In the first part of this series, we looked at a very “low-level” way to interact with a relational database by sending it raw SQL strings and retrieving ...
54 seconds
-30 April 2020
Xamarin Native vs. Xamarin.Forms: How to Choose
As Android and iOS continue to dominate the mobile market, businesses need to develop applications that meet the diverse requirements of each operating system. Launching native mobile applications for Apple ...
1 minute 10 seconds
-30 April 2020
I Built a VS Code Extension: Ngrok for VS Code
Over the Easter weekend, a four day weekend characterized by lockdowns all over the world, I decided to use the extra time I had at home to start a new ...
1 minute 17 seconds
-30 April 2020
Design Patterns Demystified – Template Design Pattern
Welcome to the Design Patterns Demystified (DPD) series, in this edition we are going to discuss Template Design Pattern. So let us understand the why, how, what, and where of ...
1 minute 22 seconds
-30 April 2020
Docker Image for ASK and AWS CLI
The purpose of this container is to be able to use the Amazon ASK CLI and Amazon AWS CLI in a Docker container in DevOps pipelines. Note: This is a ...
22 seconds
-30 April 2020