Recent Posts

What Is GitOps and Why Should You Adopt It in Your Software Project?

What Is GitOps and Why Should You Adopt It in Your Software Project?

Our guest blogger, David explains what GitOps is and why it's important when building software

Using Open Source in Your Web Applications: What to Watch Out For

Using Open Source in Your Web Applications: What to Watch Out For

Today, our guest blogger, Gilad David Maayan, explains key factors to watch for when using Open Source libraries in our own applications

Codemash 10K Experience (v2.0.2.3)

Codemash 10K Experience (v2.0.2.3)

Codemash 2023 was another success and brought developers from all over the world to Sandusky, Ohio

Creating Multi-Tier Subscriptions using C#

Creating Multi-Tier Subscriptions using C#

It's always best to give options to users when it comes to subscriptions. Today, we introduce a unique way to attach application features to a subscription

Task Runner Gulp Update in Visual Studio

Task Runner Gulp Update in Visual Studio

After looking over my Gulp script, it definitely required some updates. In this post, I review what's required to update it to the latest version

The Cost of Cloud Security: You Need it, But Can You Afford it?

The Cost of Cloud Security: You Need it, But Can You Afford it?

With cloud security as a hot topic, our guest blogger David Maayan provides a number of reasons why it's required and how even a small number of security measures can help.

What are Azure Reserved Instances and Using Them to Reduce Cloud Costs

What are Azure Reserved Instances and Using Them to Reduce Cloud Costs

In today's post, our guest blogger Gilad David Maayan explains what Azure Reserved Instances are and how to use them to save cloud costs

2022 Stack Overflow Developer Survey Observations

2022 Stack Overflow Developer Survey Observations

With the latest results for 2022, we examine a number of results that stood out in the report.

File Upload with AJAX: A Quick Guide

File Upload with AJAX: A Quick Guide

Our guest blogger, Gilad David Maayan, provides us a quick way on how to implement a file upload with AJAX

Minimizing Cyclomatic Complexity with Pattern Matching

Minimizing Cyclomatic Complexity with Pattern Matching

Using too many switch or if..then..else statements makes your code harder to maintain. Today, I show alternatives on how to shrink your cyclomatic complexity.