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...
by Dimitar Dyankov | Apr 6, 2021 | Article, Coding
WordPres uses themes to customise the way your websites looks and behaves. One of the many reasons so many people opt to use WordPress is the fact that it is open and anyone can create a theme. Creating one is also not that difficults. In this article we will have a...