Understanding Doubly Linked List: A TutorialAre you trying to learn linked list? Doubly linked list? Well, I’m learning about it too right now, but I want to share what I already…Nov 2, 2023Nov 2, 2023
Mastering Singly Linked List: A Step-by-Step TutorialThe advantage using this data structure is we will have O(1) time complexity in adding/removing value in both head/tails, very useful.Oct 27, 2023Oct 27, 2023
Published inJavaScript in Plain EnglishWriting Small Automation ScriptThe project just started, and the team decided to use nextjs with graphql, both graphql client and graphql server.Oct 23, 2023Oct 23, 2023
Published inStackademicHow to Binary SearchAtm of this writing, I'm following this DSA course, it's really good for the foundation knowledge in DSA stuff, and it’s free.Sep 30, 2023Sep 30, 2023
Menyelesaikan soal leetcode: Difference Between Element Sum and Digit Sum of an ArrayMengerjakan soal leetcode itu susah susah gampang, kadang ada soal easy yang memang menurut saya gampang dan bisa langsung solved, tapi ada…Aug 13, 2023Aug 13, 2023
Published inJavaScript in Plain EnglishHow to Test React Component Using JestIn this tutorial, we will learn how to do unit testing to a react component using Jest. This article will cover the basic of testing with…Jul 7, 2023Jul 7, 2023
How to Create Infinite Scroll with useQueryYep I know there is useInfiniteQuery API provided by react query, but now I want to try if this works with useQuery as well. In this case I…Jun 30, 2023Jun 30, 2023
Upgrading to Nextjs 13.4This is my step by step story about upgrading the nextjs 13.2 from pages to app folder. Write this only to document the step that I have…Jun 5, 2023Jun 5, 2023
Setup Storybook with NextjsHere’s how to integrate storybook to an existing nextjs app. Follow along to get started with storybook and nextjs.Mar 27, 2023Mar 27, 2023
Notion as website bookmarkerI often times see some videos on my YouTube homepage about notion. Tips on how to use notion, notion for productivity, etc. But all that…Feb 8, 20231Feb 8, 20231