Files
website-portofolio/messages/en.json

182 lines
7.2 KiB
JSON

{
"Navigation": {
"experience": "Experience",
"education": "Education",
"techStack": "Tech Stack",
"projects": "Projects",
"contact": "Contact"
},
"Hero": {
"greeting": "Hi, I'm",
"name": "Yolando Manullang.",
"badge": "Available for opportunities",
"titlePart1": "Building",
"titleHighlight": "Secure, Scalable",
"titlePart2": "Enterprise-Grade Systems",
"yearsExp": "3+ Years",
"subtitle": "in Banking Technology. Backend Developer specializing in Java Spring Boot, Microservices Architecture, and Enterprise Security.",
"taglineRest": "Backend Developer · 3+ years building secure, scalable systems in Banking Technology — Java Spring Boot, Microservices Architecture, and Enterprise Security.",
"ctaContact": "Get in Touch",
"ctaProjects": "View Projects",
"scroll": "Scroll"
},
"Experience": {
"badge": "Track Record",
"title": "Professional Experience",
"subtitle": "My journey in designing and developing enterprise-grade systems",
"jobs": {
"enterprise": {
"year": "2024 — Present",
"title": "Senior Backend Developer",
"company": "Enterprise Banking Corp",
"description": "Leading microservices architecture design and implementation for core banking platform.",
"achievements": [
"Architected event-driven system processing 500K+ transactions/day",
"Reduced API response time by 40% through caching optimization",
"Mentored team of 4 junior developers"
]
},
"digital": {
"year": "2023 — 2024",
"title": "Backend Developer",
"company": "Digital Banking Solutions",
"description": "Developed and maintained Spring Boot microservices for payment processing and customer management.",
"achievements": [
"Built real-time notification service with Apache Kafka",
"Implemented OAuth2 + JWT authentication system",
"Achieved 99.9% uptime on production services"
]
},
"fintech": {
"year": "2021 — 2023",
"title": "Junior Backend Developer",
"company": "FinTech Startup",
"description": "Started career building REST APIs and database management for financial applications.",
"achievements": [
"Designed PostgreSQL schema handling 1M+ records",
"Created automated CI/CD pipeline with Jenkins",
"Developed unit & integration test coverage to 85%"
]
}
}
},
"Education": {
"badge": "Education",
"title": "Education History",
"subtitle": "The formal academic path that built the technical and professional foundation of my work.",
"present": "Present",
"gpaLabel": "GPA",
"locationLabel": "Location",
"finalProjectLabel": "Final Project",
"viewFinalProject": "View Final Project",
"emptyTitle": "No education history yet",
"emptyDescription": "Add your education history through the Admin Dashboard."
},
"TechStack": {
"badge": "Technologies",
"title": "Skills & Technologies",
"seeMore": "See more",
"subtitle": "The core technologies and tools I use to build robust and scalable enterprise applications.",
"categories": {
"backend": {
"title": "Enterprise Backend",
"description": "Core systems & microservices"
},
"infra": {
"title": "Database & Infrastructure",
"description": "Data management & DevOps"
},
"frontend": {
"title": "Frontend Development",
"description": "Modern web interfaces"
},
"mobile": {
"title": "Mobile Development",
"description": "Cross-platform apps"
}
}
},
"Projects": {
"badge": "Portfolio",
"title": "Featured Projects",
"subtitle": "My best work in software development",
"techStack": "Tech Stack",
"year": "Year",
"highlights": "Highlights",
"filters": {
"all": "All Projects",
"backend": "Backend",
"frontend": "Frontend",
"mobile": "Mobile"
},
"items": {
"apiGateway": {
"title": "Core Banking API Gateway",
"description": "High-performance API Gateway handling 500K+ daily transactions with rate limiting, circuit breaker pattern, and distributed tracing across 12 microservices.",
"metrics": "Increased throughput by 40%, 99.9% uptime"
},
"paymentEngine": {
"title": "Payment Processing Engine",
"description": "Event-driven payment system with Saga pattern for distributed transactions, supporting real-time transfers, bill payments, and batch processing.",
"metrics": "Processing 200K+ payments/day"
},
"onboarding": {
"title": "Customer Onboarding Portal",
"description": "Modern onboarding portal with multi-step KYC verification, document upload, and real-time status tracking for banking customers."
},
"dashboard": {
"title": "Internal Dashboard",
"description": "Admin dashboard for monitoring API performance, user analytics, and system health with real-time WebSocket updates."
},
"mobileApp": {
"title": "Mobile Banking App",
"description": "Cross-platform mobile banking application with biometric authentication, push notifications, and offline transaction history."
},
"authService": {
"title": "Authentication Microservice",
"description": "Centralized auth service with OAuth2, JWT, MFA, and session management. Supports SSO across 8 internal applications.",
"metrics": "Securing 50K+ active users"
}
}
},
"Contact": {
"badge": "Contact",
"title": "Let's Collaborate",
"subtitle": "Have a project idea, job opportunity, or just want to chat? Feel free to send me a message.",
"info": {
"title": "Contact Information",
"subtitle": "You can also reach out to me directly through the channels below.",
"email": "Email",
"location": "Location",
"locationValue": "Jakarta, Indonesia",
"responseTime": "Response Time",
"responseTimeValue": "Less than 1 hour",
"fastResponse": "Fast Response",
"whatsappTemplate": "Hi Yolando, I saw your portfolio and would like to discuss a potential opportunity regarding...",
"openToWork": "Open to Work",
"openToWorkDesc": "Currently open for new opportunities in Backend/Fullstack Development."
},
"form": {
"heading": "Send Direct Message",
"subheading": "I'll get back to you as soon as possible via the email you provide.",
"nameLabel": "Full Name",
"namePlaceholder": "John Doe",
"emailLabel": "Email Address",
"emailPlaceholder": "john@company.com",
"messageLabel": "Message",
"messagePlaceholder": "Tell me about the opportunity or project you have in mind...",
"submit": "Send Message",
"submitting": "Sending...",
"successTitle": "Message Sent!",
"successDesc": "Thank you for reaching out. I'll get back to you soon."
}
},
"Footer": {
"description": "Building secure, scalable, enterprise-grade systems. Specializing in banking & fintech infrastructure.",
"quickLinksTitle": "Quick Links",
"connectTitle": "Connect",
"backToTop": "Back to top",
"copyright": "Simanullang Dev. All Rights Reserved."
}
}