Kevin XieSolving LeetCode’s Employee Importance AlgorithmBreaking this down you’ll see that you’ll start out being given an array of employees and an employee ID in your function as testcases.Feb 1, 2021Feb 1, 2021
Kevin XieSVG FormatScalable Vector Graphics is an XML-based vector image format for 2d graphics. It is a lossless format for images meaning that image…Sep 30, 20201Sep 30, 20201
Kevin XieGeneral Vanilla JavaScript Survival and bonus content: SwitchesMDN Reference: FetchapiSep 10, 20201Sep 10, 20201
Kevin XieRe-writing Your GitHub HistoryRe-basing is a complex tool in GitHub that allows you to change your commit history. Why would you need to rewrite your GitHub history’s…Aug 19, 2020Aug 19, 2020
Kevin XieUnderstanding inject in RubyIn ruby, there is an enumerable called inject. It also goes by the name of reduce in javascript. Ruby enumerable documentation (API dock)…Jul 28, 2020Jul 28, 2020