Technology macOS Big Sur: The good, the bad and the mer macOS Big Sur macOS Big Sur is the latest and greatest operating system from Apple. The biggest design change to the macOS in a decade. In fact, the biggest design change since the introduction of macOS 10 [Mac OS X — Cheetah] released on March 24, 2001. Well if you do not believe that statement from apple, here […] Written by Allan Philip Barku December 6, 2020December 6, 2020
Javascript Programming Use Javascript – .map() .find() .reduce() and .filter() Javascript comes with a couple of functions that make things easy. You probably have heard of .map(), .find(), .reduce()and .filter(). But, how and when can we use these functions to simplify our code. I will try and explain with examples of how each of these functions works. .map() How does the .map() method work? Here […] Written by Clemence Ayekple November 28, 2020December 7, 2020
Literature Poetry Memoir of the dark When darkness came in an engulfed bulk of sorrow, I didn’t know how far and deep the loss would be.Slowly they had become a reminder of what I no longer hadA reminder of the privileges I lostI was sinking and fighting to stay afloatI thought “this isn’t in a good place. I can’t bring them […] Written by Esther Mawulolo Kporvi November 28, 2020November 28, 2020
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