preetikatiyar5Mar 8, 20235 min readIntroduction to Linked List 2 - Data Structures and AlgorithmCircular Singly Linked List - DSA In a circular Singly linked list, the last node of the list contains a pointer to the first node of the...
preetikatiyar5Mar 2, 20236 min readIntroduction to Linked List - 1 | Data StructuresSingly Linked List Linked List can be defined as collection of objects called nodes that are randomly stored in the memory. A node...
preetikatiyar5Feb 18, 20238 min readLearn Data Structures and Algorithms | DSA TutorialData Structure & Algorithms A data structure is a programmatic way of storing data so that it can be used efficiently. Almost all...
preetikatiyar5Feb 15, 20237 min readTop DBMS Interview Questions and Answers in 2024Common Technical Interview Questions Most commonly asked campus placement technical interview questions based on database and sql, mostly...
preetikatiyar5Feb 10, 20239 min readMost Asked Technical Interview Questions- FreshersCommon Technical Interview Questions Most commonly asked campus placement technical interview questions, mostly asked by the companies...
preetikatiyar5Feb 6, 202310 min readIntroduction to Docker & Kubernetes- DevOpsDocker – Docker is a platform that enables developers to package their applications and dependencies into containers. Containers are...
preetikatiyar5Feb 2, 202310 min readImportance of AWS in DevOpsAmazon Web Services (AWS) is a collection of remote computing services (also called web services) that make up a cloud computing...
preetikatiyar5Jan 30, 202310 min readDevOps Tutorial - The Ultimate Guide Tutorial for Beginners in 2024DevOps is a term that refers to a set of practices and tools that are used to automate the processes between software development and IT...