Getting set up with Python!After learning Ruby and then JavaScript, I felt that I wanted a little deeper dive into a different language. I have heard of Python many…Apr 11, 2021Apr 11, 2021
Selenium + JavaScriptI have been reading a lot of documentation on testing lately. How do we test our applications, website and what tools can we use? I…Mar 31, 2021Mar 31, 2021
Using Mocha and Chai to test in JavaScript.I’ve been looking into testing my code for a little while now. When I looked into all the different ways to do this, I was a taken back by…Mar 26, 2021Mar 26, 2021
My website scrape quest.Recently I was involved in an employment process and during the second round of the interview, I was tasked with getting information from…Mar 21, 2021Mar 21, 2021
How to solve the anagram algorithm question!Lately I’ve been continuing my path to learn data structures and algorithms. One of the questions I faced recently was how to tell if…Mar 14, 2021Mar 14, 2021
JSXLately I’ve been doing a lot of work in React. React is a library for JavaScript building user interfaces. One of the first things I…Mar 7, 2021Mar 7, 2021
Factorialize a number in JavaScriptWhile learning algorithms and data structures, I’ve come to find that there are many ways to approach each unique problem. Considering the…Feb 28, 2021Feb 28, 2021
Blast off into Space Complexity.I have been learning some algorithms and data structures lately and when I was introduced to these concepts, a couple of things kept…Feb 21, 2021Feb 21, 2021
Reversing an integer with JavaScript!In a previous post I spoke about the way in which we can reverse a string in JavaScript. When I wanted to learn the way to reverse an…Feb 14, 2021Feb 14, 2021
What is created with create-react-app?When I first starting learning React I was a little taken back by how many things came with the bare bones app created by create-react-app…Feb 7, 2021Feb 7, 2021