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.
Using Azure Pipelines to build, test and deploy a Spring Boot and Angular application (3/7)

Using Azure Pipelines to build, test and deploy a Spring Boot and Angular application (3/7)

20
Comments
6 min read
Configuring Azure Redis Cache to boost Spring Boot performance (7/7)

Configuring Azure Redis Cache to boost Spring Boot performance (7/7)

27
Comments 1
8 min read
Using Azure Application Insights with Angular (5/7)

Using Azure Application Insights with Angular (5/7)

27
Comments 10
4 min read
Configuring Azure CDN to boost Angular performance (6/7)

Configuring Azure CDN to boost Angular performance (6/7)

20
Comments
4 min read
Creating a Spring Boot and Angular application for Azure (1/7)

Creating a Spring Boot and Angular application for Azure (1/7)

60
Comments
4 min read
Creating and configuring Azure Web App and MySQL to host a Spring Boot application (2/7)

Creating and configuring Azure Web App and MySQL to host a Spring Boot application (2/7)

17
Comments
5 min read
interesting question about Java

interesting question about Java

4
Comments 7
1 min read
Reflecting on My Second Semester of Teaching

Reflecting on My Second Semester of Teaching

6
Comments
18 min read
molecules

molecules

9
Comments 1
1 min read
Apache Camel #1 - Introduction to Apache Camel

Apache Camel #1 - Introduction to Apache Camel

13
Comments 3
2 min read
Inheritance without extends

Inheritance without extends

5
Comments
2 min read
Hotspot Analysis for a Java Project

Hotspot Analysis for a Java Project

8
Comments 1
3 min read
Never Trust Compiler Error Messages

Never Trust Compiler Error Messages

8
Comments 5
5 min read
Implementing a hexagonal architecture

Implementing a hexagonal architecture

33
Comments 2
9 min read
Best Podcasts for Remote Java Developers

Best Podcasts for Remote Java Developers

9
Comments
6 min read
Java Microservices with Spring Cloud Config and JHipster

Java Microservices with Spring Cloud Config and JHipster

16
Comments
11 min read
Java Microservices with Spring Boot and Spring Cloud

Java Microservices with Spring Boot and Spring Cloud

48
Comments
13 min read
Create the smallest Docker image using JHipster 6 and Java 11+

Create the smallest Docker image using JHipster 6 and Java 11+

11
Comments
8 min read
The JHipster Quarkus demo app

The JHipster Quarkus demo app

13
Comments
8 min read
11 Great Reads for Aspiring Java Devs

11 Great Reads for Aspiring Java Devs

184
Comments 4
15 min read
The funny Java vs Kotlin battle

The funny Java vs Kotlin battle

130
Comments 23
2 min read
Understanding Java Objects, Abstract and Concrete

Understanding Java Objects, Abstract and Concrete

63
Comments 3
7 min read
Running a Java class as a subprocess

Running a Java class as a subprocess

9
Comments
4 min read
JAVA 8: Utilize métodos STATIC em INTERFACES e simplifique seu código!

JAVA 8: Utilize métodos STATIC em INTERFACES e simplifique seu código!

8
Comments 1
4 min read
RFC: JSONx Framework

RFC: JSONx Framework

8
Comments 6
1 min read
A Quick Guide to Spring Boot Login Options

A Quick Guide to Spring Boot Login Options

15
Comments
16 min read
Classes, Inheritance, Packages & Modularization in Java ☕️

Classes, Inheritance, Packages & Modularization in Java ☕️

6
Comments 1
6 min read
Why test POJOs?

Why test POJOs?

44
Comments 25
7 min read
How I Automated My Grading Responsibilities

How I Automated My Grading Responsibilities

45
Comments 8
9 min read
Java Regex Cheat Sheet

Java Regex Cheat Sheet

12
Comments
3 min read
Java Daily Coding Problem #004

Java Daily Coding Problem #004

16
Comments 3
8 min read
Reflecting on My First Semester of Teaching

Reflecting on My First Semester of Teaching

13
Comments 4
17 min read
Building PWA application using Vaadin framework - our stack and useful links

Building PWA application using Vaadin framework - our stack and useful links

11
Comments
1 min read
[HIRING] Senior Core Java Developer

[HIRING] Senior Core Java Developer

5
Comments 3
1 min read
The Moment I Fell In Love With Coding

The Moment I Fell In Love With Coding

5
Comments
1 min read
Execute Java code on a remote server using JSON

Execute Java code on a remote server using JSON

7
Comments
4 min read
Azure SDK for Java link for Contents and Samples

Azure SDK for Java link for Contents and Samples

9
Comments
8 min read
C++ Templates and Java Generics: Two different approaches to generic programming

C++ Templates and Java Generics: Two different approaches to generic programming

10
Comments 1
3 min read
Spring Data R2DBC for Microsoft SQL Server

Spring Data R2DBC for Microsoft SQL Server

7
Comments
7 min read
Micronaut PetClinic

Micronaut PetClinic

11
Comments
1 min read
How HashMap works internally in java : A debug approach

How HashMap works internally in java : A debug approach

46
Comments
9 min read
Sending Multipart Form Data Using Spring WebTestClient

Sending Multipart Form Data Using Spring WebTestClient

13
Comments 2
4 min read
Top 10 Java Books for Beginner and Experienced Developers

Top 10 Java Books for Beginner and Experienced Developers

114
Comments 4
14 min read
How to use Promise in Java

How to use Promise in Java

13
Comments 3
6 min read
Como usar el Android Navigation Component

Como usar el Android Navigation Component

16
Comments
8 min read
How to Choose a Java Experts? Things to Consider Before Hiring Java Developers

How to Choose a Java Experts? Things to Consider Before Hiring Java Developers

8
Comments
3 min read
Introduction to Restful web services

Introduction to Restful web services

91
Comments 2
6 min read
Introduction to Coding in Java

Introduction to Coding in Java

70
Comments 5
5 min read
Java Daily Coding Problem #003

Java Daily Coding Problem #003

26
Comments
14 min read
60 Java and Spring Interview Questions You Must Know

60 Java and Spring Interview Questions You Must Know

448
Comments 7
27 min read
Java Daily Coding Problem #001

Java Daily Coding Problem #001

68
Comments 19
3 min read
Why you are never too old to learn Java (or any programming language)

Why you are never too old to learn Java (or any programming language)

43
Comments 1
7 min read
Java interview questions for 4 to 7 years experience

Java interview questions for 4 to 7 years experience

48
Comments 8
10 min read
Small Alpine Linux containers with Java

Small Alpine Linux containers with Java

10
Comments 6
3 min read
10 Best Online Courses for Software Development Interviews

10 Best Online Courses for Software Development Interviews

965
Comments 5
20 min read
Java Daily Coding Problem #002

Java Daily Coding Problem #002

26
Comments 3
3 min read
10 Best Frameworks Java and Web Developers Can Learn in 2024

10 Best Frameworks Java and Web Developers Can Learn in 2024

142
Comments 29
14 min read
10 Deadly Mistakes to Avoid When Learning Java

10 Deadly Mistakes to Avoid When Learning Java

48
Comments 10
7 min read
A quick introduction to spring boot

A quick introduction to spring boot

27
Comments
4 min read
How to get started with Multithreading in Java

How to get started with Multithreading in Java

52
Comments 2
6 min read
loading...