Mitali sahuwhat-is-oops.hashnode.dev路Jan 2, 2025What is abstract class?Abstract class is same like a class but with some extra features which has both abstract method as well as concreate/general method. An abstract method is a method that has only declaration not implementation of the method. Abstract class provides us...Java
Rumaisa Navedrumaisanaveed.hashnode.dev路Jan 1, 2025How to Prepare for Technical Interviews: A Detailed Guide for Big Companies and StartupsIntroduction Preparing for a technical interview can feel overwhelming, especially if you鈥檙e just starting out as a beginner and are unsure where to start. As a software engineer based in Pakistan, I鈥檝e been through this process and learned a lot fro...4 likes路86 readsInterviews
Praveen AgrawalforAlphaCoder Academy Blogsalphacoderacademy.hashnode.dev路Oct 18, 2024Interview Myths Debunked: Why Even Good Candidates FailWhy interview failures happen: Most of the time, interviewees fail because they lack a clear understanding of what really happens during an interview. They may not prepare adequately or might take the process for granted, often holding misconceptions...InterviewsJob Interview
Arpit Dwivediblog.arpitdwivedi.in路Sep 29, 2024Top 20 Essential Angular Interview Questions and AnswersPreparing for an Angular interview can be daunting, especially if you're new to the framework. This article compiles the top 20 essential Angular interview questions and answers to help you understand the core concepts. From components and modules to...Interview SeriesAngular
Priyan Jimpriyanj.hashnode.dev路Sep 19, 2024AWS - My Journey Towards 4x CertifiedDateExamStatus 9/9/24CLF-C02Passed 10/10/24SAA-C03Yet to be Scheduled 11/11/24SAP-C02Yet to be Scheduled 12/12/24SCS-C02Yet to be Scheduled Today is 19/9/24 I will start my preparation for the SAA-C03 exam today. I have access to Stephane Maa...AWS
Ajay Mudgadecodesutra.hashnode.dev路Sep 9, 2024Mastering Software Engineering: From Development to System Design with DSA, LLD, and HLDIntroduction: In today鈥檚 fast-paced tech landscape, mastering software development isn't just about coding. It involves a deep understanding of Data Structures and Algorithms (DSA), as well as strong competencies in System Design, including Low-Level...software development
Shashwat Nathmagmastorm.hashnode.dev路Aug 17, 2024DSA Comprehensive Topic ListNote:This isn't a Competitive Programming guide so number theory,game theory,segment trees aren鈥檛 mentioned in detail this is to prepare you for majority of DSA that is good for you to be acquainted with for interviews or any other purpose. This Arti...32 readsDSA
priyanka chaudharipriyankachaudhari.hashnode.dev路Jul 26, 2024magic behind the use of angular directive馃くIn Angular, a directive is a special type of marker in the DOM that can attach behavior to elements in your applications. Directives can modify the appearance or behavior of DOM elements, and Angular provides three types of directives: types of direc...10 likes2Articles1Week
Prateek Thapliyalprateek0005.hashnode.dev路Jul 21, 2024Preparing for Google鈥檚 Summer 2025 Software Developer InternshipHello there, the application forms for Google's Software Developer Intern positions are now closed, and the last date is today, July 21, in India. Most of you, my developer friends, might already know this and have registered. So, I also applied and,...42 readsGoogle
Manish Chavanmanishchavan.hashnode.dev路Jul 16, 2024Common HTML and CSS Interview Questions and AnswersHere have the most commonly asked HTML5 And CSS interview questions and answers. 1. Why do we use HTML5? Ans: HTML means hypertext markup language. It helps us to create an easy graphical web page audio video image animation and also link different p...HTML5