Tag: java-development
All posts with tag "java-development".
-
From Laravel to Spring Boot 03: Building Your First REST API with Proper Error Handling
Learn to build production-ready REST APIs with Spring Boot. Master request/response handling, validation, exception handling, and testing - the Spring Boot way.
-
From Laravel to Spring Boot 02: Setting Up Your Java Development Environment with SDKMAN, IntelliJ, and VSCode
A practical guide to setting up a professional Java development environment optimized for Spring Boot development. Learn SDKMAN for Java version management and choose between IntelliJ IDEA or VSCode configuration.
-
From Laravel to Spring Boot 01: The Fundamental Mindset Shift - Adapt or Die
The essential mental transitions every Laravel developer must make when moving to Spring Boot. Learn why this shift matters for your career and how to think like a Java enterprise architect.
-
Installing Java with SDKMAN! A Step-by-Step Learning Note
A comprehensive guide to installing and managing Java versions using SDKMAN.
-
Setting Up Java Development in VSCode: Why I Recommend the Extension Pack for Java?
A guide to setting up Java development in Visual Studio Code using the Extension Pack for Java, enhancing productivity and learning.
-
Learning Note: Java 21 Feature – Unnamed Classes and Instance Main Methods (Preview)
A beginner-friendly introduction to Java 21's unnamed classes and instance main methods, designed to simplify the entry point for new Java developers.
-
Learning Note: Java 21 Feature – Pattern Matching for Switch
summary
-
Learning Note: Java 21 Feature – Unnamed Patterns and Variables
summary