32 followers
Gopi has been a Full Stack(Java+React) since 2016. He worked in Europe, and India, from startups to tech giants. He has a strong engineering professional with a Bachelor's in Satellite Communications.
Read about the Array Data Structures article before reading through this article. Arrays are fundamental data structures in computer science and...
I launched a FREE "A Fun Guide To Bit Manipulation For Coding Interviews" course for Problem-solvers, competitive programming aspirants, and...
Introduction We make use of XOR principles in finding a missing element. Letβs see how to achieve this using the XOR operator. Problem statement Given...
React is one of the most popular libraries in the frontend world. Being a backend developer for over 10 years, I agree I started with React 4 years...
Method References Method reference operator :: is used to refer to the methods of functional interface. It is a compact and easy form of the lambda...
We know what are Streams from the previous article I posted - Introduction to Java Streams API. Let us deep-dive into Streams API, know how they...