How to use REST Client with Laravel authentication token

In this post we are going to explain step by step how to use the Rest client visual studio code extension with Laravel. What is REST client Rest client is a Visual Studio code extension that enable the user to trigger HTTP request directly from your IDE. The extension can be found in the Visual…


How to use VueJs 3 – Custom event declaration

Finally after a long wait VueJs 3 has been release, and with it, lots of exciting change have also landed on our doorstep. In this article, we are going to cover a breaking change (or more precisely, a compiler error), that will be triggered when using custom events. If you have ever used VueJs for…


How to use Props in VueJs

In this post we are going to explain how to use properties using the VueJs framework. The post expect a basic understand on the framework itself and will not cover the basic configurations. First and foremost, we should introduced what Properties are in VueJs. My definition of props is: VueJs properties are variables (static or…


How to improve your Web Application performance

In Today’s Web industry, performance is more important than ever. During my last years of development, I had the opportunity to work with many codebase and gained vital experience related to SPA performance. In today’s article, I am going to share some of this insight that may help you in speeding up your application, and…


VueJS 3 – Say Goodbye To .sync And Welcome The Brand New V-model

If you are reading this post, then you know that VueJS has recently released their three major version of the software. This version has amazing new features, but unfortunately, like every major release, it also include some breaking changes. This post is part of a series that will cover the less known Breaking changes that…