EMEreh, Maryann Edwardinerehmaryann.hashnode.dev路Dec 4, 2024 路 4 min readWhat Cooking Taught Me About Problem-SolvingWhat Cooking Taught Me About Problem-Solving For me, cooking has been an unexpected teacher in problem-solving. From that one time I added ginger and garlic to Beneseed soup (a Northern Cross River dish) 馃槀 to improvising when ingredients mysteriousl...03DBP
EMEreh, Maryann Edwardinerehmaryann.hashnode.dev路Sep 23, 2021 路 7 min readUnderstanding The need for Frameworks and Libraries in JavaScript.Framework A framework, or software framework, is a platform for developing software applications. It provides a foundation on which software developers can build programs for a specific platform. For example, a framework may include predefined classe...06MGJIG
EMEreh, Maryann Edwardinerehmaryann.hashnode.dev路Dec 30, 2020 路 7 min readThings you need to know about the Big O NotationThe Big-O notation is a BETTER way of formalized fuzzy counting. It is the efficiency/performance of your work. As a programmer, you need to know how fast your code works when the inputs get bigger because in real life you can't know the exact number...06RJGCP