Roadmap for frontend developer in 2023Frontend CheetseatRoadmap for frontend developer in 2023Abstract The field of front-end development has evolved significantly over the years. With the rise…Suresh Kumar MukhiyaMarch 07, 2023 5 min
Recovering deleted iPython NotebooksArtificial IntelligenceRecovering deleted iPython Notebooks cellsLife is full of surprises! Something intresting happened to me yesterday with my work computer. I…Suresh Kumar MukhiyaMarch 24, 2022 1 min
Artificial IntelligenceArtificial Intelligence: Models, Algorithms and ApplicationsKeywords: Personalisation, Customisation, Individualisation, Differentiations Yet another corona…Suresh Kumar MukhiyaJanuary 01, 2022 2 min
Insert property and value at a specific positionFrontend CheetseatInsert Property and values at specific position in an Object in JavaScriptProblem: Given an object, we would like to insert a property and value at spcific position. Input…Suresh Kumar MukhiyaDecember 26, 2021 1 min
Autoimport ReactFrontend CheetseatAutoimport React using Webpack’s ProvidePluginProblem: It is common to import the above line if you are working with any ReactJS project. Over…Suresh Kumar MukhiyaOctober 29, 2021 1 min
Is object empty?Frontend CheetseatFastest way to check if an object is emptyProblem: Given an object, the aim is to check weather the object is empty or not. Input: Expected…Suresh Kumar MukhiyaOctober 27, 2021 1 min