Published inVue.js DevelopersHow to use Lodash with VueLearn how to install Lodash and use it with Vue.Oct 20, 2020A response icon3Oct 20, 2020A response icon3
Published inJavaScript in Plain EnglishTesting Non-Exported Functions in JavaScriptTo test exported function, you can simply import it. But what about non-exported functions? Well that’s easy too, thanks to Rewire!Oct 7, 2020A response icon2Oct 7, 2020A response icon2
Journal #1: Taking ActionDocumenting my journey as I navigate my career in tech and building a startup.Oct 2, 2020A response icon1Oct 2, 2020A response icon1
HTML abbr TagLearn how to mark up abbreviated content with the <abbr> tagAug 17, 2020A response icon1Aug 17, 2020A response icon1
Published inDailyJSString Pad in JavaScriptIt’s super easy to pad a string! Just pass in your desired string and length. The string will be padded until the length has been met…Aug 12, 2020A response icon2Aug 12, 2020A response icon2
Published inVue.js DevelopersHow to avoid empty class in Vue with nullAvoid adding an empty class into the DOM by using “null” in VueAug 5, 2020A response icon1Aug 5, 2020A response icon1
Published inDailyJS4 Ways to Combine Strings in JavaScript4 ways to combine strings in JavaScript. My favourite way is using ES6’s Template Strings…Jul 28, 2020Jul 28, 2020
Published inPrototyprFix Text Overlap with CSS white-spaceFix overlapping text by setting CSS white-space from “nowrap” to “normal”…Jul 21, 2020Jul 21, 2020
How to Check if Object is Empty in JavaScriptHere’s a Code Recipe to check if an object is empty or not.Jul 15, 2020A response icon7Jul 15, 2020A response icon7
Published inVue.js DevelopersVue Named Slot ShorthandHow I use Vue Slots to build my site SamanthaMing.comJul 8, 2020A response icon1Jul 8, 2020A response icon1