SAShadrach Abbainbuildrhive.com·Apr 11 · 6 min readStop Building. Start Validating. The Idea Test Every Founder Must Pass.Most people think startup success begins with a brilliant idea. It doesn’t. Ideas are cheap. Execution is expensive. And your time? That’s your most limited resource. So the real question isn’t: “Is t10
SAShadrach Abbainshaydeecoder.hashnode.dev·Jun 12, 2023 · 18 min readReact useState: How to Use It Like an ExpertReact useState is a hook (function) that enables us to create state variables in functional components. The initial state is passed to this function and it returns an array of two elements one being the variable with the current state value (not nece...01F
SAShadrach Abbainshaydeecoder.hashnode.dev·Feb 10, 2022 · 5 min readProgramming and PoetryIt's funny how we plan to grow & improve in our careers and what skills to learn while growing, forgetting to consider the uncertainties that we would face along the way. Micah Bournes said in one of his poems: "I had a nice simple life plan to ensu...00
SAShadrach Abbainshaydeecoder.hashnode.dev·Oct 18, 2021 · 3 min readReminiscing On My Software Development JourneyIt is funny how whenever I learn how to use a new technology, I always ask myself When will I be confident enough to start building with this technology?. I asked myself this question when I couldn't make websites responsive on all devices, and no...00
SAShadrach Abbainshaydeecoder.hashnode.dev·Sep 11, 2021 · 4 min readReact Hooks - Understanding the useEffect HookSince I started working with React Hooks, I've finally had a grasp of how useEffect works. If you already have experience working with the life-cycle methods in class components, useEffect shouldn't be difficult for you to understand. Just as in a cl...01D