Five quick tips and tricks on VueJs

VueJs has grown into popularity, and most recently with the release of its latest major version, it is essential that you need to learn how to use it properly. If you want to bring your skills to the next level, then you are in luck. As I’ve compiled a selection of essential tips and tricks…


How to catch the body of an AXIOS error

If you have been searching the web for some information about AXIOS error messages, and would like to understand how to use them, then you have come to the right place. TLTR; Find the code snippets in the following section If you search the web on this topic, all you can find is: catching error…


How to deploy from Git to your Shared host using CircleCI

The web is full of fantastic tutorial, all explaining how to easily create a full Continuous integration pipelines using new services such as AWS, Firebase and Azure. Unfortunately, there are still lots of project still hosted on simple shared host environments like Ionos (former 1and1), GoDaddy and Hostpapa. This hosts are great for the value…


How to use CSS Animations

CSS animations have been around for quite some time, and implementing them is easier than you think. Join me in this article, where we are going to define all that you need to know to learn how to use CSS animations. When shall I use CSS Animations It is quite hard to find the right…


CSS3 Transition vs CSS3 Animations

If you have ever wondered what are the main differences between Animation and Transition. This article is what you were looking for. What is an animation in CSS Before we jump into the main differences, we need to describe what we refer as an animation in CSS. CSS animations take place when one or more…