Forem

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.
Understanding the JVM optimization (JIT)

Understanding the JVM optimization (JIT)

6
Comments
2 min read
Structural-Based Testing: A Simple Guide

Structural-Based Testing: A Simple Guide

1
Comments
2 min read
Top 10 GitHub repositories for Java developers ✨
Cover image for Top 10 GitHub repositories for Java developers ✨

Top 10 GitHub repositories for Java developers ✨

100
Comments 2
5 min read
From scratch to my first job as a Java developer
Cover image for From scratch to my first job as a Java developer

From scratch to my first job as a Java developer

Comments
1 min read
começando à aprender Java

começando à aprender Java

Comments
1 min read
"PageTrade" E-commerce Java Mobile App for Buyers & Sellers
Cover image for "PageTrade" E-commerce Java Mobile App for Buyers & Sellers

"PageTrade" E-commerce Java Mobile App for Buyers & Sellers

Comments
1 min read
Flyway e Spring Boot em cenário de banco de dados não vazio.
Cover image for Flyway e Spring Boot em cenário de banco de dados não vazio.

Flyway e Spring Boot em cenário de banco de dados não vazio.

1
Comments
3 min read
𝗧𝗵𝗲 𝗙𝗶𝗿𝘀𝘁 𝗦𝘁𝗿𝗲𝗮𝗸 𝗼𝗻 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲
Cover image for 𝗧𝗵𝗲 𝗙𝗶𝗿𝘀𝘁 𝗦𝘁𝗿𝗲𝗮𝗸 𝗼𝗻 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲

𝗧𝗵𝗲 𝗙𝗶𝗿𝘀𝘁 𝗦𝘁𝗿𝗲𝗮𝗸 𝗼𝗻 𝗟𝗲𝗲𝘁𝗖𝗼𝗱𝗲

Comments
1 min read
Java celebrates its 29th birthday
Cover image for Java celebrates its 29th birthday

Java celebrates its 29th birthday

8
Comments 2
5 min read
𝗔𝗿𝗿𝗮𝘆- 𝗤𝟲 𝗠𝗮𝘅𝗶𝗺𝘂𝗺 𝗦𝗰𝗼𝗿𝗲 𝗪𝗼𝗿𝗱𝘀 𝗙𝗼𝗿𝗺𝗲𝗱 𝗯𝘆 𝗟𝗲𝘁𝘁𝗲𝗿𝘀
Cover image for 𝗔𝗿𝗿𝗮𝘆- 𝗤𝟲 𝗠𝗮𝘅𝗶𝗺𝘂𝗺 𝗦𝗰𝗼𝗿𝗲 𝗪𝗼𝗿𝗱𝘀 𝗙𝗼𝗿𝗺𝗲𝗱 𝗯𝘆 𝗟𝗲𝘁𝘁𝗲𝗿𝘀

𝗔𝗿𝗿𝗮𝘆- 𝗤𝟲 𝗠𝗮𝘅𝗶𝗺𝘂𝗺 𝗦𝗰𝗼𝗿𝗲 𝗪𝗼𝗿𝗱𝘀 𝗙𝗼𝗿𝗺𝗲𝗱 𝗯𝘆 𝗟𝗲𝘁𝘁𝗲𝗿𝘀

Comments
1 min read
Database Migrations : Liquibase for Spring Boot Projects
Cover image for Database Migrations : Liquibase for Spring Boot Projects

Database Migrations : Liquibase for Spring Boot Projects

38
Comments
5 min read
From Bugs to Brilliance: Enhancing Code Reliability Through Mutation Testing

From Bugs to Brilliance: Enhancing Code Reliability Through Mutation Testing

Comments
5 min read
Understanding Lombok: Simplifying Java Code with Ease
Cover image for Understanding Lombok: Simplifying Java Code with Ease

Understanding Lombok: Simplifying Java Code with Ease

1
Comments
3 min read
Sum Root to Leaf Numbers | LeetCode | Java

Sum Root to Leaf Numbers | LeetCode | Java

3
Comments
1 min read
Project Reactor: About Fuseable interface ASYNC mode under different threads

Project Reactor: About Fuseable interface ASYNC mode under different threads

Comments
5 min read
Dive in Spring framework - Beginner Guide
Cover image for Dive in Spring framework - Beginner Guide

Dive in Spring framework - Beginner Guide

2
Comments
2 min read
Project Reactor: About Fuseable interface ASYNC mode under the same thread

Project Reactor: About Fuseable interface ASYNC mode under the same thread

Comments
5 min read
Getting started with Spring boot
Cover image for Getting started with Spring boot

Getting started with Spring boot

2
Comments
3 min read
Java Tidbits: Compare your Strings wisely!
Cover image for Java Tidbits: Compare your Strings wisely!

Java Tidbits: Compare your Strings wisely!

2
Comments
2 min read
Creating Spring Data Repositories for JPA: A Detailed Guide
Cover image for Creating Spring Data Repositories for JPA: A Detailed Guide

Creating Spring Data Repositories for JPA: A Detailed Guide

7
Comments
4 min read
[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [D] Dependency Inversion Principle - DIP
Cover image for [S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [D] Dependency Inversion Principle - DIP

[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [D] Dependency Inversion Principle - DIP

3
Comments 1
2 min read
☕Understanding `final`, `finally`, and `finalize` in Java
Cover image for ☕Understanding `final`, `finally`, and `finalize` in Java

☕Understanding `final`, `finally`, and `finalize` in Java

13
Comments 3
3 min read
[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [I] - Interface Segregation Principle - ISP
Cover image for [S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [I] - Interface Segregation Principle - ISP

[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [I] - Interface Segregation Principle - ISP

3
Comments
2 min read
[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [L] - Liskov Substitution Principle - LSP
Cover image for [S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [L] - Liskov Substitution Principle - LSP

[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [L] - Liskov Substitution Principle - LSP

3
Comments
3 min read
[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [O] - Open/Closed Principle - OCP
Cover image for [S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [O] - Open/Closed Principle - OCP

[S.O.L.I.D.] Os Cinco Pilares da Programação Orientada a Objetos. [O] - Open/Closed Principle - OCP

4
Comments
2 min read
loading...