moodjournal-part1-backend.hashnode.devBuilding a Mood Journal for Friend Groups with Spring Boot + FirebasePart 1: Project Setup and Firebase Integration Learn how to set up your Spring Boot project and integrate Firebase for backend storage and authentication. 🔧 What We’ll Cover: Installing Java, Spring Boot, VS Code setup Creating Spring Boot Proje...Jun 19, 2025·2 min read
run-your-first-spring-boot-app.hashnode.devRun Your First Spring Boot App in VS Code (2025) — Hello World REST APIWant to build powerful Java backend apps but don't want to use heavyweight IDEs like Eclipse or IntelliJ? In this post, I’ll show you how to quickly set up and run your first Spring Boot REST API directly from Visual Studio Code — with zero clutter a...Jun 18, 2025·3 min read
install-java.hashnode.devHow to Install Java 17 on Windows (2025 Beginner Guide + Fixes for CMD Errors)TL;DR – Java not working in your command prompt? Follow this step-by-step guide to install Java 17, set up JAVA_HOME, and fix 'java' is not recognized errors — even if you're a beginner. Why This Guide? Java is the foundation for Spring Boot, backend...Jun 18, 2025·3 min read