Hexagonal Architecture divides work inside and outside of an app instead of into layers. This overview covers the benefits and uses of the Hexagonal style in your work.
Stack traces have been around in the software development world for quite some time now, but it can't be ignored that they can create major issues for Operations teams.
Self-service API management is crucial because it empowers API consumers to design their own API proxy endpoints—but a pattern is key to its successful implementation.
If you have an EC2 instance running and you have root access to this EC2 instance, then you can install MongoDB with authentication on EC2 AMI Linux in eight easy steps.
Indexing is essential for optimizing your database, but MongoDB's three main indexing methods come with caveats that might trip up those who aren't prepared for them.
NoSQL doesn't exactly lend itself to sequential ordering and incremental data, but using Couchbase's autonumber and counter document features, you can make it happen.
Writing good acceptance criteria is one of the keys to effective software delivery. But it’s hard. This article looks at Feature Mapping, a new technique that can help.
Having covered SQL batches, let's move onto Oracle 12c's implicit cursors and how to fetch them using jOOQ/Java while not having to worry about low-level details.
If you're looking to use time granularities, you can set up a time series (with a workaround) while still benefitting from MongoDB's document-oriented infrastructure.
If you're using Couchbase, you likely know of N1QL. See how N1QL supports, or can mimic, seven classic SQL JOINs as well as some charts to show what you're JOINing.
It's tempting to provision more memory to your VM than you need, but that can cause headaches—and containers might make it worse. The answer lies in auto-scaling.