1. Remove previously installed xrdp: 2. Re-install xrdp & required packages: Add ssl cert permissions 3. Reboot system: 4. Firewall configuration: You need to open access on port 3389. 5. Fix Black Screen when a user is left logged in… Read More ›

Developer Chat
What is Docker?
Docker Overview Docker refers to a couple of different things within the development community. Firstly, it’s an open-source community technology project for containerization. Secondly, and slightly confusing, Docker or Docker Inc. is also the company name of the biggest contributor… Read More ›
Quick guide to API’s
What is an API? So firstly, what is an API? A lot of people have been asking this question recently due to the boom in web-based services. To start with it’s worth knowing that the term API is actually an… Read More ›
Basics of load testing
Load testing is a testing process that aims to stress and load an application or system to understand its performance capabilities, determining how it will respond in a number of different scenarios. Load testing is mostly known for use cases… Read More ›
GitOps
So what is GitOps you may ask? Firstly, I wouldn’t say that GitOps is a particularly new concept. GitOps is more of a re-badging of some existing processes that are combined together. The main idea behind GitOps is that it… Read More ›
Common Developer Mistakes
As a senior developer I often see the same mistakes while I’m reviewing things like systems, processes and code. In this article I will try and explain some of them and the mitigations you can put in place to help… Read More ›