DEV Community

Discussion on: Symfony Station Communiqué - 21 January 2022. A Look at Symfony and PHP News.

Collapse
 
philosoft profile image
Alexander Frolov

Deploy Redis as a Docker container [part 1]
Trying out Rabbit MQ

Both of these are terrible. Please do not put such stuff on a list.

Redis one can be boiled down to 2 lines

  1. docker run --name my-redis -p 6379:6379 -d redis
  2. use my cool new wrapper service on top of AWS to forget about Ops

No useful information whatsoever, nothing explained about reds, docker, tags, names, ports (+ there is a mistake about port numbers), no configuration, no php, no deployment of any kind.

RabbitMQ one is no better. Code is in small screenshots instead of text. Nothing about php extension or composer library, no context, code samples basically taken from rabbitmq.com/tutorials/tutorial-on... (which by the way is much more comprehensive, illustrative and easier to follow)