aaron bradyUsing ‘const’ in JavaScriptThere’s a few different ways to declare variables in JavaScript. Originally var was the way to create a variable, but since ES6 ‘let’ and…May 30, 2021May 30, 2021
aaron bradyCoding (Challenges) ChallengedGoing through interviewing processes, technical interviews are part of the process. I understand the purpose of them and why companies want…May 23, 2021May 23, 2021
aaron bradyConvert Number to Hours and MinutesGoing through mini-projects to complete this week. I came across a tutorial to take a number and convert it to hours and minutes using JS…May 14, 2021May 14, 2021
aaron bradyJob Searching in TechSince graduating from an online coding bootcamp I was super excited to start job searching. There are so many jobs posted that it gave me…May 7, 2021May 7, 2021
aaron bradyJavaScript if/else Vs. Ternary OperatorGoing through technical interviews, you meet a lot of programmers with a lot of professional experience. Having conversations with them can…Apr 30, 2021Apr 30, 2021
aaron bradyLength of Last WordThis week’s episode of LeetCode Javascript Challenges I decided to do problem #58 — Length of Last Word. The directions are to take a…Apr 23, 2021Apr 23, 2021
aaron bradyMeeting Rooms and TimesPracticing doing a Leetcode challenge at least once a day, I stumbled upon problem number 252, it isone of the easier algorithms…Apr 16, 2021Apr 16, 2021
aaron bradyTwo SumI am attempting to do at least one coding challenge a day to get a better grasp of handling algorithms in preparing for technical…Apr 9, 2021Apr 9, 2021
aaron bradyWhat to Learn or Do Next?Since completing a coding bootcamp I have been contemplating on what to immerse myself into next? I really wanted to learn Python after…Apr 3, 2021Apr 3, 2021
aaron bradyFizzbuzz(ing)As I start to get more familiar with coding challenges, I see one of the most common challenges in coding interviews is fizzbuzz…Mar 27, 2021Mar 27, 2021