Girija ViswanathanReact Context APIThe Context API is a component structure provided by the React framework, which enables us to share specific forms of data across all…Dec 27, 2020Dec 27, 2020
Girija ViswanathanAdvantages of Developing Modern Web Apps using ReactReact is an open-source, front end, JavaScript library for building user interfaces or UI components. React is a library for building…Dec 19, 2020Dec 19, 2020
Girija ViswanathanMemoizationIn computing, memoization is an optimization technique used primarily to speed up computer programs by storing the results of expensive…Dec 5, 2020Dec 5, 2020
Girija ViswanathanGit Commands Part -3This is the continuation of the my previous blog. Please feel free to have a look at my previous blogs on the same topic.Nov 29, 2020Nov 29, 2020
Girija ViswanathanGit Commands Part -2This is the continuation of the my previous blog. Please feel free to have a look at my previous blog here, general introduction on the…Nov 21, 2020Nov 21, 2020
Girija ViswanathanReversing a String in JavascriptReversing a string is one of the most frequently asked JavaScript question in the technical round of interview.Nov 7, 2020Nov 7, 2020
Girija ViswanathanUnderstanding Javascript ClosuresA closure is the combination of a function bundled together (enclosed) with references to its surrounding state. In other words, a closure…Oct 31, 2020Oct 31, 2020
Girija ViswanathanCurrying in JavascriptThis article gives an insight on currying in javascript.Oct 25, 2020Oct 25, 2020