What are these CRUD operations? You might be wondering so, as you read the topic of this post, or else you might have already heard this and is familiar with it. Though you might have not heard of the term CRUD, you'll probably have used CRUD operations if you have done computer programming for sometime. In RESTful services we use http methods to perform CRUD operations. Many programmers know which http method is used for a specific CRUD operation, but only a few knows the actual reason behind using that relevant http method for that particular operation. It is always better to learn things with reasoning, rather than blindly doing something just because everyone do so. In this blog post I'll give a brief introduction about CRUD operations and the four basic http methods and the reason why we use a particular http method for a specific CRUD operation. What are CRUD operations? In computer programming CRUD stands for Create, Read, Update and Delete, which are the four basic...
Welcome to my online blog! I'm Stefinie , a software engineering graduate from SLIIT. My passion and enthusiasm for computer science and new technologies led me to chose this path. This blog is all about my projects, and experiences with different technologies during my journey through the field of computer science and software engineering