Matthew PlautA running list of Technical Algorithms I’ve seen in InterviewsCount perfect squares in a range of n umbersAug 25, 2019Aug 25, 2019
Matthew PlautAnother Example of the Beauty of Javascript Built-In FunctionsI’ve come across two different, yet similar, palindrome questions as I’ve been preparing for technical interviews: one is to figure out if…Aug 18, 2019Aug 18, 2019
Matthew PlautThe Dilemma of Reversing a String in JavascriptI recently encountered the classic algorithm question “Reverse a given string.” And, being in the algorithm mindset, I immediately dove…Aug 11, 2019Aug 11, 2019
Matthew PlautMy Technical Blog Topics so FarI wanted to have a quick recap of what I have talked about so far:Aug 5, 2019Aug 5, 2019
Matthew PlautEdge Cases in Select Technical Interview QuestionsLately, I’ve been doing some practice technical interview questions on LeetCode. While I’ve noticed many patterns and learned a lot, one…Jul 27, 2019Jul 27, 2019
Matthew PlautTechnical Interview Question with JS CurryingI recently came across a technical interview question involving currying in Javascript. Currying is essentially chaining function calls…Jul 21, 20191Jul 21, 20191
Matthew PlautWhy CSS ~mostly~ is not as scary as it seems when first encountering itAs I was beginning my foray into coding and before I started the Flatiron School bootcamp, CSS scared me. I had no idea what it was doing…Jul 12, 2019Jul 12, 2019
Matthew PlautQuality vs. Quantity: Post-Coding Bootcamp VersionNow that I have finished up my coding bootcamp at Flatiron School and I’m looking for a job, I am trying to keep up with my coding! I want…Jul 6, 2019Jul 6, 2019
Matthew PlautSMMRY, the Algorithm behind Reddit’s TLDR BotAs I was scrolling through Reddit the other week, as one tends to do to kill time, I clicked on the comments for a r/worldnews article and…Apr 30, 2019Apr 30, 2019
Matthew PlautRails-ifying Javascript…sort ofThe transition from Ruby on Rails to Javascript was a jarring one. Rails is very pattern-oriented. The controllers were relatively similar…Apr 12, 2019Apr 12, 2019