David ChungAngular PipesWhat are Angular pipes? Pipes are a feature in Angular that allow you to transform output within your template. Once your data is rendered…Dec 1, 2020Dec 1, 2020
David ChunginThe StartupWhat Is Cloud Native Computing?Many employers want developers who have experience with Cloud Native Computing. As a junior developer, I currently have no experience with…Nov 16, 2020Nov 16, 2020
David ChunginJavaScript in Plain EnglishJavaScript Higher Order FunctionsIf you ever heard the term higher order function while learning JavaScript and was put off because it sounded tough, fear no more. While…Nov 11, 2020Nov 11, 2020
David ChunginThe StartupThe Letter P Difference, .slice() vs. .splice()While learning Javascript, .slice and .splice() have confused me time and time again. A single letter (p) always caused me to google what…Nov 2, 2020Nov 2, 2020
David ChunginLevel Up CodingMy Coding Bootcamp Experience Through COVID-19Back in March of 2020, I got laid off from my Sales Job in luxury retail due to COVID-19. Since graduating college back in 2015, I had…Oct 13, 20201Oct 13, 20201
David ChungEvent Propagation, Capturing, and Bubbling in JavascriptWhen I first heard about event bubbling, I had understood the gist of it but not enough to use it in practice. Event bubbling is the order…Aug 18, 2020Aug 18, 2020
David ChungAdd Event Listener DOM Event TypesThe browser can trigger many different types of events on the DOM(Document Object Model). The full list of all DOM event types are located…Jul 27, 20203Jul 27, 20203
David ChunginLevel Up CodingBig O Notation and Time ComplexityBig O notation is a simplified analysis of an algorithm’s efficiency. Big O notation gives us an algorithm’s complexity in terms of input…Jul 9, 2020Jul 9, 2020
David ChungProc, Ampersand, & shorter Ruby CodeWhile using enumerable methods in Ruby, there was a helpful shorthand syntax I came across while practicing coding challenges.Jun 18, 2020Jun 18, 2020