Big O of String ConcatenationWhile studying Cracking the Code Interview book I came across a mathematical formula for Big O Notation when it describing the Big O…Dec 16, 20201Dec 16, 20201
Algorithms ExplanationAlgorithms can be described as solving a problem using a series of steps. It is a set of rules or steps you follow to solve a specific…Sep 10, 2020Sep 10, 2020
Coding Challenge: Right Smaller ThanCoding Challenges are the bread and butter of getting a software development position as all major companies test you on coding challenges…Jul 27, 2020Jul 27, 2020
React Pokemon Searcher LabThe React Pokemon Searcher Lab is a lab that requires you to understand the React Library and flow of information that occurs between…Feb 26, 2020Feb 26, 2020
Building Hogwarts App using ReactReact is a library that allows you to build web applications very quickly using components. React views a website as different components…Feb 25, 2020Feb 25, 2020
JavaScript FunctionsFunctions are similar to methods or actions that our program can take. Functions allow us to put together code that we will execute when…Feb 20, 2020Feb 20, 2020
Toy Tale JavaScript ChallengeThe Toy Tale JavaScript Challenge requires you to use different strategies for creating the website including event listeners…Feb 5, 2020Feb 5, 2020
Solving the Woof Woof JavaScript ChallengeWoof Woof is a lab that requires you to build a JavaScript Website that renders Dogs. It should look something similar to the below image…Feb 4, 2020Feb 4, 2020
DOM Manipulation In JavaScriptDOM (Document Object Model) represents the code in a browser. When you visit a website and right click the website you will see an option…Feb 3, 2020Feb 3, 2020
Pokemon JavaScript Website ChallengeIn Flatiron School everyone experiences a lab which requires DOM Manipulation , accessing Database, handling user driven events, creating…Feb 3, 2020Feb 3, 2020