Ways to learn to code

Ways to learn to code

There are many tools at our disposal these days that we can use to learn how to code. I have gathered a small but useful list that can help new or existing developers learn new skills or simply reaffirm lost knowledge. Mobile Apps There are so many mobile apps...
How To Create a .NET Core Web Project

How To Create a .NET Core Web Project

C# .NET Core is one of the most popular programming languages and frameworks currently available. The reason for this is it provides great versatility, a lot of built in functionality and brilliant support. In addition to this it is backed by Microsoft and used...
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...
Web Debugging Tips

Web Debugging Tips

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