Introduction Serverless computing is a new way of building and running applications. It promises to reduce cost, improve speed and simplify maintenance, making it easier for developers to build better apps faster. Reduce cost and increase speed There are a… Read More ›

Developer Chat
Midnight Idea
Last Night I had an idea come to mind for a tool that would simplify invoicing for developers or freelancers that bill clients per hour. Anyway, this evening I have started to throw together the landing page using my landing… Read More ›
Thinking More about SaaS
I have just recently started to kick of my new SaaS tool ezConsole.dev this is a desktop tool that is designed to help manage every day AWS tasks making them quicker and more efficient. I have not yet decided on… Read More ›
What Is Electron
Electron is a simple and easy to use framework for building native applications with web technologies. If you can build a website you can build an Electron App. This open-source project allows you to build apps for a number of… Read More ›
What is serverless computing?
Today you will hear a lot of talk about serverless architectures but what really is serverless? To start with, it’s worth mentioning that serverless computing, despite its name, is not the removing of servers from the distribution of applications. Serverless… Read More ›
Alexa Down
So, this morning I had to actually find the light switch!?!? First thought was oh no my networks down but after a quick check on my phone I could see no issues. A quick look and the reports on twitter… Read More ›
Import / Export VS Code Extensions
Sometimes setting up a new machine can be a joy, taking your time finding new tools and extensions. Sometimes though we need a quick and easy way to export settings from one machine to another. Generate the Export List To… Read More ›
How to install Microsoft Teams on Linux
Most people would agree that Linux is a great tool for us developers and overall, it’s probably the best operating system for software development. With the way the industry works today we often use direct messenger tools to communicate with… Read More ›
Remote Desktop on Ubuntu 20.04
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 ›
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 ›