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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
A Different Approach to Coding With React Hooks
React Hooks, introduced in React 16.8, present us with a fundamentally new approach to coding. Some may think of them as a replacement for lifecycles or classes, however, that would ...
1 minute 5 seconds
-
UX design question
I have to create a website where students can see their own grades. The secretaries can also edit someone’s grades. Since you can have many students, how would you implement ...
24 seconds
-