Published inJavaScript in Plain English5 Open Source UI Libraries That Made Me a Better EngineerI recently built a website using React and TypeScript, paired with Tailwind CSS. To ensure my application was as fast and snappy as…4d ago4d ago
Published inJavaScript in Plain EnglishBranch naming guidelines for Streamlined Collaboration and Clean CodeThe Importance of a Well-Defined Branch Naming ConventionDec 61Dec 61
Published inCode Like A Girl12 Things I Learned About Choosing a LeaderIn my seven-year professional journey, I’ve had the privilege and sometimes the challenge of working with various bosses who shaped my…Nov 29Nov 29
Is Your Job Toxic? Here’s How to TellI’m writing this from my personal experience, not as an expert, but as someone who’s been through it. I recently quit my job because it…Oct 22Oct 22
Published inJavaScript in Plain EnglishHow to customize the viewport in the StorybookThis blog talks about customizing the storybook viewports which makes it easier to test UI elements.May 22, 2023May 22, 2023
Published inJavaScript in Plain EnglishHow to Insert Spaces in HTMLIn web design, managing the spacing of elements is crucial for creating visually appealing and easy-to-read content. Although HTML…Mar 24, 2023Mar 24, 2023
Published inJavaScript in Plain EnglishHow to check if a string contains numbers in JavaScriptThis blog lists out the ways to check if a string has numbers and if a string has only numbers in JavaScript.Jan 10, 2023Jan 10, 2023
Published inJavaScript in Plain EnglishHow to customize StorybookStorybook is a UI library that can be used to document components which is popular in the front-end area for quite sometime. Most times we…Nov 27, 2022Nov 27, 2022
Published inJavaScript in Plain EnglishHow to Implement Storybook in React + TypeScript + Material UI applicationStorybook is a UI development tool that lets you preview your components in a very rich library design that will help you to change all…Oct 30, 2022Oct 30, 2022
Published inJavaScript in Plain EnglishHow to Handle JavaScript Type Conversion Between Numbers and StringsIn JavaScript, you can represent a number as type number (ex. 12), or as a type string (ex. '12'). At times while coding we might have to…Sep 24, 2022Sep 24, 2022