Inspiration Literature Read all about it Ever heard of Emeli Sande’s song “Read all about it”? It is an encapsulation of the power of using your voice to make a change. Growing up as a talkative little girl in, you can say I was quiet to the world around me. Durring my teens, I started to voice out using poetry and […] Written by Esther Mawulolo Kporvi November 28, 2020November 28, 2020
macOS Programming gyp: No Xcode or CLT version detected macOS Big Sur macOS Big Sur It is that time of the year again for all apple enthusiast and the developers using MacBooks to make the jump to the latest operating system from Apple. macOS Big Sur (version 11) is the biggest design update to the desktop operating system since OS X debuted back in 2001 says Apple. Is […] Written by Allan Philip Barku November 20, 2020November 20, 2020
Literature Teen times Teen times (thirteen, fourteen, fifteen onwards) is the era of emotional highs and lows siding with junk music mostly, dance and friendships. Not forgetting the harsh reality of puberty. The need to either fit in or detach ourselves from the entire world. I personally would know about the latter. The ‘need to fit in’ types […] Written by Esther Mawulolo Kporvi November 7, 2020November 21, 2020
Javascript Programming Javascript Shorthand Coding Techniques In this blog post, I have compiled some helpful javascript shorthand coding techniques. Javascript shorthands are good coding techniques that can help programmers optimize and simplify their javascript codes. 1. If Presence At a point in our code, we need to check if a variable is present or not. The if present shorthand helps you […] Written by Clemence Ayekple January 26, 2020August 2, 2020
macOS Troubleshooting gyp: No Xcode or CLT version detected macOS Catalina gyp: No Xcode or CLT version Did you recently update your macOS Catalina to version 10.15.2? If you did, then you probably in the same boat too. What I immediately noticed from my terminal is this new shinny error about gyp: No Xcode or CLT version detected any time I ran either yarn install or […] Written by Allan Philip Barku January 20, 2020November 21, 2020
Frontend Javascript Javascript ES6 Array and Object Destructuring Array and Object Destructuring There are two most used data structures in javascript; array and object. Array and object destructuring is a significant feature in javascript ES6. ES6 Array Destructuring Usually, to access an item in an array, you would have to access the items via their indexes as shown below. However, you might want […] Written by Clemence Ayekple January 19, 2020August 3, 2020
Javascript Vue VS Code Extensions for Vue.js VS Code is a popular lightweight text editor in the development community. It has a lot of features that are similar to other text editors like Sublime Text and Atom.No doubt the power of the VS Code comes from the marketplace. One of the best features of Visual Studio Code is the tons of extensions […] Written by Clemence Ayekple January 13, 2020January 13, 2020
Javascript Colorize Terminal Output Nodejs Most developers today work with the terminal. It can be fun and extremely helpful to colorize the terminal output. I have seen a couple of articles using ANSI escape codes to colorize the console output. The module colors.js and chalk are available on npm. These packages provide extremely easy to use wrappers that make colorizing […] Written by Clemence Ayekple January 8, 2020January 8, 2020
Javascript How to add jQuery to Vue If you are from a jQuery background, the idea of not being able to use jQuery in your frontend application can be stressing. Fortunately, that is not the case with Vue. Integrating JQuery with Vue is incredibly easy and we can do it in a few simple steps. Apparently, jQuery has a lot of awesome […] Written by Clemence Ayekple December 27, 2019December 27, 2019
Troubleshooting Install Command Line Tools on macOS Catalina macOS Catalina Before we get right to how to install command line tools on macOS, let us look at what macOS Catalina is all about. Apple just made available a major release of its macOS codenamed macOS Catalina (version 10.15). macOS Catalina is the sixteenth release of Apple’s desktop operating system for Macintosh computers. So […] Written by Allan Philip Barku October 11, 2019January 13, 2020