marcomat.hashnode.devMaterial Design from Material.ioIn order for me to fully understand the Material Design Components, I need to know what Sass is, especially mixins, nested css selectors, variables. After watching a Sass Crash Course in Youtube, I proceed to the getting started page from material.io...Nov 24, 2019
marcomat.hashnode.devRenaming Multiple Files (Python and Mac Feature)Python First of all why do we need to rename multiple files at once? The answer depends on what you intended to use it for. Example multiples images with raw file names after saving it and you wanted to easily locate or find them by having a format n...Sep 27, 2019·4 min read
marcomat.hashnode.devES6 var vs let vs constJavascript let, var and const ES6 determination presented two better approaches for declaring variables in JavaScript with let and const keyword. First, let's take a look of this table below. KeywordconstLetvar Global Scopenonoyes Function Sco...Sep 23, 2019·6 min read