Ways of WorkingThere are several key factors needed to be successful at work: adaptability, flexibility, leadership, teamwork, collaboration, being a…Jan 4, 2022Jan 4, 2022
Ways of ThinkingThe different ways we think impacts every aspect of our lives, everyday. From decision making and our business acumen. To creative and…Jan 4, 2022Jan 4, 2022
Largest SubArray SumTo get started, we’ll pass our array of numbers into a function I’m calling largestSubarraySun, then define two variables, currentSumand…Apr 5, 2021Apr 5, 2021
Nested Data StructuresComplex nested data structures are things like Arrays of Arrays of Arrays, or Hashes of Arrays of Hashes. We get our raw data from our…Apr 5, 2021Apr 5, 2021
Trivia Game — Rails/JSFor my Rails / Javascript Portfolio Project I decided to make a trivia game application. Where users can choose a category and answer…Feb 10, 2021Feb 10, 2021
Twin Tiers CinderellaFor my Ruby on Rails project I made an application Twin Tiers Cinderella, where coaches/users can register their teams, and players for…Jan 28, 2021Jan 28, 2021
Find pair with sum Ruby AlgorithmGiven an array A[] and a number x, check for pair in A[] with sum as xJan 17, 2021Jan 17, 2021
Javascript let,var,constOne of the features that came with ES6 is the addition of let and const, which can be used for variable declaration, not just var as it…Jan 4, 2021Jan 4, 2021