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.
Fixing more bugs in Java Spring Boot project!

Fixing more bugs in Java Spring Boot project!

5
Comments
3 min read
Contributing to a larger open source project!

Contributing to a larger open source project!

2
Comments
4 min read
Mastering the Number Guessing Game in Java

Mastering the Number Guessing Game in Java

Comments
3 min read
Why Enums in Rust feel so much better

Why Enums in Rust feel so much better

6
Comments 1
7 min read
Hi, Im new here 🤗

Hi, Im new here 🤗

1
Comments 1
1 min read
Java Threads: Tips and Tricks with Examples

Java Threads: Tips and Tricks with Examples

Comments 1
2 min read
Crafting Lean Java Runtimes with jlink: SpringBoot Docker

Crafting Lean Java Runtimes with jlink: SpringBoot Docker

Comments
2 min read
Working with Parquet files in Java using Avro

Working with Parquet files in Java using Avro

1
Comments
10 min read
Avoiding Pitfalls: Common Challenges in Backend Development with Spring Boot

Avoiding Pitfalls: Common Challenges in Backend Development with Spring Boot

10
Comments
3 min read
Difference between @Controller vs @RestController in Spring

Difference between @Controller vs @RestController in Spring

21
Comments
4 min read
Java Lambda Expressions - @codeswithpankaj

Java Lambda Expressions - @codeswithpankaj

Comments
3 min read
Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes

Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes

11
Comments
16 min read
Functional Interfaces, Lambdas and Generics, oh my!

Functional Interfaces, Lambdas and Generics, oh my!

4
Comments
5 min read
Lists: do you know the nature of yours? The strange story of a data container in Java

Lists: do you know the nature of yours? The strange story of a data container in Java

6
Comments
10 min read
Should we use Reactive architecture with Java?

Should we use Reactive architecture with Java?

