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.
Let's Talk About REGEX !!

Let's Talk About REGEX !!

127
Comments 9
3 min read
The Silent Villains of the Coding Universe: A Review of Common Java Anti-Patterns.

The Silent Villains of the Coding Universe: A Review of Common Java Anti-Patterns.

16
Comments
5 min read
Data Structures Two Ways: Linked List (Pt 1)

Data Structures Two Ways: Linked List (Pt 1)

3
Comments
5 min read
A Fluent API to create chatbots in Java (and why this is our third attempt to define a great Bot Definition Language!)

A Fluent API to create chatbots in Java (and why this is our third attempt to define a great Bot Definition Language!)

4
Comments
5 min read
Create TestNG Project In Eclipse & Run Selenium Test Script

Create TestNG Project In Eclipse & Run Selenium Test Script

2
Comments
7 min read
Easy modularity: Keeping your Gradle build scripts clean and eliminating duplication in your multi-module projects

Easy modularity: Keeping your Gradle build scripts clean and eliminating duplication in your multi-module projects

27
Comments 1
5 min read
Converting Word to PDF, PNG, SVG, RTF, XPS, XML in Java Application

Converting Word to PDF, PNG, SVG, RTF, XPS, XML in Java Application

4
Comments
2 min read
Effective Java! Use EnumMap instead of Ordinal Indexing

Effective Java! Use EnumMap instead of Ordinal Indexing

9
Comments
2 min read
Let's talk about STREAMS !!

Let's talk about STREAMS !!

83
Comments 9
6 min read
Secure APIs with Azure Functions, Java, Azure AD
 and MS Graph!

Secure APIs with Azure Functions, Java, Azure AD
 and MS Graph!

9
Comments
8 min read
Get Started with Java Logging (and some tips to easily learn new libraries)

Get Started with Java Logging (and some tips to easily learn new libraries)

14
Comments
5 min read
Crie testes unitĂĄrios mais amigĂĄveis e mais rapidamente com Spock

Crie testes unitĂĄrios mais amigĂĄveis e mais rapidamente com Spock

5
Comments 1
10 min read
Variances in Scala

Variances in Scala

8
Comments
2 min read
Higher Order Functions (HOF) in Scala

Higher Order Functions (HOF) in Scala

7
Comments
3 min read
5 best resources to learn Scala

5 best resources to learn Scala

6
Comments 1
3 min read
Scala Type Bounds

Scala Type Bounds

2
Comments
3 min read
Partial Functions in Scala

Partial Functions in Scala

5
Comments
3 min read
Understand Type Variances in 30 Seconds

Understand Type Variances in 30 Seconds

18
Comments
4 min read
Collect analytics data for your App using AWS Amplify

Collect analytics data for your App using AWS Amplify

16
Comments
6 min read
My First Week of Java

My First Week of Java

14
Comments 5
3 min read
Dependency Injection in Java is easy - Part 2 - Google Guice

Dependency Injection in Java is easy - Part 2 - Google Guice

8
Comments
10 min read
Hidden Gems: Event-Driven Change Notifications in Relational Databases

Hidden Gems: Event-Driven Change Notifications in Relational Databases

6
Comments
10 min read
How To Run Spring Cloud Data Flow with Azure Event Hub as a Binder

How To Run Spring Cloud Data Flow with Azure Event Hub as a Binder

5
Comments 1
3 min read
Common Java patterns in Kotlin

Common Java patterns in Kotlin

5
Comments 4
5 min read
Want to start your journey as a Java Developer?✹ But how to learn Java with industries oriented way?đŸ”„đŸ˜Ž

Want to start your journey as a Java Developer?✹ But how to learn Java with industries oriented way?đŸ”„đŸ˜Ž

10
Comments
3 min read
Dependency Injection in Java is easy - Part 1 - A Design Pattern

Dependency Injection in Java is easy - Part 1 - A Design Pattern

11
Comments 1
6 min read
Json Web Token: How to secure Spring Boot REST API

Json Web Token: How to secure Spring Boot REST API

14
Comments
6 min read
balalaika IT newsletter #7

balalaika IT newsletter #7

