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
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
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
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
Frontend Programming Troubleshooting How to fix “Error: Node Sass does not yet support your current environment” Node Sass does not yet support your current environment error normally happens when the node version is updated globally and the necessary update of dependencies on the project level is not done. Maybe you already get this error when compiling sass files. In my case it’s regularly when I updated my node version or switch versions due […] Written by Allan Philip Barku May 17, 2018August 3, 2020
Laravel Troubleshooting SYMLINK(): No Such File or Directory Laravel Symlink Problem: No Such File I pulled a laravel project from GitHub that already have the storage symbolic link. Upon running it the browser, the images associated with the post came with errors. And after trying to create the symbolic again I had symlink(): no such file or directory. After searching extensively, I found a […] Written by Clemence Ayekple November 12, 2018August 3, 2020
Programming Troubleshooting Vue packages version mismatch error fix Approachable, Versatile and Performant are the words used to describe Vue.js on their website. Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy […] Written by Allan Philip Barku May 17, 2018August 3, 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
Frontend Javascript Programming How to Set Up React Router Version 6 Page navigation is very essential in React applications and the is a package that allows us to easily route or navigate to other pages in react applications is React Router . In this article, we will discuss how to set up React Router version 6 Prerequisites Basic understanding of what components are in React Visual […] Written by Matilda Kpolley April 4, 2022April 5, 2022
Education Entertainment Literature Female Character Stereotypes I’ve had questions and a certain dissatisfaction with certain female character stereotypes created in movies, animations and series. The question of why the ambitious and very smart female characters are made into cruel and villains? I will be reviewing certain character types Let’s start with Disney animation storyline female characters. Morgana and Ursula from The […] Written by Esther Mawulolo Kporvi March 13, 2021March 13, 2021
Backup System Administration Backup files to Google Drive with Rclone Backup files to google drive using rclone. Before we get right to this, let us break down the keywords first. Backup In information technology, a backup, or data backup is a copy of computer data taken and stored elsewhere. That way, it may be used to restore the original after a data loss event. The […] Written by Allan Philip Barku March 13, 2021March 16, 2021
Accessibility Website 5 Free Website Accessibility Evaluation Tools How important is accessibility? Is your website accessible to everyone? If you want to make your website accessible to everyone including people with disabilities like Visual Impairment, Hearing disability, Learning disability, Cognitive Impairment, then Include web accessibility in your development plan. This article will discuss 5 free website Accessibility Evaluation Tools that can help you […] Written by Clemence Ayekple March 6, 2021March 7, 2021
Uncategorized Pain empath I know it hurts, I know it’s hard to breathe sometimes. I know how your days bleeds into the nights. Those sleepless nights are long, And you can’t bear the quiet loneliness. But I hear your screams in the quiet,Your silent pain and your silent tears. I see the missing light in your eyes, The […] Written by Esther Mawulolo Kporvi February 27, 2021February 27, 2021
Uncategorized Young crazy us We are young, we can be crazy, We are young and recklessWe are young and exuberantFull of untapped energyFull of unbridled dreamsWe become whatever we want And don’t accept all we are toldWe just want to become what we believeWith heads full of dreams and desiresWe take on the world headfirstNot knowing of the pain […] Written by Esther Mawulolo Kporvi February 27, 2021February 27, 2021
Uncategorized Young Fiery Hearts There is a generation of young fiery hearts There is also a generation that seeks to please itself A generation that chases after the pleasures of this life One that sows wild oats with the strength of its youth And makes wild and costly mistakes they can’t make up for Then there is the generation […] Written by Esther Mawulolo Kporvi February 27, 2021February 27, 2021
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