Blog

The Cloud Wales Blog

Coding

There Is No “Best” Programming Language

This is going to be a quick post to give my views on what the reality is when it comes to choosing a programming language and to show that there is no best language! The vast majority of the time, people will just use what they are comfortable with and thats ok.

AI

Why I don’t use AI to code

There’s a lot of hype on using AI to code and I’d like to give my experience on testing this out. FYI, I hate the term vibe coding, what a joke!!!

Coding

Working with Enums in Laravel

Working with Enums in Laravel is pretty simple once you know how. In this quick post, I'll show you how I use Enums to store values for an alert popup.