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...
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 16, 2021 | Article, Cloud Computing
Are you a beginner on cloud Development and want to start learning ? I have compiled some tips that will hopefully help you get started and look out for some common misconceptions: Sign up to courses for your chosen cloud platform Sign up to a free cloud trial. Most...
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...
by Dimitar Dyankov | Mar 15, 2021 | Article, Coding
Git merge conflicts can be an absolute pain. Sometimes despite your best efforts you end up with conflicts when you create a Pull Request (PR) with your new feature. Just when you think you have finished with the current Product Backlog Item you have to go back and...