Backend vs Devops
W hen you are a backend web developer you have to code the servers, the server could be an ec2 instance this server could be a lambda this could be anything it does not matter to you as a back-end developer for the most part. obviously, it matters to you if you're building a stateful or a stateless application then what to use caching with Redis, and so on. But what I'm saying is the implementation details how this would work how this would provision in a way on a cloud or maybe on shared hosting or anything it doesn't matter. As a DevOps engineer on the other hand once you have an application with you let's say there is a node.js app and you know that this is stateless so you can use something like this is an api let's say API app like Graphql...