Tag: javascript

  • 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

  • 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

  • A Better Safari Books Online Experience

    Now, my experience with Safari Books Online has been great so far, mainly due to the free access I get thanks to Toronto Public Library. As far as I can see from the feature set, you can create playlists and the dashboard […]

    Continue

  • Are you Gulpible?

    Hey there Gulp lovers! I would like to share with you my first hands-on experience with Gulp. Hopefully, it’ll be helpful for those who are also new to this handy tool that can be quite frustrating sometimes. Before I go ahead and […]

    Continue