Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Jan Amoyo programming Blog  > 

2017-03-27 06:24
When updating documents, MongoDB has a useful feature to insert a new document when no document matches the query criteria. This feature is called an upsert. Sadly, as of this writing, Dynam… Read More
2015-12-06 02:41
The example below uses 2 Angular directives to change the focus behavior when pressing the tab key. The first directive is used to assign a name to a 'focusable' element.module.exports = fun… Read More
2015-12-05 09:55
The example below shows how to increase the limitTo filter of ngRepeat everytime the div scrollbar reaches the bottom.This technique is used to improve performance by only rendering ngRepeat… Read More
2014-08-01 10:44
Below is a code showcasing Streams and Lamdas in Java 8 (written as a JUnit test allow execution of individual methods).@RunWith(BlockJUnit4ClassRunner.class)public class Java8Showcase { @F… Read More
2014-07-10 14:58
My website, CheckTheCrowd.com, was initially using the Google Maps JavaScript API (Places Library) to fetch details on the various places submitted to the website.Place details such as names… Read More
2014-06-25 03:48
My previous post introduced Flowee as a framework for building Java services backed by one or more workflows. Through a sample application, this post will demonstrate how easy it is to… Read More
2014-06-25 03:24
OverviewWe all know that Interfaces allow us to write loosely-coupled components, and that this "loose-coupledness" comes-in handy during unit testing. Because we can separate the implementa… Read More

Share the post

Jan Amoyo

×

Subscribe to Jan Amoyo

Get updates delivered right to your inbox!

Thank you for your subscription

×