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 ๐ค"
