Category: Coding

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…


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…