Keith Keough

Orlando, FL
Common Lodash Functions

Common Lodash Functions

While writing your javascript applications you might find yourself implementing the same patterns over and over to work with arrays and objects. Some of these patterns you commonly encounter include looping over data to manipulate each item, filtering and sorting data based on specific criteria, and finding differences and commonality between multiple sets of data. Instead of writing these workflows from scratch you might want to try a utility library such as lodash. Lodash is a modern javascript utility library that provides excellent features for working with arrays, objects, and collections. Here is a list of the common functions I...

ReQLPro version 0.0.3

Now With Windows Support! Hey everyone. We have a new release of ReQLPro (version 0.0.3) ready for use! The biggest update in this release is a Windows version of the app. We have also been receiving lots of feedback and have implemented quite a bit of it in this version. See below for details on the new features. Download ReQLPro Fixes: Remove error from insert view when navigating away and coming back Rows per page selection was not persisting between changing tables Resized column widths not being persisted across pagination Table view now shows all root level properties...

Tutorial: Setting up MongoDB Image Instance with Docker Toolbox

Tutorial: Setting up MongoDB Image Instance with Docker Toolbox

This tutorial will show you how to get a MongoDB image instance up and running with Docker Toolbox. Update: Since this tutorial was published, Docker introduced Kitematic, part of the Docker Toolbox to help with setting up Local Databases. Continue reading to see how to do this via Docker command line tools. Getting an instance of MongoDB up and running with Docker Toolbox is both easy and provides some nice benefits. Docker gives you the benefit of knowing that your code base will operate on any OS that supports Docker, which is quite extensive at this point. Also, as your...

About Keith Keough

full stack dev, technology enthusiast

Website

http://keithkeough.com