kantush.hashnode.devWhat is State in React JsYou have probably come across the word "state" more often if not all the time when working with React applications or even when reading React docs. You might be wondering what is this animal called state. It might be not very clear at times but in th...May 7, 2023·2 min read
kantush.hashnode.devHow to Get out of the tutorial hell loop??Are you stuck on tutorial hell loop? Do you constantly find yourself watching youtube videos and not making any progress, or when you close the tutorial tab and fire up your favourite editor only to find out that the content went along with the tutor...Nov 8, 2022·2 min read
kantush.hashnode.devDealing with imposter syndrome!In the life of being a software developer, it's constant that you will face imposter syndrome at some point. What I mean by the word imposter syndrome, is you will find yourself at your lowest, you may think programming is not for you or you may thin...May 25, 2022·1 min read
kantush.hashnode.devLinked ListDef: A linked list is a dynamic data structure, what I mean by that is you can add or remove data in a linked list. They store data in a sequential manner but not in a contiguous way. Array's if you have ever heard of them store data in a contigous...Mar 25, 2022·1 min read