VOOZH about

URL: https://www.javacodegeeks.com/author/andrew-glover/page/3

⇱ Andrew Glover, Author at Java Code Geeks - Page 3 of 3


  • Enterprise Java👁 Image
    Andrew GloverJune 26th, 2013
    1 173

    MongoDB Primary Keys Are Your Friend

    All documents in a MongoDB collection have a primary key dubbed _id. This field is automatically assigned to a document…

    Read More »
  • DevOps👁 Image
    Andrew GloverJune 10th, 2013
    0 407

    MongoDB to CSV

    Every once in a while, I need to give a non-technical user (like a business analyst) data residing in MongoDB;…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrew GloverMay 21st, 2013
    1 90

    ElasticSearch on EC2 in Less Than 60 Seconds

    Curious to see what all the ElasticSearch hubbub is about? Wanna see it in action without a lot of elbow…

    Read More »
  • Enterprise Java👁 Image
    Andrew GloverMay 16th, 2013
    0 90

    The Democratization of Search

    Over the past year and a half, I’ve watched ElasticSearch grow from a seemingly part-time code experiment into a thriving…

    Read More »
  • Software Development👁 Image
    Andrew GloverDecember 10th, 2012
    2 687

    Comprehending the Mobile Development Landscape

    There’s no shortage of mobile growth statistics, but here’s a few specific ones paint an overall picture of mobility: Roughly…

    Read More »
  • Software Development👁 Image
    Andrew GloverNovember 8th, 2012
    0 118

    MongoDB From the Trenches: Masochistic Embedded Collections

    MongoDB supports rich documents that can include, among other things, embedded documents. This feature embodies a has-a relationship quite nicely…

    Read More »
  • Software Development👁 Image
    Andrew GloverNovember 5th, 2012
    0 168

    Modeling Mongo Documents With Mongoose

    Without a doubt, one of the quickest ways to build an application that leverages MongoDB is with Node. It’s as…

    Read More »
  • Software Development👁 Image
    Andrew GloverNovember 5th, 2012
    0 133

    MongoDB From the Trenches: Prudent Production Planning

    While starting out with MongoDB is super easy, there are few things you should keep in mind as you move…

    Read More »
  • «
  • 1
  • 2
  • 3
Back to top button
Close