|
|
|
|
|
by rlt
1239 days ago
|
|
ChatGPT. I’m not even joking, it’s now my first step in learning new tech (but not too new, GPT-3 was trained on a corpus ending in 2021 I believe) Ask it something like “Explain how to get started with Docker” and it will give you a bunch of steps in a reasonable order. Then ask it for details for each step, like: “How do I install Docker on macOS?” “Write a commented Dockerfile for an application written in $WHATEVER” “Now write a commented Docker Compose file for this application and a Postgres database” etc |
|