by Dimitar Dyankov | Jul 24, 2021 | Article, Coding
Web developers often struggle with the ability to debug their code and see what is causing elements to look out of place. In one of our previous articles we looked at the best browser for web development, and in this article we will look at how you can use one of...
by Dimitar Dyankov | Jun 16, 2021 | Article, Coding
Are you, or do you want to become an Android developer? Google has an IDE (independent development environment) specifically made for Android development called Android Studios. There are many other options for developing for Android however if you want to create...
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...