Published inVue.js DevelopersHow to use Lodash with VueLearn how to install Lodash and use it with Vue.Oct 20, 20203Oct 20, 20203
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, 20202Oct 7, 20202
Journal #1: Taking ActionDocumenting my journey as I navigate my career in tech and building a startup.Oct 2, 20201Oct 2, 20201
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, 20202Aug 12, 20202
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, 20201Aug 5, 20201
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, 20207Jul 15, 20207
Published inVue.js DevelopersVue Named Slot ShorthandHow I use Vue Slots to build my site SamanthaMing.comJul 8, 20201Jul 8, 20201