PinnedApplying SOLID Principles to Spring Boot ApplicationsIn software development, Object-Oriented Design is really important for creating code that can be easily changed, expanded, and used again.Jan 16, 202420Jan 16, 202420
PinnedDesign Patterns in JavaThe design pattern is a reusable solution to a common problem that occurs in software design.Aug 10, 20232Aug 10, 20232
Using Docker Compose with Spring Boot and PostgreSQLIn today’s software world, Docker Compose makes it easy to handle Spring Boot apps in Docker containers, especially complex ones. You can…Dec 5, 20231Dec 5, 20231
Bulut bilişim ve temel kavramlarıThere is no cloud it is just someone else’s computerNov 12, 2022Nov 12, 2022
Why is the REST API so popular?As you may already know, ‘REST API’ is so popular in web applications, and its popularity is growing daily, however, when you will start…Oct 3, 20221Oct 3, 20221
Difference Between @Controller and @RestController Annotation in SpringThis article is a summary of using @Controller and @RestController annotations in the Spring framework and their differences.Sep 26, 2022Sep 26, 2022
What are the differences between abstract class and interface in Java?Before starting the article, it would be appropriate to specify the abstraction, abstract class, and interface definition.Sep 14, 20222Sep 14, 20222
What is a ‘static’ keyword in Java, and when should we use one?The static keyword is a non-access modifier used for methods and attributes.Aug 4, 2022Aug 4, 2022