The 12 Factor App is a methodology for building software-as-a-service (SaaS) applications that are portable, scalable, and resilient. It emphasizes best practices for development, deployment, and operations, resulting in applications that are easier to manage and maintain over time. 1.
Tag Archives: cloud
Proxy vs Reverse Proxy vs Load Balancer
The basic definitions are simple: A reverse proxy accepts a request from a client, forwards it to a server that can fulfil it, and returns the server’s response to the client. A load balancer distributes incoming client requests among a group of servers, in
IoT Apache Kafka & MQTT
IoT Challenges Real time data processing Large volume of data Time to market Accuracy Why Kafka Kafka-native options to note for MQTT integration beyond Kafka client APIs Kafka Connect source and sink connectors, which integrate with MQTT brokers in both
API Lifecycle Management
What is API Application Programming Interfaces, or APIs, have become vital tools for business growth. APIs enable two different services to interact Developing robust and concrete APIs to fuel the API economy API Lifecycle is a must to ensure robust
Elasticsearch Disk and Data Storage Optimizations
Out of the four basic computing resources (storage, memory, compute, network), storage tends to be positioned as the foremost one to focus on for any architect optimizing an Elasticsearch cluster. Let’s take a closer look at a couple of interesting