4
Comments
2 min read
Quarkus + OpenAPI uma combinação tão boa que deveria se chamar bolo de chocolate

Quarkus + OpenAPI uma combinação tão boa que deveria se chamar bolo de chocolate

11
Comments 1
6 min read
Setup Java and VS Code on Ubuntu

Setup Java and VS Code on Ubuntu

22
Comments 1
3 min read
How Competitive Programming Background Helps in day-to-day Work on Enterprise Projects?

How Competitive Programming Background Helps in day-to-day Work on Enterprise Projects?

27
Comments
5 min read
A Java Library Release Process Which Doesn't Suck

A Java Library Release Process Which Doesn't Suck

4
Comments 3
3 min read
KropiT: My first A.I Powered Android APP

KropiT: My first A.I Powered Android APP

4
Comments
2 min read
Java Anonymous Classes and Lambdas

Java Anonymous Classes and Lambdas

6
Comments
6 min read
Handle backpressure between Kafka and a database with Vert.x

Handle backpressure between Kafka and a database with Vert.x

19
Comments 3
5 min read
Insert Data in MongoDB with Spring Boot - Building a Blog

Insert Data in MongoDB with Spring Boot - Building a Blog

9
Comments 4
6 min read
11 Best Java Books for Beginners and Senior Developers

11 Best Java Books for Beginners and Senior Developers

256
Comments 7
17 min read
DevOps! Como começar?

DevOps! Como começar?

6
Comments
7 min read
Combining Groovy and Java

Combining Groovy and Java

8
Comments
3 min read
Share your dream multiplayer game scenario!

Share your dream multiplayer game scenario!

4
Comments 4
1 min read
Opinion Needed !

Opinion Needed !

6
Comments 10
1 min read
Learn Accumulator Pattern before you regret it | Fold vs reduce | KnowYourKotlin

Learn Accumulator Pattern before you regret it | Fold vs reduce | KnowYourKotlin

3
Comments
1 min read
#100DaysOfCode challenge!

#100DaysOfCode challenge!

60
Comments 3
1 min read
Eclipse Collections now supports Triples

Eclipse Collections now supports Triples

3
Comments
2 min read
What to do if Java command is not recognized by terminal.

What to do if Java command is not recognized by terminal.

3
Comments
2 min read
My Reply To: The Case Against OOP is Wildly Overstated

My Reply To: The Case Against OOP is Wildly Overstated

7
Comments
3 min read
Low-code platforms & Full-code developers - a match made in hell?

Low-code platforms & Full-code developers - a match made in hell?

4
Comments 2
5 min read
Explore IntelliJ IDEA Tools to Debug Multithreaded Java apps

Explore IntelliJ IDEA Tools to Debug Multithreaded Java apps

14
Comments
3 min read
42: The Answer To Life, The Universe and Everything

42: The Answer To Life, The Universe and Everything

4
Comments 1
5 min read
Listas Encadeadas

Listas Encadeadas

12
Comments
3 min read
Effective Java! Use EnumSet Instead of Bit Fields

Effective Java! Use EnumSet Instead of Bit Fields

6
Comments 2
2 min read
Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 5

Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 5

11
Comments
8 min read
Habilitando os testes de integração para rodar em situaçÔes específicas com JUnit 5

Habilitando os testes de integração para rodar em situaçÔes específicas com JUnit 5

5
Comments
6 min read
[CP] : August Leetcode challenge solutions đŸ”„

[CP] : August Leetcode challenge solutions đŸ”„

2
Comments
1 min read
Login With Amazon using AWS Amplify Auth

Login With Amazon using AWS Amplify Auth

22
Comments 1
8 min read
Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 4

Full Stack Reddit Clone - Spring Boot, React, Electron App - Part 4

9
Comments 4
7 min read
Common Java myths and misconceptions

Common Java myths and misconceptions

61
Comments 25
6 min read
Leetcode: 520. Detect Capital

Leetcode: 520. Detect Capital

5
Comments
5 min read
Three months of free learning.

Three months of free learning.

4
Comments 2
1 min read
Effective Java: #7 Obsolete object and memory leak

Effective Java: #7 Obsolete object and memory leak

6
Comments
2 min read
loading...