Comments
2 min read
[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 16

[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 16

Comments
1 min read
Comparative Analysis: Syncloop vs Other API Development Platforms

Comparative Analysis: Syncloop vs Other API Development Platforms

Comments
2 min read
What is super" keyword in Java?

What is super" keyword in Java?

Comments
3 min read
Tests Everywhere - Java

Tests Everywhere - Java

Comments
2 min read
Paginación eficiente en Spring Boot: Explorando la interfaz Pageable y Alternativas

Paginación eficiente en Spring Boot: Explorando la interfaz Pageable y Alternativas

Comments
4 min read
Is It Worth Learning Spring Boot in 2023

Is It Worth Learning Spring Boot in 2023

3
Comments
15 min read
Optimizing Spring Boot Asynchronous Processing: A Comprehensive Guide

Optimizing Spring Boot Asynchronous Processing: A Comprehensive Guide

9
Comments
3 min read
🌿 7 Free Platforms for Learning Spring, Java's Top Framework

🌿 7 Free Platforms for Learning Spring, Java's Top Framework

16
Comments 4
7 min read
Understanding How Java Code Runs Behind the Scenes

Understanding How Java Code Runs Behind the Scenes

2
Comments
2 min read
Java Polymorphism Best Practices: Writing Clean and Extensible Code

Java Polymorphism Best Practices: Writing Clean and Extensible Code

Comments
2 min read
Super fast startup with a CRaC Java application on Raspberry Pi

Super fast startup with a CRaC Java application on Raspberry Pi

Comments
7 min read
Spring Data REST example

Spring Data REST example

8
Comments 4
11 min read
Keep on working on open-source Spring Boot project

Keep on working on open-source Spring Boot project

1
Comments
2 min read
[Java Spring Boot] Como fazer seu endpoint retornar um arquivo CSV

[Java Spring Boot] Como fazer seu endpoint retornar um arquivo CSV

4
Comments
7 min read
Self-referencing generics, wait, what ?

Self-referencing generics, wait, what ?

3
Comments
3 min read
How to create Annotation in SpringBoot Java? [ENG/PT-BR]

How to create Annotation in SpringBoot Java? [ENG/PT-BR]

2
Comments
5 min read
AWS Lambda SnapStart - Part 9 Measuring Java 21 Lambda cold starts

AWS Lambda SnapStart - Part 9 Measuring Java 21 Lambda cold starts

2
Comments
2 min read
Modernizing Legacy Code with Gradle: A Seamless Integration Journey

Modernizing Legacy Code with Gradle: A Seamless Integration Journey

Comments
2 min read
Behind the Scenes: Exploring Powerful Backend Frameworks

Behind the Scenes: Exploring Powerful Backend Frameworks

15
Comments
9 min read
HackTheBox - Writeup Broker [Retired]

HackTheBox - Writeup Broker [Retired]

1
Comments
9 min read
Once Upon a Code Adventure: IoC and DI in the Land of Spring

Once Upon a Code Adventure: IoC and DI in the Land of Spring

4
Comments
3 min read
Composite Design Pattern in Java

Composite Design Pattern in Java

Comments
2 min read
Why does everyone fear Java? Is it really the hardest programming language?

Why does everyone fear Java? Is it really the hardest programming language?

4
Comments
2 min read
How I practice TDD

How I practice TDD

Comments
11 min read
Try to find an open-source Spring Boot project suitable for beginners

Try to find an open-source Spring Boot project suitable for beginners

30
Comments
4 min read
Building a modern Cloud Native Full stack Microservices Project: End to End — Introduction

Building a modern Cloud Native Full stack Microservices Project: End to End — Introduction

Comments
3 min read
Logging and Exception Handling in Java

Logging and Exception Handling in Java

12
Comments 2
3 min read
A Step-by-Step Guide to Implement Webhook Workflows in Flight Booking Systems

A Step-by-Step Guide to Implement Webhook Workflows in Flight Booking Systems

58
Comments 4
6 min read
Add Continuous Integration(CI) for my Java project

Add Continuous Integration(CI) for my Java project

3
Comments
2 min read
The Best Option for Android Development: Kotlin vs Java

The Best Option for Android Development: Kotlin vs Java

Comments
7 min read
How to mock Apollot Configration with AREX Java Agent?

How to mock Apollot Configration with AREX Java Agent?

5
Comments
8 min read
Maximum Element After Decreasing and Rearranging

Maximum Element After Decreasing and Rearranging

Comments
1 min read
Join Cloud Builders: Java Conf at November 30th

Join Cloud Builders: Java Conf at November 30th

1
Comments
1 min read
Einfügen eines Textwasserzeichens in PDF mit Java

Einfügen eines Textwasserzeichens in PDF mit Java

Comments
4 min read
[Java] Wie man mehrere Word-Dokumente zu einem Word-Dokument zusammenführt

[Java] Wie man mehrere Word-Dokumente zu einem Word-Dokument zusammenführt

Comments
4 min read
A Comparative Analysis of Worker Systems: Spring Batch vs. Java Batch Processing

A Comparative Analysis of Worker Systems: Spring Batch vs. Java Batch Processing

5
Comments
4 min read
Criando ambiente de desenvolvimento Java no Windows - sem wsl

Criando ambiente de desenvolvimento Java no Windows - sem wsl

5
Comments
3 min read
Test utilities, or set-up methods considered harmful

Test utilities, or set-up methods considered harmful

Comments 1
3 min read
Java on Azure Part 1 — Developing a CRUD application with Spring Boot & Azure MySQL

Java on Azure Part 1 — Developing a CRUD application with Spring Boot & Azure MySQL

Comments
2 min read
How to return paginated data in Spring Boot

How to return paginated data in Spring Boot

13
Comments
7 min read
Identifying Code Concurrency Issues with Continuous Feedback (CF)

Identifying Code Concurrency Issues with Continuous Feedback (CF)

3
Comments
4 min read
Como retornar dados paginados no Spring Boot

Como retornar dados paginados no Spring Boot

8
Comments
7 min read
Arquitetura de Software para devs: MVC, Hexagonal, DDD

Arquitetura de Software para devs: MVC, Hexagonal, DDD

16
Comments 3
15 min read
Reducing cold starts on AWS Lambda with Java runtime - Future ideas about SnapStart, GraalVM and Co

Reducing cold starts on AWS Lambda with Java runtime - Future ideas about SnapStart, GraalVM and Co

13
Comments 1
6 min read
Spring Boot Cheat Sheet

Spring Boot Cheat Sheet

134
Comments
3 min read
loading...