DEV Community

Java

More than just a cup of coffee, Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Side Project: Content Sharing Platform

Side Project: Content Sharing Platform

3
Comments
1 min read
Why data structure algorithms are important to learn ?

Why data structure algorithms are important to learn ?

4
Comments
2 min read
Make sure you know which Unicode version is supported by your programming language version

Make sure you know which Unicode version is supported by your programming language version

2
Comments
3 min read
How to Set Up Distributed Tracing in Microservices with Spring Boot, Zipkin or the ELK Stack

How to Set Up Distributed Tracing in Microservices with Spring Boot, Zipkin or the ELK Stack

5
Comments
9 min read
Joyce, a highly scalable event-driven Cloud Native Data Hub.

Joyce, a highly scalable event-driven Cloud Native Data Hub.

2
Comments
1 min read
Functional Programming in Java? Refactoring if/else logic with the help of Functional Interfaces.

Functional Programming in Java? Refactoring if/else logic with the help of Functional Interfaces.

13
Comments 1
4 min read
A importância da lógica em todo novo aprendizado

A importância da lógica em todo novo aprendizado

13
Comments 2
3 min read
Leetcode: Maximum Subarray

Leetcode: Maximum Subarray

3
Comments 1
3 min read
Best practices on using Jackson and Lombok

Best practices on using Jackson and Lombok

15
Comments 3
2 min read
Basic java tutorial and java programs

Basic java tutorial and java programs

12
Comments
7 min read
Best Ways to Run Spring Boot app Via Console or Terminal

Best Ways to Run Spring Boot app Via Console or Terminal

7
Comments
1 min read
Feature Flags in Spring Boot

Feature Flags in Spring Boot

5
Comments 1
5 min read
Effective Java: Avoid Unnecessary Use of Checked Exceptions

Effective Java: Avoid Unnecessary Use of Checked Exceptions

4
Comments
2 min read
How to Build Java Applications Today: August 16, 2021

How to Build Java Applications Today: August 16, 2021

10
Comments
6 min read
Keycloak with Angular and Spring Security

Keycloak with Angular and Spring Security

8
Comments 2
1 min read
Safely Evolving Database with Liquibase, Spring Data, and Spring Boot

Safely Evolving Database with Liquibase, Spring Data, and Spring Boot

9
Comments
1 min read
Generics in Java

Generics in Java

5
Comments
5 min read
Synchronous and Asynchronous Data access using ThreadPoolExecutor and Spring Boot, Spring Data

Synchronous and Asynchronous Data access using ThreadPoolExecutor and Spring Boot, Spring Data

6
Comments
1 min read
OAuth 2.0 authentication with Spring Security, Angular and MySql

OAuth 2.0 authentication with Spring Security, Angular and MySql

7
Comments
1 min read
HNG 8.0 Internship: The Beginning Of My Developer Journey

HNG 8.0 Internship: The Beginning Of My Developer Journey

2
Comments
2 min read
Exception Checked VS Unchecked in Java

Exception Checked VS Unchecked in Java

4
Comments
2 min read
Handle Null like a pro using Optional

Handle Null like a pro using Optional

2
Comments
3 min read
Dynamic Configuration of Java Plugins

Dynamic Configuration of Java Plugins

4
Comments
2 min read
JWT authentication in Spring Security and Angular

JWT authentication in Spring Security and Angular

7
Comments
4 min read
Search data across Multiple Columns using Spring Data JPA

Search data across Multiple Columns using Spring Data JPA

7
Comments
1 min read
Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA

Implement Hibernate 2nd level Cache with Redis, Spring Boot, and Spring Data JPA

3
Comments
1 min read
Common Android Views Cheat Sheet

Common Android Views Cheat Sheet

25
Comments 4
4 min read
Docker Swarm continuous deployment using native service health checks

Docker Swarm continuous deployment using native service health checks

2
Comments
1 min read
Java contains() method

Java contains() method

