DDumtoindumto.hashnode.dev路Apr 27, 2021 路 3 min readDequeue data structure simplifiedHello friends, in today's article, I'd be writing about my understanding of dequeue data structure, which would be helpful to us in one way or the other. Recently, I have been reading and practising Data structure and algorithm in javascript, and on...00
DDumtoindumto.hashnode.dev路Jan 3, 2021 路 7 min readClosure in JavascriptHello Folks, in this article I'd be talking about closure in javascript. Closures are used in all codebases, and it's very essential to know them. coding a little test made me know when and where to use closures, I found it very exciting unravelling...00
DDumtoindumto.hashnode.dev路Dec 31, 2020 路 6 min readYear In ReviewHello guys, I'm very sorry I have abandoned my blog for quite a while now, but in 2021, I'd be writing more articles (it so good to be back 馃槉). The year 2020 I must say is indeed one in which many or even I would never forget in a hurry. 2020 for me...02CM
DDumtoindumto.hashnode.dev路Mar 5, 2020Creating your own custom Vue directivesHello guys, i currently started learning Vue js and more so, i'd like to share what i'm learning while going further in Vue. In my article today, i'd be explaining how to create a custom Vue directive. Vue directives are those reserved words that ar...00
DDumtoindumto.hashnode.dev路Aug 23, 2019You don't know REGEX (regex 101)Hello guys, today i'll be writing about regex (you don't need to be afraid, if you are a noob like me). Over the months i never liked regex cos it looked like gibberish to me (laughs!). I was like what the hell is this crap, So i had to check for bas...01L