Ways of scaling software architecture, applications and systems - updated 2020
There are several ways to scale software applications. The way of scaling is often thought about during the design phase of the system. I have 3 »
There are several ways to scale software applications. The way of scaling is often thought about during the design phase of the system. I have 3 »
Not everyone wishes to use Microsoft's Browser link in Visual Studio. It is quite easy to disable with the following steps. There are only »
Cross-origin resource sharing [https://en.wikipedia.org/wiki/Cross-origin_resource_sharing] (CORS) is an easy way to share resources and endpoints across the web. The same-origin »
I have split this guide into two sections. The first section is for people who just don't remember which classes to use to set »
You probably ended up here because you wanted to avoid nested if statements or found a question mark (?) symbol in a code base and wondered what »
This post comes from a question I answered on stack overflow earlier. The question was about the use of datetimes. I used "var" in »
I get this question a lot. I find it hard to answer in depth because these two technologies are so alike. The basic reply often become »
So I just had to create and update some products in uCommerce from outside the application. This was done from a class library that was initiated »
So I just had this issue 5 minutes ago. My task manager was showing 100% CPU usage. Usually this means that one process is going crazy »
> Increasing effectiveness through situational leadership I just finished reading the one minute manager. It is a very short book. It is about 130 pages long »