/** * @title Personal Information *. */const personal = { name: 'Farid Rizky Wijaya', location: { city: 'Bogor', country: 'Indonesia', }, summary: ` A curious mind and full-stack developer who finds joy in turning ideas into functional web experiences. I’ve built with React, Next.js, Laravel, and PostgreSQL — and occasionally wrestle with cloud and AI tools like Google Cloud and Gemini AI. I believe good code tells a story: clean, reliable, and made with intent. Fueled by curiosity (and coffee), I’m eager to build things that people *actually* love to use — experiences that feel intuitive, reliable, and alive. Every project is an opportunity to learn, to refine, and to create something that genuinely matters. `, contact: { email: 'faridrw.tech@gmail.com', website: 'https://far-id-rw.vercel.app/', }, social: { github: 'https://github.com/far-id', linkedin: 'https://www.linkedin.com/in/farid-rizky-wijaya-438a60212', instagram: 'https://www.instagram.com/faridrizkywijaya', }, hobby: [ 'Learning Japanese through anime, youtube and musics', 'Exploring new web technologies', 'Building side projects', 'Reading tech blogs (and manga)', 'Occasionally doing light workouts', ], languages: ['Indonesian', 'English', 'Japanese'], education: { university: 'Universitas Muhammadiyah Prof. Dr. HAMKA (UHAMKA)', major: 'Informatics Engineering', degree: 'Bachelor', status: 'Undergraduate', programs: [ { name: 'Bangkit Academy led by Google, GoTo, and Traveloka', year: '2024', path: 'Cloud Computing', description: ` A national technology career readiness program focusing on practical industry experience, cloud architecture, and collaborative capstone projects using Google Cloud Platform. `, }, { name: 'Himpunan Mahasiswa Teknik Informatika UHAMKA', role: 'Anggota Bidang 3 IPTEK', year: '2022–2023', description: ` Served as a committee member under the Science and Technology Division, organizing various academic and technology-related events. Acted as a coordinator and mentor during IoT workshops, and also took responsibility for managing the UIX UHAMKA community. `, }, { name: 'UIX UHAMKA', role: 'Community Lead', year: '2023', description: ` Led the university’s UI/UX community by organizing learning sessions, sharing design knowledge, and fostering collaboration among students interested in user interface and experience design. `, }, { name: 'Program Kreativitas Mahasiswa (PKM-KC)', role: 'Participant', year: '2022-2023', description: ` Participated in the national innovation program (PKM-KC) focused on technology-based creativity, proposing a project aimed at solving real-world problems through software development. `, }, ], },};export default personal;