PinnedInMac O’ClockbyRaymond·Jan 17, 2022How to clear “System Data” on iPhone in 5 minsiOS “System Data” taking up too much space. Why is my iPhone running out of space? How to free up space on iOS device?A response icon4A response icon4
Raymond·Mar 27, 20215 mins to fix Jest tests for app with: Unknown custom element: — did you register the component…Are you getting the following error?
Raymond·Mar 25, 20215 mins Clean up your nuxt.config.js configurations for readabilityIf your configs requires multiple lines or is taking up too much room you have to find an alternative way to clean up your config files…
Raymond·Dec 3, 2020Update your @nuxtjs-eslint-module from v2 to v3I was spending a lot of time figuring out why I my app kept crashing and I hope this write up will help those who are struggling to…A response icon1A response icon1
Raymond·Sep 10, 2020Nuxt.js or Vue.js unit testing returns “don’t know how to turn this value into a node”Problem: Are you getting a similar error to the following output?
InMac O’ClockbyRaymond·Dec 31, 2019Hard Life Lesson of Owning an iMac With a Fusion driveDon’t skimp on SSDsA response icon4A response icon4
Raymond·Oct 8, 20195 mins deploy hello world to kubernetes with Minikube on MacKubernetes is a piece of cake
Raymond·Sep 27, 2019Setup Local Kubernetes Cluster under 5mins with Minikube or Docker Desktop App for MacWhat is MiniKube?A response icon3A response icon3
Raymond·Jul 27, 2019Vue Gotcha #1: Rendering image asset paths from a list of objects?Whenever your list of objects that contain image path from static or assets folder, you need to remember to render it with `require`…