‘Dedy Jaya’,
‘username’ => ‘dedy.jaya’,
‘location’ => ‘Jakarta, Indonesia’,
‘work’ => ‘IT Developer – Dedy Jaya Hospital’,
‘education’ => ‘Universitas Indonesia’,
‘bio’ => “Membuat aplikasi, suka ngoding, dan ngopi sambil debugging.”,
‘avatar’ => ‘https://via.placeholder.com/160’,
‘cover’ => ‘https://via.placeholder.com/1200×350’
];
$friends = array_map(function($i){
return [
‘name’ => “Teman $i”,
‘avatar’ => “https://via.placeholder.com/80?text=T$i”
];
}, range(1,8));
$posts = [
[
‘author’ => $user[‘name’],
‘time’ => ‘2 jam lalu’,
‘text’ => ‘Baru deploy fitur laporan farmasi, alhamdulillah berjalan lancar! ๐’,
‘image’ => ‘https://via.placeholder.com/900×450’
],
[
‘author’ => $user[‘name’],
‘time’ => ‘1 hari lalu’,
‘text’ => ‘Belajar AJAX + PHP untuk mempercepat pengalaman pengguna.’,
‘image’ => null
]
];
?>
