by Dimitar Dyankov | Jun 8, 2021 | Article, Coding, Reviews
One of the biggest challenges web developers have is making sure their website works on multiple different browsers, screen sizes and devices. You can ask yourself why are browsers so different and why do you sometimes need to open up Chrome when booking an...
by Dimitar Dyankov | May 26, 2021 | Article, Coding
Visual Studio Code is one of the most popular and power independent development environment (IDE) currently available. The Microsoft IDE offers flexibility, extendability and it is very lightweight. It runs on Windows, Mac OS and Linux which therefore means you can...
by Dimitar Dyankov | May 18, 2021 | Article, Cloud Computing
Cloud platforms are quickly becoming extremely popular and great ways to host your brand new applications. A cloud platform refers to the combination of both software and infrastructure in an internet based data center. The most common platforms at the moment are AWS,...
by Dimitar Dyankov | May 6, 2021 | Article, Coding
In C# String builder is used to represent a mutable string of characters. Mutable means a string that can be changed. So string objects are immutable and String Builder objects are mutable. In practice what this means is that when you make a change to a string object...
by Dimitar Dyankov | Apr 28, 2021 | Article, Cloud Computing
Azure Functions Applications are some of the fastest growing ways for development teams to build products. They allow for developers to create serverless functions that perform a task such as add an item to a Database. These functions can be created in some of the...