public class JabinHao {
private String role = "Backend Developer";
private String primaryLanguage = "Java"; // My bread and butter 😄
private String[] otherLanguages = {"Python", "Shell"};
private String location = "🇨🇳";
private Map<String, List<String>> interests = Map.of(
"coding", List.of("Java", "Python", "Shell", "Vue.js"),
"infrastructure", List.of("Docker", "NAS", "Linux"),
"lifestyle", List.of("Photography 📸", "Travel 🌍", "Tech Gadgets")
);
private String[] currentlyExploring = {
"Microservices Architecture",
"Container Orchestration",
"Home Lab Setup",
"Vue.js Frontend"
};
public String getMotto() {
return "Code for living, explore for passion! 🎯";
}
}A curated collection of Docker Compose files for quick deployment of common services and applications
- Tech: Docker, Docker Compose, DevOps
- Services: MySQL, Redis, Kafka with comprehensive documentation
- Purpose: Simplify development environment setup
- NAS Configuration: Personal cloud storage and media server
- Container Management: Docker-based service deployment
- Automation Scripts: Python and Shell scripts for system maintenance
- 🔧 Backend Development: Building scalable Java applications
- 🐳 Containerization: Docker ecosystem and orchestration
- 🏠 Home Lab: NAS setup and self-hosted services
- 🎨 Frontend Learning: Exploring Vue.js for full-stack capabilities
- 📸 Photography: Capturing moments during travels
"The world is a book, and those who do not travel read only one page." 📖
- ☕ Coffee-driven developer - Best code happens after the third cup
- 🔭 Tech Explorer - Always tinkering with new technologies
- 🏠 Home Lab Enthusiast - Building my own mini data center
- 📸 Weekend Photographer - Capturing life through the lens
- 🌍 Travel Addict - Collecting memories from different places
- 🐧 Linux Lover - Terminal is my second home
- 🎮 Gaming in downtime - When not coding or traveling
- 📚 Continuous Learner - Tech blogs and documentation are my novels
#!/bin/bash
# Life motto
echo "Code for living 💻"
echo "Learn for growing 📚"
echo "Travel for experiencing 🌍"
echo "Capture for remembering 📸"
echo "Share for connecting 🤝"
⭐️ From JabinHao - Backend Developer by Day, Tech Explorer by Night 🌙