Andrew LundyinDev GeniusWhat is Bubbling in JavaScript?Bubbling refers to a specific process that occurs when a child element’s event listener is triggered.Nov 14, 2022Nov 14, 2022
Andrew LundyinLevel Up CodingThe Benefits of Learning How to CodeThe benefits of learning how to code far outweigh the costs it takes to learn how to code. Some people start this process, and in 9 months…Aug 22, 2022Aug 22, 2022
Andrew LundyUsing MySQL with Express RoutesA guide on using MySQL with ExpressMay 22, 2022May 22, 2022
Andrew LundyinLevel Up CodingA quick way to calculate rem value in Tailwind CSSIn Tailwind, if you wanted to produce a `padding` of `1rem`, you’d use the following class name: `p-4`. I’ve found that I need a quick way…Jan 6, 2022Jan 6, 2022
Andrew LundyValue type cannot have a stored property that recursively contains itIn Swift, this error is thrown when trying to build a value type that recursively calls itself. This is not possible because value types…Dec 6, 20211Dec 6, 20211
Andrew LundySoftware Architectural Patterns: MVVMArchitectural patterns in software engineering describe the way a system is designed. They are reusable solutions to problems that occur…Jul 23, 20211Jul 23, 20211
Andrew LundySoftware Architectural Patterns: MVCDesign patterns deal with the way code is organized in a program. The main goal is to separate the UI programming from the business logic…Jul 18, 2021Jul 18, 2021