Tag: 100daysofcode

What is the difference between v-show and v-if in Vue js

Vue Js offers us a number of directives that are based to improve the development experience. If you are new to Vue Js, you may be asking yourself, what are directives in Vue js? Directives are special HTML attributes that enhance the developer experience by providing a set of functionality to a specific HTML element…


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…


5 Must follow rules for a cleaner JavaScript Code

JavaScript Frameworks such as VueJs, React and Angular, have considerably helped Junior developers in getting up to speed within the Front End industry. Unfortunately, this “easy of learn” has also resulted into a multitude of “bad practices” and “lack of development principles”, as covered in my blog post “Which JavaScript framework should I learn first“…


Video: 5 Minutes of Dev Series – Tools and Resources

In this video, I am going to share with you some of the tools and resources that I use on a day to day bases. This short video will be divided in 5 different topics: Quick DevelopmentLocal DevelopmentSource ControlDesign and prototypeTraining Resources DISCLAIMER: I have no affiliation, and or gain anything by sharing the links…


Video: 5 minutes of Dev – Flexbox Layout

The following is the first of a series of videos, designed to support developers of all levels with short recording that affects different topics. In this video we are going to define a simple flexbox layout. Due to time constraint, this video do not go in many details, but provide enough information for developers to…