PinnedSantosh ViswanathamExperimenting with Web Monetizing Medium: Exploring the Possibilities of Generating Revenue from…Medium, one of the largest content publishing platforms has an audience of 60 million. It is often praised for its ease and simplicity for…Dec 3, 2022Dec 3, 2022
Santosh ViswanathamBuilding an Accessible SaaS Product: A Developer GuideUnlock the secrets to building an inclusive SaaS product! From WCAG standards to testing tools, ensure accessibility compliance with ease.Mar 21Mar 21
Santosh ViswanathamHow Marvin enables me to conduct productive and effective Technical interviewsFinding the right candidates can be a difficult and time-consuming task, and conducting technical interviews can be challenging…Dec 17, 2022Dec 17, 2022
Santosh Viswanatham10 must-read guides for Open Payments and Web Monetization EnthusiastsWeb Monetization is a new way to fund the open web. It allows people to make small, regular payments to the websites they visit, without…Nov 16, 2022Nov 16, 2022
Santosh ViswanathamReiterating why you should never use Array ‘index’ as ‘key’ in your React ApplicationsI recently ran into a huge UI bug as a library I was using was iterating with Array index as key prop. Let me talk more about it here.Oct 6, 2022Oct 6, 2022
Santosh ViswanathamDocument fragment — The lesser known superpower of JavascriptLearn how document fragments improves page speed, in turn improving business performance and how it can help in building great…May 8, 2022May 8, 2022
Santosh ViswanathamESLint rules that made me a better React developerThe following are some of the most useful ESLint rules that I have found to make me a better React developer by writing secure…Apr 8, 20223Apr 8, 20223
Santosh ViswanathamNotion like Placeholders for every line — SlatejsSlate is a completely customizable framework for building rich text editors. Let’s build Notion like placeholders in Slatejs.Sep 17, 2021Sep 17, 2021
Santosh ViswanathamDeleting a property from a Javascript Object without MutationWe end up running into hard-to-debug and completely avoidable bugs if we keep mutating objects in Javascript. Lets look at better approach.Jul 18, 2021Jul 18, 2021
Santosh ViswanathamLog all Prime Numbers until `n` using Javascript GeneratorsWriting a function to return all prime numbers until a number `n` is easy but have you tried to do the same using Javascript Generators…Feb 13, 20211Feb 13, 20211