Skip to content

mces58/JavaEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

85 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation


GitHub language count GitHub repo size GitHub last commit GitHub forks GitHub Repo stars GitHub User's stars GitHub followers

  1. πŸ’‘ BASIC
  2. The fundamentals of Java have been covered in this section, explained through real-life examples. πŸ“š

    1. Lesson 1 - Introduction

    2. Lesson 2 - OOP

    3. Lesson 3 - File Management

    4. Lesson 4 - Database Operations with JDBC



  3. πŸ‘Ύ SPRING
  4. In this section, the development environment and architecture of the Spring Framework have been examined and explained in detail. πŸ“š

    1. Lesson 1 - Working with XML Files

    2. Lesson 2 - Configuration Classes



  5. 🌟 HIBERNATE
  6. In this section, performing data access operations in a Java-based manner using the Hibernate technology has been explained. πŸ“š

    1. Lesson 1 - Working with Hibernate



    In this section, one of the Java technologies, AOP, has been explained. πŸ“š

    1. Lesson 1 - Working with AOP



  7. 🌊 MAVEN
  8. In this section, the convenience provided by Maven in large Java projects has been explained. πŸ“š

    1. Lesson 1 - Working with Maven



  9. β˜€ JSON
  10. In this section, the usage of JSON in Java has been explained. πŸ“š

    1. Lesson 1 - Working with JSON



  11. πŸ’₯ SPRING REST
  12. In this section, how to perform operations such as http, api, server, etc. in Java has been explained. πŸ“š

    1. Lesson 1 - Working with Spring Rest



  13. πŸ’― SPRING BOOT
  14. In this section, questions such as what is Spring Boot, how it works, and where it is used have been answered, and creating database connections, building HTML pages using the Thymeleaf technology have been explained. πŸ“š

    1. Lesson 1 - Working with Spring Boot