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.
Reserved words & Operators in Java

Reserved words & Operators in Java

4
Comments
3 min read
Post-Process Javadoc-Generated Documentation in GitHub Actions Before Deploying to the Web

Post-Process Javadoc-Generated Documentation in GitHub Actions Before Deploying to the Web

8
Comments 3
3 min read
Software Design Patterns: The builder pattern

Software Design Patterns: The builder pattern

24
Comments 1
7 min read
JUnit Cómo repetir un test con parámetros

JUnit Cómo repetir un test con parámetros

8
Comments
3 min read
How to integrate Spring REST Docs with Javadocs

How to integrate Spring REST Docs with Javadocs

3
Comments
3 min read
Best Practice #1 : One Function can be accessed many times with Different Values

Best Practice #1 : One Function can be accessed many times with Different Values

2
Comments
1 min read
For Contributors to my OpenSSG

For Contributors to my OpenSSG

1
Comments
3 min read
Kotlin gRPC with Spring 👋✨💫

Kotlin gRPC with Spring 👋✨💫

25
Comments
14 min read
Interfaces em Kotlin

Interfaces em Kotlin

3
Comments
3 min read
Java Serialization with Flatbuffers

Java Serialization with Flatbuffers

3
Comments
10 min read
SpringOne TLV World Tour Trip Report

SpringOne TLV World Tour Trip Report

4
Comments 1
9 min read
JUnit Cómo parametrizar un test

JUnit Cómo parametrizar un test

6
Comments
3 min read
In One Minute : Hibernate

In One Minute : Hibernate

2
Comments
1 min read
Conversores personalizados para @RequestBody

Conversores personalizados para @RequestBody

3
Comments
2 min read
The Complete Guide To Java -2023

The Complete Guide To Java -2023

2
Comments
5 min read
Java Basics: Functions, Loops, and Non-Primitive Data Types

Java Basics: Functions, Loops, and Non-Primitive Data Types

3
Comments 1
4 min read
Spring Boot – Black Box Testing

Spring Boot – Black Box Testing

8
Comments
10 min read
Tricks to Increase your productivity

Tricks to Increase your productivity

1
Comments
2 min read
Day 60: Generating JVM heap dump programmatically

Day 60: Generating JVM heap dump programmatically

2
Comments
3 min read
Criando uma API com Spring Boot e Kotlin — parte 3

Criando uma API com Spring Boot e Kotlin — parte 3

7
Comments
26 min read
Java 8 tutorial: Master stream API and beyond

Java 8 tutorial: Master stream API and beyond

30
Comments 5
8 min read
Hide credentials in spring boot

Hide credentials in spring boot

12
Comments 1
2 min read
Is it okay to use com.sun.net.httpserver.HttpServer?

Is it okay to use com.sun.net.httpserver.HttpServer?

7
Comments
2 min read
Writing Keycloak extensions: Key concepts and anti-patterns

Writing Keycloak extensions: Key concepts and anti-patterns

1
Comments
5 min read
Using GitHub Actions to Build a Java Project With Pull Request Coverage Commenting and Coverage Badges

Using GitHub Actions to Build a Java Project With Pull Request Coverage Commenting and Coverage Badges

12
Comments
8 min read
Localised notifications with Firebase cloud messaging (FCM)

Localised notifications with Firebase cloud messaging (FCM)

15
Comments
2 min read
About Spring Boot Native Images

About Spring Boot Native Images

1
Comments
1 min read
Java - Add or Remove Cell Borders in Excel

Java - Add or Remove Cell Borders in Excel

2
Comments
4 min read
Estruturas de controle em Kotlin

Estruturas de controle em Kotlin

3
Comments
5 min read
How to Restrict Editing on Word Documents in Java

How to Restrict Editing on Word Documents in Java

Comments
4 min read
Apache Commons Text CVE-2022-42889 Fix for JMeter

Apache Commons Text CVE-2022-42889 Fix for JMeter

5
Comments
6 min read
Day 59: Understanding Proxy and Dynamic Proxy in Java

Day 59: Understanding Proxy and Dynamic Proxy in Java

2
Comments
5 min read
[TIL] A better response to post request (Spring Boot)

[TIL] A better response to post request (Spring Boot)

4
Comments
1 min read
GraphQL in Java EE Application

GraphQL in Java EE Application

2
Comments
1 min read
DTO as a record

DTO as a record

5
Comments
1 min read
open source project

open source project

4
Comments 4
1 min read
Find the Duplicate Number

Find the Duplicate Number

2
Comments
2 min read
In-depth look: the Java try-with-resources statement

In-depth look: the Java try-with-resources statement

10
Comments 2
15 min read
How to Compile a Quarkus Project Natively using Docker Builder

How to Compile a Quarkus Project Natively using Docker Builder

1
Comments
1 min read
The Flag Parameter Anti-Pattern

The Flag Parameter Anti-Pattern

10
Comments 5
3 min read
How Code formatter implemented in Turtle Graphics

How Code formatter implemented in Turtle Graphics

Comments
4 min read
Unzip files in S3 with Java

Unzip files in S3 with Java

2
Comments
4 min read
Setting up Junit 5 Parallel Test Execution With Maven

Setting up Junit 5 Parallel Test Execution With Maven

9
Comments
5 min read
Why and How is Java Platform Independent?

Why and How is Java Platform Independent?

6
Comments 1
4 min read
Deploying Java Artifacts to Multiple Maven Repositories with GitHub Actions

Deploying Java Artifacts to Multiple Maven Repositories with GitHub Actions

14
Comments 1
7 min read
Build a Java Backend that Connects with Salesforce

Build a Java Backend that Connects with Salesforce

24
Comments
6 min read
Binary Search: Recursive and Iterative method

Binary Search: Recursive and Iterative method

Comments
1 min read
Java: Display Simple Arrays

Java: Display Simple Arrays

1
Comments
3 min read
API Mocking: Essential and Redundant

API Mocking: Essential and Redundant

23
Comments 1
5 min read
How to Configure Multitenancy in Keycloak with Spring API Gateway Integration

How to Configure Multitenancy in Keycloak with Spring API Gateway Integration

6
Comments
3 min read
Introdução ao Kotlin

Introdução ao Kotlin

1
Comments
6 min read
How to Build Java Applications Today #69

How to Build Java Applications Today #69

3
Comments
10 min read
Java Serialization with Protocol Buffers

Java Serialization with Protocol Buffers

9
Comments 2
8 min read
Conhecendo a classe LinkedList do Java

Conhecendo a classe LinkedList do Java

6
Comments
7 min read
How to create SBOMs in Java with Maven and Gradle

How to create SBOMs in Java with Maven and Gradle

2
Comments
8 min read
How to create a Keycloak plugin

How to create a Keycloak plugin

49
Comments 1
22 min read
Create WebJar with Gradle and GitHub Packages

Create WebJar with Gradle and GitHub Packages

2
Comments
4 min read
Anatomy of a Microservice - Components and Structure

Anatomy of a Microservice - Components and Structure

2
Comments
3 min read
Personal Thoughts: Java Used To Intimidate Me But Not Anymore

Personal Thoughts: Java Used To Intimidate Me But Not Anymore

7
Comments
3 min read
How behave 'Scanner', 'nextInt()', and 'nextLine()'?

How behave 'Scanner', 'nextInt()', and 'nextLine()'?

2
Comments
2 min read
loading...