ondhiyabhavin.netlify.appDevOps: A Comprehensive Guide to Building Efficient WorkflowsIn today's fast-paced and dynamic software development landscape, the adoption of DevOps practices has become essential for teams aiming to achieve seamless collaboration and continuous delivery. DevOps represents a process-driven approach that bridg...Jul 28, 2023·3 min read
ondhiyabhavin.netlify.appNeo4j Database(GraphQL)Neo4j is a cutting-edge graph database that takes data storage and retrieval to a new level by adopting a graph-based model. This unique approach organizes data into nodes, relationships, and properties, creating an interconnected web of information....Jul 18, 2023·2 min read
ondhiyabhavin.netlify.appJavaScript DOM Manipulation and Fetch API UsageIntroduction: In this blog post, we will explore two important concepts in JavaScript: DOM manipulation and Fetch API. We'll learn how to manipulate the DOM to change element properties and dynamically create elements. Additionally, we'll see how to ...Jul 14, 2023·2 min read
ondhiyabhavin.netlify.appDOM(Document Object Model)Title: Understanding DOM Query Selector in JavaScript Introduction In web development, manipulating the Document Object Model (DOM) is a common task. The DOM provides a structured representation of HTML elements, allowing JavaScript to interact with ...Jul 12, 2023·3 min read