Articles

We have free tutorials on the site ranging from step by stem guides to video examples of how to achieve something.

How to install your website

How to install your website

Have you ever seen the install button on your browser when looking at a website? Or have you seen the Add to Home Screen when browsing websites on your phone or tablet? These are all Progressive Web Apps (PWA) that allow you to install the website to your device. This...

Chromebook Offline Setup

Chromebook Offline Setup

As Chromebooks are becoming more and more popular, some users are trying to figure out how they can achieve tasks that they were used to doing on their old computer and operating system. In this article we will look at how to get the most out of your Chromebook...

Best Code Editors

Best Code Editors

The best code editors can massively improve your productivity and increase your enjoyment of writing and reading code. There are a lot of code editors on the market and they all offer unique features and functionality. Some are better for certain tasks than others....

What are Cloud Platforms

What are Cloud Platforms

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,...

C# string Vs StringBuilder

C# string Vs StringBuilder

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...

How To Set Up A WordPress Theme

How To Set Up A WordPress Theme

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...

Setting Up WordPress on a Local Machine

Setting Up WordPress on a Local Machine

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...

Starting In Cloud Development Tips

Starting In Cloud Development Tips

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...

Setting Up Umbraco On A Local Machine

Setting Up Umbraco On A Local Machine

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...

Fixing Git Merge Conflicts

Fixing Git Merge Conflicts

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...

Git Branching Strategy

Git Branching Strategy

When it comes to Git branching strategies there are a lot of different ways to tackle. The most important part is to have the entire development team on the same page and following the same rules and guidelines. Consistency is key as it provides a good way to audit...

Subscribe to our Newsletter

Want to receive tips, tricks and coding tutorials? We post about interesting coding topics and coding related news!