Sanchitha Sharma RanganathaiahIs 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
Sanchitha Sharma RanganathaiahinJavaScript 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
Sanchitha Sharma RanganathaiahinJavaScript 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
Sanchitha Sharma RanganathaiahinJavaScript 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
Sanchitha Sharma RanganathaiahinJavaScript 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
Sanchitha Sharma RanganathaiahinJavaScript 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
Sanchitha Sharma RanganathaiahinJavaScript 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
Sanchitha Sharma RanganathaiahinJavaScript in Plain EnglishHow to Compare Date Objects in JavaScriptIn this blog, we discuss and compare various ways of comparing dates in JavaScript.Sep 24, 2022Sep 24, 2022
Sanchitha Sharma RanganathaiahinJavaScript in Plain EnglishWhat is a Nullish Coalescing Operator (??) in JavaScript?What the nullish coalescing operator (??) is and how to use it.Jul 2, 20221Jul 2, 20221
Sanchitha Sharma RanganathaiahinJavaScript in Plain EnglishLet’s Understand Regex in JavaScriptAlthough it is a less interesting topic to work on, Regex is one of the most important topics for developers to learn. This blog is all…Dec 13, 2021Dec 13, 2021