GAgregory amaefuleingregoryamaefule.hashnode.dev·Jul 3, 2024 · 4 min readTailwindCSS vs. Vanilla CSS: A Comprehensive ComparisonIn the world of web development, styling is a crucial aspect that significantly impacts the user experience. Two popular approaches to styling web applications are TailwindCSS and Vanilla CSS. In this article, we will explore these two approaches, co...00
GAgregory amaefuleingregoryamaefule.hashnode.dev·Sep 30, 2022 · 2 min readDay 10 of 10: I4G10DaysOfCodeChallengeFor today's problem, we were required to write a number validation function. This is a typical regex problem. A regex according to Wikipedia is a regular expression (shortened as regex or regexp) and is a sequence of characters that specifies a sea...00
GAgregory amaefuleingregoryamaefule.hashnode.dev·Sep 29, 2022 · 2 min readFinal Stretch, Day 9 of 10: I4G10DaysOfCodeChallengeWe have had hard challenges but this has to be the toughest so far. To solve this, I had to understand the linked list interfaces thoroughly, including understanding how to traverse a linked list before I could come up with an approach. Problem State...00
GAgregory amaefuleingregoryamaefule.hashnode.dev·Sep 28, 2022 · 2 min readDay 8 of 10: I4G10DaysOfCodeChallengeFrom trying to learn enough of SQL to attempt today's challenge, I ended up being fascinated by the popular SQL injection vulnerability and race condition problems. We would talk about these topics at a later date. Had to learn SQL on the go today. C...00
GAgregory amaefuleingregoryamaefule.hashnode.dev·Sep 27, 2022 · 4 min readDay 7 of 10: I4G10DaysOfCodeChallengeToday's challenge left me with three options. To thread, the regex path, the bit manipulation path, or parse the input and make a direct comparison. Bit manipulation seemed to be the most appropriate for this problem. Why did I decide to thread the b...00