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
Concatenate array of objectsFrontend CheetseatConcatenate array of objects inside an array of objectsProblem: Given an array of objects, we want to concatenate nested array of objects. Look at the…Suresh Kumar MukhiyaOctober 26, 2021 1 min
Group array of objectsFrontend CheetseatGroup Array of Objects by KeyProblem: Given an arry of objects, we need to group objects by any key. Input: Expected Output…Suresh Kumar MukhiyaOctober 05, 2021 1 min
Software ArchitectureDifference between software architecture and software designAbstract Keywords: Software design, Software architecture, Software system, Software pattern…Suresh Kumar MukhiyaJanuary 24, 2021 5 min
Software ArchitectureTest Driven Development vs Behaviour Driven DevelopmentAbstract Keywords: Test Driven Development, Behaviour Driven Development, Acceptance Test Driven…Suresh Kumar MukhiyaDecember 24, 2020 2 min