BLBoluwatife Lambeindanibholie.hashnode.dev·Feb 1, 2023 · 1 min readJavascript Higher Array MethodsLooping through an array has its perks, depending on what we want to achieve or do. There are a lot of different array methods with each of them having its specific purpose. I'll be going through 5 different array methods and their uses. ForEach() Th...00
BLBoluwatife Lambeindanibholie.hashnode.dev·May 25, 2021 · 3 min readReactJS vs AngularJS vs VueJSThis argument is popular in the developer communities, developers trying to figure out which is best or more preferable, but this argument just comes down to what you want to use it for. I won't talk about these framework's history, I'll just give yo...00
BLBoluwatife Lambeindanibholie.hashnode.dev·Feb 24, 2021 · 4 min readImportance Of CommentingCommenting involves writing readable descriptions inside of computer programs detailing what the code is doing. Good commenting makes code much easier to read and understandable and also helps to find bugs faster. All programs should be commented in ...00
BLBoluwatife Lambeindanibholie.hashnode.dev·Jul 4, 2020 · 7 min readHow Imposter Syndrome Defined My Career.Imposter Syndrome (also known as Imposter Phenomenon, Fraud Syndrome or the Impostor Experience) is a psychological pattern in which one doubts one’s accomplishments and has a persistent internalized fear of being exposed as a “fraud”. Despite extern...00
BLBoluwatife Lambeindanibholie.hashnode.dev·Mar 17, 2020 · 2 min readA solution to a project.I was given a project in a python class which was setup by Data Science Nigeria (DSN). I was asked to build a function named multiply that accepts two inputs argument which when run it allow a user to input two values and if one or both of the value ...00