Published inDev GeniusWhat is Bubbling in JavaScript?Bubbling refers to a specific process that occurs when a child element’s event listener is triggered.Nov 14, 20225Nov 14, 20225
Published inLevel 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, 2022110Aug 22, 2022110
Published inLevel 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, 20226Jan 6, 20226
Value 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, 202181Dec 6, 202181
Software Architectural Patterns: MVVMArchitectural patterns in software engineering describe the way a system is designed. They are reusable solutions to problems that occur…Jul 23, 202121Jul 23, 202121
Software 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, 20216Jul 18, 20216