DKDevesh K Patelinjava-collections-by-dev3z.hashnode.dev·Jul 6, 2025 · 11 min readJava Collections: Comprehensive Notes for Interviews, OA, and Leetcode1. Overview of Java Collections Framework The Java Collections Framework provides a set of classes and interfaces for storing and manipulating data efficiently. It includes: Interfaces: List, Set, Map, Queue, Deque Implementations: ArrayList, Linke...00
DKDevesh K Patelinshellscriptingbydev3z.hashnode.dev·Jan 2, 2025 · 5 min readMaster Shell Scripting for DevOps: A Complete Bash Guide for AutomationKey Basic Linux Commands Before diving into scripting, it’s important to familiarize yourself with some essential Linux commands. These commands allow you to navigate and manage your system efficiently. 1. Basic Navigation and File Management ls: Li...00
DKDevesh K Patelindev3z.hashnode.dev·Dec 5, 2023 · 1 min readRandom Paragraph GeneratorProject Overview This project aims to create a simple random paragraph generator using HTML and JavaScript. The generator takes an input value representing the number of words desired in the paragraph and dynamically generates a paragraph of random w...00