<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Andrew Glover</title> <atom:link href="http://www.javacodegeeks.com/author/andrew-glover/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Fri, 24 May 2013 19:00:57 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>ElasticSearch on EC2 in Less Than 60 Seconds</title><link>http://www.javacodegeeks.com/2013/05/elasticsearch-on-ec2-in-less-than-60-seconds.html</link> <comments>http://www.javacodegeeks.com/2013/05/elasticsearch-on-ec2-in-less-than-60-seconds.html#comments</comments> <pubDate>Tue, 21 May 2013 19:00:16 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Elasticsearch]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=13053</guid> <description><![CDATA[Curious to see what all the ElasticSearch hubbub is about? Wanna see it in action without a lot of elbow grease? Then look no further, friend – in less than 60 seconds, I’ll show you how to install ElasticSearch on an AWS AMI. You’ll first need an AWS account along with an SSH key pair. [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/elasticsearch-on-ec2-in-less-than-60-seconds.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Democratization of Search</title><link>http://www.javacodegeeks.com/2013/05/the-democratization-of-search.html</link> <comments>http://www.javacodegeeks.com/2013/05/the-democratization-of-search.html#comments</comments> <pubDate>Thu, 16 May 2013 07:00:07 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Enterprise Java]]></category> <category><![CDATA[Elasticsearch]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12835</guid> <description><![CDATA[Over the past year and a half, I’ve watched ElasticSearch grow from a seemingly part-time code experiment into a thriving ecosystem. Not only has the number of client libraries grown from 1 to over 25 (and counting!); it’s now a commercially sponsored project to the tune of $34 million (a $10M series A and a [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/the-democratization-of-search.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Comprehending the Mobile Development Landscape</title><link>http://www.javacodegeeks.com/2012/12/comprehending-the-mobile-development-landscape.html</link> <comments>http://www.javacodegeeks.com/2012/12/comprehending-the-mobile-development-landscape.html#comments</comments> <pubDate>Mon, 10 Dec 2012 14:00:48 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Software Development]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=5075</guid> <description><![CDATA[There’s no shortage of mobile growth statistics, but here’s a few specific ones paint an overall picture of mobility: Roughly 87% of the worlds population has a mobile device Earlier this year, Facebook claimed an astounding 488 million mobile monthly active users Android’s user base is growing by 700,000 subscribers a day &#160; &#160; &#160; [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/12/comprehending-the-mobile-development-landscape.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>MongoDB From the Trenches: Masochistic Embedded Collections</title><link>http://www.javacodegeeks.com/2012/11/mongodb-from-the-trenches-masochistic-embedded-collections.html</link> <comments>http://www.javacodegeeks.com/2012/11/mongodb-from-the-trenches-masochistic-embedded-collections.html#comments</comments> <pubDate>Wed, 07 Nov 2012 23:00:26 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[MongoDB]]></category> <category><![CDATA[NoSQL]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=3004</guid> <description><![CDATA[MongoDB supports rich documents that can include, among other things, embedded documents. This feature embodies a has-a relationship quite nicely and can, if modeled properly, reduce the number of finds required to ascertain certain data as there are no joins in Mongo. As classic example of embedding a collection of documents inside a parent document [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/mongodb-from-the-trenches-masochistic-embedded-collections.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Modeling Mongo Documents With Mongoose</title><link>http://www.javacodegeeks.com/2012/11/modeling-mongo-documents-with-mongoose.html</link> <comments>http://www.javacodegeeks.com/2012/11/modeling-mongo-documents-with-mongoose.html#comments</comments> <pubDate>Mon, 05 Nov 2012 17:00:28 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[MongoDB]]></category> <category><![CDATA[Mongoose]]></category> <category><![CDATA[NoSQL]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=2872</guid> <description><![CDATA[Without a doubt, one of the quickest ways to build an application that leverages MongoDB is with Node. It’s as if the two platforms were made for each other; the sheer number of Node libraries available for dealing with Mongo is testimony to a vibrant, innovative community. Indeed, one of my favorite Mongo focused libraries [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/modeling-mongo-documents-with-mongoose.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MongoDB From the Trenches: Prudent Production Planning</title><link>http://www.javacodegeeks.com/2012/11/mongodb-from-the-trenches-prudent-production-planning.html</link> <comments>http://www.javacodegeeks.com/2012/11/mongodb-from-the-trenches-prudent-production-planning.html#comments</comments> <pubDate>Sun, 04 Nov 2012 23:00:33 +0000</pubDate> <dc:creator>Andrew Glover</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[MongoDB]]></category> <category><![CDATA[NoSQL]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=2853</guid> <description><![CDATA[While starting out with MongoDB is super easy, there are few things you should keep in mind as you move from a development environment into a production one. No one wants to get paged at 3am because a customer can’t complete an order on your awesome e-commerce site because your database isn’t responding fast enough [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2012/11/mongodb-from-the-trenches-prudent-production-planning.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/3 queries in 0.001 seconds using apc
Object Caching 907/907 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-25 00:12:31 -->