4
Comments 2
3 min read
Intro To Spring's Aspects

Intro To Spring's Aspects

24
Comments
3 min read
Access modifiers in Java

Access modifiers in Java

5
Comments
4 min read
Use of string concatenation within loops in JAVA

Use of string concatenation within loops in JAVA

3
Comments
1 min read
Leetcode: Longest Arithmetic Subsequence

Leetcode: Longest Arithmetic Subsequence

6
Comments
4 min read
Deploy de aplicação Quarkus no Kubernetes com LoadBalancer

Deploy de aplicação Quarkus no Kubernetes com LoadBalancer

2
Comments
5 min read
Leetcode 130 : Surrounded Regions

Leetcode 130 : Surrounded Regions

9
Comments 1
4 min read
Cache your JHipster with Caffeine

Cache your JHipster with Caffeine

4
Comments
3 min read
Exploring Functional Programming in Java - Functional Interface

Exploring Functional Programming in Java - Functional Interface

8
Comments
6 min read
Top 15 best beginner projects ideas for new programmers

Top 15 best beginner projects ideas for new programmers

142
Comments 4
4 min read
What is Dispatcher Servlet In Spring MVC

What is Dispatcher Servlet In Spring MVC

1
Comments
2 min read
스프링 주요 어노테이션 정리

스프링 주요 어노테이션 정리

9
Comments 3
1 min read
What is your opinion on Java web frameworks as compared to the JavaScript frameworks?

What is your opinion on Java web frameworks as compared to the JavaScript frameworks?

3
Comments 1
1 min read
Why is coding the most valuable talent ?

Why is coding the most valuable talent ?

2
Comments
4 min read
TestNG vs JUnit : Which testing framework should you choose?

TestNG vs JUnit : Which testing framework should you choose?

4
Comments
12 min read
Java Question Bank with Solutions

Java Question Bank with Solutions

23
Comments
1 min read
Writing unit tests in Java using jUnit and Mockito

Writing unit tests in Java using jUnit and Mockito

2
Comments
7 min read
Add Borders to Cells in Excel Using Java

Add Borders to Cells in Excel Using Java

5
Comments
1 min read
Java Program to Print Square Pattern Star Pattern

Java Program to Print Square Pattern Star Pattern

3
Comments
3 min read
Modern Clean Architecture

Modern Clean Architecture

5
Comments 6
1 min read
Effective Java: Use Checked Exceptions for Recoverable Conditions

Effective Java: Use Checked Exceptions for Recoverable Conditions

2
Comments
2 min read
Asynchronous queries in Android.

Asynchronous queries in Android.

6
Comments
7 min read
Hello World Breakdown In Java

Hello World Breakdown In Java

5
Comments
6 min read
Auto-Reload SpringBoot in IntelliJ IDEA

Auto-Reload SpringBoot in IntelliJ IDEA

25
Comments 3
2 min read
JHipster 7: What’s under the hood?

JHipster 7: What’s under the hood?

14
Comments
6 min read
Do you have an Anemic or Rich Domain Model?

Do you have an Anemic or Rich Domain Model?

11
Comments
4 min read
Are you using Lombok? Your classes don't need constructor with parameter Annotation.

Are you using Lombok? Your classes don't need constructor with parameter Annotation.

7
Comments
1 min read
Enjoying legacy - modern Java in Android apps

Enjoying legacy - modern Java in Android apps

18
Comments 1
4 min read
Tips on Building a Docker image (quickly) in a CI/CD Pipeline

Tips on Building a Docker image (quickly) in a CI/CD Pipeline

177
Comments 1
4 min read
How to Build Java Applications Today: August 9, 2021

How to Build Java Applications Today: August 9, 2021

3
Comments
8 min read
Difference Between Aggregation and Composition

Difference Between Aggregation and Composition

7
Comments
1 min read
How to Copy Array in Java

How to Copy Array in Java

6
Comments
2 min read
loading...