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.

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.

Coding

Adding a Sitemap to Google with Laravel on the DigitalOcean App Platform

The issue I faced on a recent project was that a sitemap added to Google Webmaster Tools needs to be stored on the same domain. However, in my setup, the sitemap was being generated and automatically saved to DigitalOcean Spaces, then served via a CDN URL. On hosting platforms like DigitalOcean App Platform or Heroku, you can’t store files directly on the instance or node.