Author: denizkum

  • Another Look at Finding Minimum and Maximum in Arrays

    I recently saw an exercise for finding a minimum and maximum value in an array. The wording of the question, which I won’t repeat here, hinted you to do that with a bit story behind it. Then, I reminisced about the good […]

    Continue

  • Reflections on VueConf TO, first ever Vue Conference in Canada

    This year, in 2018, VueConf TO was my choice of conference. The other choice for this year would have been Web Unleashed but I did that in 2017. I tend to attend one conference a year due to budgeting and commitment reasons. I’m […]

    Continue

  • How to Create a Simple Descriptor Generator with Vue

    Some time ago, the company I’m still working at needed a lot of descriptor names. Like, Support Specialists, 24/7 Help, etc. The goal of this article is to show you how simple it is to create a generator tool using Vue. To get […]

    Continue

  • Sorting An Array of Objects

    This post has been on my mind for a while. Today, I would like to talk about sorting an array of objects. This exercise assumes your array is uniform, meaning all elements in the array are of the same type. To keep […]

    Continue

  • Average Score of a Student

    Among the myriad of Youtube channels I’m subscribed to, I saw Erik Hanchett’s video the other day. The one where he talked about his interview experience and the question he had worked on during his interview. Here is my take on that problem.

    Continue

  • A Better Way of Bookmarking Code Snippets

    In an earlier article, I talked about placing your Javascript code snippets as bookmarks. I used this technique to get a list of books on Goodreads and to enhance the user experience on Safari Books Online for their video section. In both […]

    Continue

  • Trifecta: Filter, Map, Reduce

    I love using Goodreads. There is a great community there; contributing to the site with their comments, reading lists and such. When I discover a new list such as the Riftwar Cycle, I want to copy the book names to a Google […]

    Continue

  • Bookmark Code Snippets

    I’ve recently written two articles that depend on a bookmark. I figured it would be easier to use this article as a reference when I conclude future articles where I need to mention the bookmark method. [EDIT] This method has had a […]

    Continue