Skip to content
Sahil Agnihotri

What is Queue Data Structure?

A warm Hello to all the readers! In this post, we will understand another data structure i.e. Queue. See the image. It shows a queue of men standing waiting for their turn. Queue is basically a double sided stack. On one side, elements are inserted and on the another side, the elements are removed. A Continue reading “What is Queue Data Structure?”

What is Stack Data Structure?

A warm Hello to all the readers! There is another data structure in computer science. This is the Stack data structure. To understand a stack, it is easy to relate to the stack of plates racked in the kitchen. A plate is put on top of other plates. See the image below. Similarly talking in Continue reading “What is Stack Data Structure?”

What is a Headless CMS?

A warm Hello to all the readers! In this post, we will understand about Headless CMS. CMS stands for Content Management System. Going by the name, it manages content and presentation of a website. WordPress is by far the most popular CMS in the market till date. What is a Monolithic CMS? WordPress is a Continue reading “What is a Headless CMS?”