temidire.hashnode.devIdentifying a ProblemIntroduction If youβre getting into fields like software engineering, AI, or web development, one of the hardest parts is deciding what to build. Most people follow tutorials, code along, and feel productive until they realise they donβt really know ...Dec 29, 2025Β·3 min read
code-temidire.hashnode.devStop Typing import React: Smarter VS Code Snippets for React DevsIntroduction I got tired of seeing import React from 'react' at the top of every component file, even when using prebuilt snippets like rafce or rfce. These snippets still include that import, even though it's unnecessary in modern React. Most of the...Jul 21, 2025Β·2 min read