Uzochukwu Ben AmaraUnlocking the Power: Transform Your NextJS App into an Irresistible PWAEver been asked about your mobile app experience when your expertise lies in frontend web development? It’s like being asked to play…Feb 17Feb 17
Uzochukwu Ben AmaraFrontendPro: Create a Sortable list component challengeAs a frontend developer, I prefer challenging myself by building features rather than leet-coding 👨🏾💻, hacker-ranking 🦾 or codewarring…Dec 31, 2023Dec 31, 2023
Uzochukwu Ben AmaraMongoose populate made easyYou can never understand everything. But, you should push yourself to understand the system. — Ryan Dahl (Creator of Node JS)Jul 30, 2023Jul 30, 2023
Uzochukwu Ben AmaraUsing the extends keyword to narrow a generic typeTypescript generics offer a powerful way of writing reusable functions, in this post, we look at how to use the extends keyword to narrow…Dec 4, 2022Dec 4, 2022
Uzochukwu Ben AmaraMerge Sort Algorithm Made EasyMerge Sort is a sorting algorithm that uses the divide and conquer paradigm to sort a given array. Merge sort is efficient and has the time…Jun 1, 2021Jun 1, 2021
Uzochukwu Ben AmaraHow to create a linked list in JavaScriptLinked Lists are data structures that are similar to arrays but do not possess indexes, rather, the head node points to the next node in…Feb 11, 2021Feb 11, 2021
Uzochukwu Ben AmaraJavascript: How To Merge 2 ArraysArray manipulation is a hot topic in JavaScript since it is a weakly typed programming language. In an interview, you could be asked to…Feb 6, 2021Feb 6, 2021