Custom HTML Tags Sequencing in Google Tag Manager

Tag sequencing is a feature available in Google Tag Manager for quite a while, being introduced for the first time back in 2015. In a nutshell, tag sequencing enables you to specify tags to fire immediately before or after a … Read More

JavaScript Moussaka Recipe

Cooking and programming. The two seems to have nothing in common, but I think they are very similar. There are many aspects that can be transferred and applied from one of the fields to the other. Let’s take a look … Read More

JavaScript RGB/Hex Color Game

I did this app a few months ago as part of a course to freshen up my javascript programming skills. The game is pretty simple, but while getting the game together I went through some core principles of the language: … Read More

To-Do List App with AngularJS

Being overwhelmed with work whether it is assignments for Uni or freelance projects, or as for the last couple of months – both, I’ve always found using “To-do” lists really helpful. I found that using To do lists, apart from … Read More

Login component for an eCommerce website

A case study based project which was part of a Web Technology Integration unit at Bournemouth University, BSc (Hons) Computing degree. The project’s requirement was to build a login/signup system for an eCommerce store. The system had to: Allow an unregistered … Read More