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 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 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...
by Dimitar Dyankov | Mar 23, 2021 | Article, Coding
WordPress is one of the most popular Content Management Systems (CMS) on the internet. Around 40% of all website run on WordPress, which is a lot! In this tutorial we will look at how to set up a WordPress website on your machine so that you can begin your WordPress...
by Dimitar Dyankov | Mar 15, 2021 | Article, Coding
In this week’s article we will look at how to set up a fresh installation of Umbraco on your local machine. We will be create a v8.11.1 Umbraco installation and connecting it to a local SQL Server database. For this tutorial I will be working on a Windows machine as...