Learn how you can make your application act like multiple, independent apps by implementing multi-tenancy and keeping your data accessible by the tenants.
Learn a handy trick to persist your natural key entities using Spring Data. See how that compares to surrogate keys and what other tricks that permits.
Delivering a proper image size can be crucial to insuring that your web application loads as quickly as possible. In this post, learn how to dynamically resize your images in your ASP.NET MVC application!
In this post we take a deep dive into Elasticsearch, including the basics as well as some different field types, replete with examples to help get you going with both static and dynamic mappings!
Want to write better unit tests in Java? Look no further. From test-driven development to measuring code coverage, here are seven tips to get the job done.
Apache Camel provides many components to interact with external systems. Here is one simple example of how to connect MongoDB using the Apache Camel route.