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.
Forward Compatible Enum Values in API with Java Jackson

Forward Compatible Enum Values in API with Java Jackson

11
Comments 5
7 min read
REST API Using Spring Boot - Level 1

REST API Using Spring Boot - Level 1

Comments
6 min read
REST API Using Spring Boot - Level 2

REST API Using Spring Boot - Level 2

Comments
4 min read
Six ways of dependency injection in Spring Boot — A Deep Dive

Six ways of dependency injection in Spring Boot — A Deep Dive

Comments
7 min read
Design Patterns: Observer

Design Patterns: Observer

3
Comments
5 min read
Contributing to Jakarta EE. Finding my path.

Contributing to Jakarta EE. Finding my path.

2
Comments
2 min read
Microservices: GoLang in a Spring Cloud architecture

Microservices: GoLang in a Spring Cloud architecture

1
Comments
9 min read
ZonedDateTime and toLocalDate / toLocalTime

ZonedDateTime and toLocalDate / toLocalTime

1
Comments
1 min read
Beginner’s Guide To Test Automation With Java (TestUI)

Beginner’s Guide To Test Automation With Java (TestUI)

3
Comments
8 min read
What are you Missing by Debugging in VS Code?

What are you Missing by Debugging in VS Code?

6
Comments
15 min read
15 Must-Have Cheatsheets for Developers🚀

15 Must-Have Cheatsheets for Developers🚀

222
Comments 19
4 min read
Is Java Still Relevant in 2023

Is Java Still Relevant in 2023

3
Comments
2 min read
How to Build Low Latency Java Applications

How to Build Low Latency Java Applications

1
Comments
10 min read
Design Patterns: Factory Method

Design Patterns: Factory Method

21
Comments 2
4 min read
API Testing with Java and Spring Boot Test - Part 2: Improving the solution

API Testing with Java and Spring Boot Test - Part 2: Improving the solution

Comments
5 min read
Java Efetivo Essencial - Método Padrão

Java Efetivo Essencial - Método Padrão

2
Comments
2 min read
kotlin 基礎 Part 10 -- Mac で openJDK と JAVA_HOME を動かす

kotlin 基礎 Part 10 -- Mac で openJDK と JAVA_HOME を動かす

Comments
1 min read
Adding a new data type to a sql query engine (Trino)

Adding a new data type to a sql query engine (Trino)

Comments
10 min read
A Deep Dive into Lambdas

A Deep Dive into Lambdas

3
Comments
5 min read
Changer son environnement fullstack en un clin d'oeil : partie 1 avec Java

Changer son environnement fullstack en un clin d'oeil : partie 1 avec Java

1
Comments
13 min read
Custom Gradle Plugin for Unified Static Code Analysis

Custom Gradle Plugin for Unified Static Code Analysis

2
Comments 1
10 min read
Autowiring In Spring

Autowiring In Spring

Comments
3 min read
Automating Google Mails in your Test Suites

Automating Google Mails in your Test Suites

Comments
3 min read
Build Your Own ChatGPT AI Spring Application

Build Your Own ChatGPT AI Spring Application

1
Comments
3 min read
What's @SpringBootApplication Annotation?

What's @SpringBootApplication Annotation?

1
Comments 1
1 min read
Spring Loose coupling + Basic Terminlogies

Spring Loose coupling + Basic Terminlogies

1
Comments
3 min read
Stop suffering with tests, use TestContainers

Stop suffering with tests, use TestContainers

6
Comments
6 min read
You don't know this yet - Fun Java concepts Part 2

You don't know this yet - Fun Java concepts Part 2

Comments
2 min read
Using layered docker images over fat-jar docker images in spring boot application

Using layered docker images over fat-jar docker images in spring boot application

1
Comments 3
5 min read
Complete Spring Boot: Build Enterprise Level Apps

Complete Spring Boot: Build Enterprise Level Apps

21
Comments 9
5 min read
Creating a REST API using Spring Boot + Tests + Documentation [part 02]

Creating a REST API using Spring Boot + Tests + Documentation [part 02]

2
Comments 1
11 min read
Creating a REST API using Spring Boot + Tests + Documentation [part 05]

Creating a REST API using Spring Boot + Tests + Documentation [part 05]

1
Comments 1
4 min read
Creating a REST API using Spring Boot + Tests + Documentation [part 01]

Creating a REST API using Spring Boot + Tests + Documentation [part 01]

1
Comments
5 min read
Creating a REST API using Spring Boot + Tests + Documentation [part 04]

Creating a REST API using Spring Boot + Tests + Documentation [part 04]

Comments
13 min read
Creating a REST API using Spring Boot + Tests + Documentation [part 03]

Creating a REST API using Spring Boot + Tests + Documentation [part 03]

Comments
10 min read
Integrity Check using PGP for JMeter

Integrity Check using PGP for JMeter

1
Comments
8 min read
Composing the desktop

Composing the desktop

9
Comments
8 min read
Remote Debugging Dangers and Pitfalls

Remote Debugging Dangers and Pitfalls

2
Comments
6 min read
Spring Autowiring

Spring Autowiring

2
Comments
2 min read
Spring Bean

Spring Bean

2
Comments
3 min read
Tight-coupling and Loose-coupling Implementation in Java

Tight-coupling and Loose-coupling Implementation in Java

2
Comments
3 min read
Spring Dependency Injection, IoC and Autowiring

Spring Dependency Injection, IoC and Autowiring

2
Comments
2 min read
Essential Design Patterns in Java

Essential Design Patterns in Java

64
Comments 6
10 min read
An Overview of Arrays as Data Structures in Java

An Overview of Arrays as Data Structures in Java

1
Comments
8 min read
Java Cucumber Maven Test Automation Framework: A Comprehensive Guide to RESTful API Testing

Java Cucumber Maven Test Automation Framework: A Comprehensive Guide to RESTful API Testing

4
Comments
4 min read
What's the deal with Vaadin add-ons?

What's the deal with Vaadin add-ons?

5
Comments
3 min read
Pessimistic lock with JPA and Hibernate

Pessimistic lock with JPA and Hibernate

Comments
4 min read
Web Scraping Google With Java

Web Scraping Google With Java

1
Comments
7 min read
Utilize OpenAI API to extract information from PDF files

Utilize OpenAI API to extract information from PDF files

23
Comments
4 min read
MVC Violation Ruined His Tic-Tac-Toe Game!

MVC Violation Ruined His Tic-Tac-Toe Game!

2
Comments 4
4 min read
SpringBoot Integration Testing using TestContainers and docker-compose

SpringBoot Integration Testing using TestContainers and docker-compose

3
Comments 2
6 min read
how to count a number of vowels and consonants in a given string in java

how to count a number of vowels and consonants in a given string in java

3
Comments
1 min read
Useful Android Studio Plugins

Useful Android Studio Plugins

3
Comments 4
4 min read
final keyword in java explained in 2 mins

final keyword in java explained in 2 mins

1
Comments
1 min read
Day 65: A tale of RMI (Remote Method Invocation) in java

Day 65: A tale of RMI (Remote Method Invocation) in java

1
Comments
7 min read
What is an INTERFACE in JAVA? w/ examples

What is an INTERFACE in JAVA? w/ examples

3
Comments 1
2 min read
How To Create Unit Test On Android

How To Create Unit Test On Android

Comments
3 min read
Arrays.fill in Java

Arrays.fill in Java

Comments
1 min read
787. Cheapest Flights Within K Stops

787. Cheapest Flights Within K Stops

Comments
2 min read
What are Generics in Java?

What are Generics in Java?

2
Comments
3 min read
loading...