You’ve probably noticed by now that whenever you search for anything on Google you have an AI response, summarising the findings and giving a pretty decent response. We’re at the beginning of a major shift in how people find information online, and with it, a transformation in how businesses will need to think about visibility, advertising, and SEO. LLMs are changing how people search The ris...
Recently, I migrated my personal website from a dated custom setup to a more modern static site generator, specifically Jekyll using the Chirpy theme. The last time I built the site, in 2021, it took days of trial and error, reading outdated documentation, and digging through theme code just to get something functional. This time, I used ChatGPT to help, and I probably completed the same scope ...
A Cloud-Based Solution to Industrial Internet of Things Server Monitoring was my final year project at university, check it out if it interests you! P.s. This was written in 2021, many apologies if you are reading it in the future and technology has moved on! For my final year project, I developed a cloud-based solution for monitoring Industrial Internet of Things (IIoT) servers, focusing on c...
Find Common Actors Across Movies with a Simple Python Script Have you ever struggled to remember an actor’s name, even though you can recall a few movies they were in? That’s exactly why I built common-actors - a simple Python script that helps you find common actors (and actresses) from a list of movies. How It Works The script uses the IMDbPY Python package to fetch cast lists for each mov...