featured

Kontinuous Integration and Delivery in the Cloud Native World

With Kubernetes matured enough to be the favourite application orchestration platform, but it still missed one crucial feature of in-cluster build of the applications. The missing feature made continuous integration and delivery to be less effective. The market had various solutions to solve the problem but 99% of the solutions missed something being Kubernetes native …

Kontinuous Integration and Delivery in the Cloud Native World Read More »

code screen

Prevent S3 Bucket Leaks with 5 Best Practices for AWS Cloud Security

When it comes to cloud services, the name AWS is nearly synonymous with the public cloud. Although Amazon’s grip on the cloud might be loosening (however slowly), there’s no question that AWS with its estimated 47% market share is a cloud behemoth. This means that for many businesses, cloud security starts with AWS security. Within …

Prevent S3 Bucket Leaks with 5 Best Practices for AWS Cloud Security Read More »

MongoDB vs. RDBMS Schema Design

MongoDB vs. RDBMS Schema Design

In this article, based on chapter 4 of MongoDB in Action, author Kyle Banker explains how MongoDB schema differs from an equivalent RDBMS schema, and how common relationships between entities, such as one-to-many and many-to-many, are replicated in MongoDB.