24 followers
Hey, you can call me Dozie.
I'm a Front End focused Software Engineer. My friends say I'm a tenacious problem solver and I am most motivated by exciting and difficult challenges 😄
A look into a popular tool for building UI components · What is StoryBook It's a tool for building UI components that promises developers the ability to...
A precursor to how to generate all subsequences of an ordered sequence · If a sequence X has m symbols then the number of possible subsequences of X is...
Notes from Effective TypeScript by Dan Vanderkam · Motivation Try as we might, we won't always know what a type should be at every given point in time....
An application of Trees · Who is this for This article assumes you have a basic familiarity with the concept of asymptotic runtimes, typically talked...
Lessons from Effective Typescript - Prefer Incomplete Types to Inaccurate Types · ... it’s interesting that you can express something like “an array of...
Continuation of Session IV of Building a Leetcode Contest Analyser · Recap I left off session IV with a PR I said I'd come back to. It had 4 failing...