Karuna SehgalDecision to take a hiatus from BloggingToday I decided to make a decision to take a break from Blogging about code indefinitely. I would like to allocate more time for prepping…May 16, 20182May 16, 20182
Karuna SehgalinKaruna SehgalAdvice on how to submit Pull RequestsAs a developer, I love contributing to open source projects through Github. At times the changes I submit can be improving documentation or…May 9, 2018May 9, 2018
Karuna SehgalinKaruna SehgalMaking API calls using AxiosDuring the process of building out an React app that works with a Rails 5.1 API, I had to consider an approach on how to make a React…May 1, 2018May 1, 2018
Karuna SehgalinKaruna SehgalProductivity Tips for CodenewbiesMaintaining a high level of productivity as a developer, especially if you are working remotely can be challenging. Not every line of code…Apr 25, 2018Apr 25, 2018
Karuna SehgalinKaruna SehgalNow that you learned how to code, how to build an application? — Part 3This blogpost is a continuation of a blog post which I have written last week about the process of building an application. After learning…Apr 16, 2018Apr 16, 2018
Karuna SehgalinKaruna SehgalNow that you learned how to code, how to build an application? — Part 2This blogpost is a continuation of a blog post which I have written last week about the process of building an application. After learning…Apr 10, 2018Apr 10, 2018
Karuna SehgalinKaruna SehgalNow that you learned how to code, how to build an application? — Part 1After learning how to code in Ruby and JavaScript, I wanted to figure out how to create a web application. What are the steps that are…Apr 4, 2018Apr 4, 2018
Karuna SehgalSome techniques I have used to prepare for a coding interviewIn this blogpost, I wanted to share some resources which I use to prepare for upcoming technical interviews. Also I wanted to mention some…Mar 28, 20181Mar 28, 20181
Karuna SehgalLearning Python on Pi DayMarch 14th (3/14) wasPi Day. As a way to celebrate Pi Day, I attended at a meetup called NYC Geekettes at Digital Ocean. It was a great…Mar 21, 2018Mar 21, 2018
Karuna SehgalDifferent types of Ruby IteratorsIn Ruby, arrays and hashes are collections. Iterators are methods supported by collections. Iterators return all the elements of a…Mar 14, 20181Mar 14, 20181