Cloud Tech by Victor

Comparisons

Head-to-head breakdowns of technologies that get confused for each other, feature tables, trade-offs, and when to reach for each.

All comparisons

DevOps

Docker vs Podman

How Docker and Podman differ in architecture, rootless security, Compose support, and systemd integration, and when each is the right default.

  • docker
  • podman
  • containers
Updated 2026-07-24 · 3 min read
Backend

gRPC vs REST

How gRPC and REST differ in contracts, transport, streaming, and browser support, and when a binary RPC protocol beats plain HTTP and JSON.

  • grpc
  • rest
  • api
Updated 2026-07-24 · 3 min read
System Design

Kafka vs RabbitMQ

How Kafka and RabbitMQ differ in messaging model, routing, replay, and throughput, and which fits event streaming versus task queues.

  • kafka
  • rabbitmq
  • message-queues
Updated 2026-07-24 · 3 min read
Security

OAuth 2.0 vs OpenID Connect

OAuth 2.0 handles authorization and OpenID Connect adds authentication on top. What each actually does, and why the distinction matters.

  • oauth
  • openid-connect
  • security
Updated 2026-07-24 · 3 min read
Databases

PostgreSQL vs MySQL

How PostgreSQL and MySQL actually differ in data types, concurrency, indexing, and replication, and which one fits which workload.

  • postgresql
  • mysql
  • databases
Updated 2026-07-22 · 2 min read
Databases

Redis vs Memcached

How Redis and Memcached differ in data structures, persistence, clustering, and threading, and which cache fits which workload.

  • redis
  • memcached
  • caching
Updated 2026-07-24 · 3 min read
Backend

REST vs GraphQL

How REST and GraphQL differ in fetching, caching, and versioning, and which fits a given API better.

  • rest
  • graphql
  • api
Updated 2026-07-22 · 3 min read
DevOps

Terraform vs Ansible

Terraform provisions infrastructure and Ansible configures it. How the two tools differ in model, state, and strengths, and how they pair.

  • terraform
  • ansible
  • iac
Updated 2026-07-24 · 3 min read
DevOps

Terraform vs Bicep

How Terraform and Bicep differ in state management, cloud scope, and tooling, and which one fits your Azure infrastructure-as-code workflow.

  • terraform
  • bicep
  • iac
Updated 2026-07-24 · 3 min read