Avitosh TotaramReact-Redux using HOCThis is going to be displaying part of a e-commerce site as an example code for which is adding items to a cart using react-redux using…Apr 24, 2021Apr 24, 2021
Avitosh Totaram7-Tips for Starting a React Project!Input the following code inside your terminal:Apr 21, 2020Apr 21, 2020
Avitosh TotaramWhen to use classes and functional components in React!When I started coding in React I would always wonder why everything didn’t just use a class component when coding, it would make life a…Apr 13, 2020Apr 13, 2020
Avitosh TotaramPython-algos: Sentence ReversalGiven a string of words, reverse all the words. For example:Apr 6, 2020Apr 6, 2020
Avitosh TotaramPython-algos: Largest Continuous SumGiven an array of integers (positive and negative) find the largest continuous sum. An example of an array would be the following…Mar 31, 2020Mar 31, 2020
Avitosh TotaramPython-Algos: Find the Missing ElementConsider an array of non-negative integers. A second array is formed by shuffling the elements of the first array and deleting a random…Mar 23, 2020Mar 23, 2020
Avitosh TotaramPython-Algos: Array Pair SumThey’re many ways to approach this problem, but you have to consider the time it takes to run the code once the data becomes much bigger…Mar 17, 2020Mar 17, 2020
Avitosh TotaramWhat is a Rails API?Application programming interface or API, is a software intermediary that allows for two applications to talk to each other. In other…Mar 10, 2020Mar 10, 2020
Avitosh TotaramError Deploying images on Heroku with Rails?Hey, I encountered a problem when I was deploying my first project on Heroku that I was having a hard time debugging. I created a full…Mar 3, 2020Mar 3, 2020
Avitosh TotaramRails AuthorizationDevise gem is a beautiful gem. Inside your gemfile, require:Feb 24, 2020Feb 24, 2020