What is CRUD?
CRUD stands for Create, Read, Update and Delete. Web apps are created to do these four operations. Using Twitter, I will explain how these operations work.
Prerequisites
Understanding how the Internet works
Requests and responses
Create
Create is...
mitchcodes.hashnode.dev3 min read