Pavan Varmapavan-varma.hashnode.dev·10 hours agoJava 101: Understanding Variables, Data Types, and Input/OutputIntroduction: Java is one of the most popular and versatile programming languages in the world, and it is used in everything from web applications to mobile apps. Understanding the basics is essential if you're starting your journey into Java. In thi...DiscussDSA
Shreya Pandeyshreyasblog.hashnode.dev·Nov 29, 2024Beginning of my DSA journeyI have always had this urge to start a thing and become a pro at that and then move to next level, which became threat to the self-study. Because consistency is all that matters here. I have considered myself with superpowers because I assumed that I...Discuss·1 likeDSA
Rohit Gawanderohit253.hashnode.dev·Nov 28, 2024Chapter 36: Exception Handling - Part 3 of Full Stack Java Development SeriesIntroduction In the world of programming, errors and unexpected situations are inevitable. As developers, we must anticipate and handle these situations gracefully to ensure our applications remain robust, reliable, and user-friendly. This is where e...DiscussFull Stack Java DevelopmentDSA
Nikhil Ramtekegit-command.hashnode.dev·Nov 17, 2024Chapter 3: FAANG-Style String Problems: Interview Prep for Top Tech CompaniesWelcome to Chapter 3 of our DSA in Java journey! Today, we’re diving into strings—one of the most crucial topics for acing coding interviews. Mastering string problems is essential for success in technical interviews, as they test a wide range of ski...Discuss·2 likesJava
Nikhil Ramtekegit-command.hashnode.dev·Nov 15, 2024Chapter 2 : Mastering Arrays: A Key to Cracking FAANG DSA InterviewsWelcome to Chapter 2 of our DSA in Java journey! Today, we'll delve into arrays, one of the fundamental building blocks of programming and a crucial concept for FAANG interview success. 2.1: What are Arrays? An array is a data structure used in progr...Discuss·10 likes·39 readsJava
Mohammed Shakeelmaster-java.hashnode.dev·Nov 15, 2024Java Programming Language RoadmapBasic Java Concepts Introduction to Java Java Installation Basic Syntax and Data Types Variables, Constants, and Operators Control Flow Statements (if, else, switch, loops) Arrays and String Manipulation Functions and Methods Basic Input/Outp...Discuss·38 readsJava
Rohit Gawanderohit253.hashnode.dev·Nov 15, 2024Chapter 6: Full Stack JavaScript Bootcamp Revision Class – Mastering CSS FundamentalsTable of Contents Introduction to CSS What is CSS? Importance of CSS in Web Development Overview of CSS Integration Methods Three Ways to Link CSS Inline CSS Internal CSS External CSS Priority of CSS Methods How CSS Works Selectors De...DiscussFull Stack Javascript#CSS, #AdvancedCSS, #WebDesign, #ButtonStyling, #LinkStates, #Hover, #Focus, #WebDevelopment, #FrontEndDevelopment, #FullStackJavaScript, #JavaScriptBootCamp, #WebDesignTricks, #UXDesign, #ResponsiveDesign, #CSSStates, #LearnCSS
Rohit Gawanderohit253.hashnode.dev·Nov 9, 2024Chapter 47 -Segment Trees: The Final Chapter of My DSA JourneyHey everyone! 🎉 I’m thrilled to share that this is the last chapter in my DSA with Java series! It’s been an incredible journey, and I’m excited to wrap it up with an important topic: Segment Trees. Segment trees are a powerful data structure, used ...Discusssoftware development
Rohit Gawanderohit253.hashnode.dev·Nov 9, 2024Chapter 46: Dynamic Programming (Part 6) - DSA SeriesWelcome to Chapter 46 of my Data Structures and Algorithms (DSA) Series! In this chapter, we dive into essential dynamic programming concepts focused on matrix operations and complex problem-solving techniques. Dynamic programming is all about breaki...Discusstabulation
Rohit Gawanderohit253.hashnode.dev·Nov 9, 2024Title: Chapter 45: Dynamic Programming (Part 5) – Wildcard Matching, Catalan's Number, Counting BSTs, and Mountain RangesIntroduction Welcome to Part 5 of the Dynamic Programming series! In this chapter, we'll tackle challenging problems that involve pattern matching, combinatorics, and counting structures. Topics include: Wildcard Matching (explanation and code) Cat...DiscussDSA(Data Structure and Algorithm) In JAVAcatalan