Dhanush

Dhanush @dhanush9952

About: Software Developer | Java, Spring Boot, Hibernate, Junit | FSD 🌐RestAPI, Micro Services | 60k+ Reads | Freelance Content Writer | Book Author

Location:
India
Joined:
Feb 3, 2022

Dhanush
articles - 37 total

What is the difference between static and default methods in a Java interface?

Static methods Static methods in interfaces are methods that belong to the interface...

Learn More 3 0Feb 28

Java Version 24 Performance Updates: Faster and Smarter!

Java is one of the most popular programming languages in the world, and it keeps getting better with...

Learn More 6 2Feb 15

60 Days Habit Tracker - Productivity Tool : Github Challenge

This is a submission for the GitHub Copilot Challenge : New Beginnings What I Built A...

Learn More 21 0Jan 12

Debunking the Myths: Why Learning Java is a Great Career Move

Java is one of the most popular programming languages in the world, and for good reason. It's a...

Learn More 24 3Jan 10

Winter Solstice: Frontend Challenge - December Edition

This is a submission for Frontend Challenge - December Edition, Glam Up My Markup: Winter...

Learn More 13 0Dec 22 '24

TypeScript for Professionals

Advanced and Creative TypeScript Techniques for Professionals ...

Learn More 4 0Dec 22 '24

A detailed analysis of Java Object size and its comparision with primitive data types.

How to estimate Java object size Dayananda ・ Nov 25 ...

Learn More 2 0Dec 1 '24

Git commands tips and useful guides

Git Like a Pro: 10 Things I Regret Not Knowing Earlier ...

Learn More 1 0Nov 28 '24

A Guide to Functional Programming

Functional programming has gained popularity due to its ability to provide efficient and scalable...

Learn More 276 49Nov 11 '24

Method References :: in Java

Method references in Java provide a concise way to refer to methods without invoking them. They are a...

Learn More 35 1Nov 10 '24

Finding Minimum and Maximum Values in an Array: Effective Approaches with Java Programming

Working with arrays is a fundamental part of Java programming, and one common requirement is to find...

Learn More 24 1Nov 6 '24

Mastering Lambda Expressions in Java 8: A Comprehensive Guide

Introduction to Lambda Expressions in Java Despite the many new Java versions released,...

Learn More 27 1Nov 2 '24

Interfaces and Abstract Classes in Java

Interfaces and abstract classes are the essential components for achieving abstraction and...

Learn More 26 1Oct 31 '24

Hacktoberfest 2024 Experience of a Java Developer and a Contributor

This is a submission for the 2024 Hacktoberfest Writing challenge: Contributor Experience ...

Learn More 33 1Oct 30 '24

Java Inner Classes and Nested Classes

In Java, an inner class is simply a class that’s defined inside another class or interface. Inner...

Learn More 18 1Oct 27 '24

Upcasting and Downcasting in Java: An Overview of Typecasting

In Java, Upcasting and Downcasting are essential for enabling polymorphism, enhancing code...

Learn More 28 6Oct 26 '24

Jump Game II: A Deep Dive into LeetCode's Classic Algorithm Problem

The Jump Game II problem is a classic example that tests your understanding of greedy algorithms and...

Learn More 28 1Oct 26 '24

Data Structures: Creating Custom Node Classes

As a developer, mastering data structures is a crucial skill that can unlock your problem-solving...

Learn More 31 1Oct 25 '24

Top Data Science Tools in 2024: A Comparative Review of the Best Software

Introduction In 2024, data science will continue to change businesses by driving...

Learn More 25 5Oct 21 '24

Multithreading in Java: A Comprehensive Guide

Multithreading is a powerful feature in Java that allows concurrent execution of two or more parts of...

Learn More 39 2Jul 19 '24

Collection Interface - Quick Overview

The Collection interface is a part of the Java Collection Framework, which provides a unified...

Learn More 28 1Jun 5 '24

Submission for Frontend Challenge Earth-Day-Edition: Earth's Rotation: Rotating with CSS on Earth Day

This is a submission for Frontend Challenge v24.04.17, CSS Art: Earth Day 2024 ...

Learn More 10 1Apr 21 '24

Day Name Finder in Java

The user provides us with three integer inputs: day, month, and year. Our goal is to use the given...

Learn More 26 0Mar 21 '24

Java program to find Nth fibonacci number

Fibonacci sequence computation is a classical problem. Traditionally, methods like recursive and...

Learn More 14 3Mar 17 '24

Scrum Master vs Product Owner

Scrum Master: Scrum master is responsible for solving the problems that arise during the...

Learn More 2 1May 23 '23

Creating glass cup with Blender

In this video I have used blender version 2.79 which is older version. New version has lot of...

Learn More 10 0May 18 '22

Creating Crystal using Blender

In this video I have used Blender version 2.79. New version has a lot of changes, so don't get...

Learn More 9 1May 16 '22

Lazy loading in Angular with example

Introduction: In this article we will see about lazy loading concept in Angular with an...

Learn More 33 1May 15 '22

Angular 13 Detect Width and Height of Screen Tutorial

Update TypeScript Template Import HostListener API from @angular/core package, define variables get...

Learn More 23 1May 11 '22

ngStyle in Angular

Angular NgStyle is a built-in directive that lets you set a given DOM element’s style properties. The...

Learn More 17 0Apr 26 '22