Taqaballahu minna wa minkum
Semoga segala amalan kita diterimaNya. Selamat hari raya ✨
Checking out glance as replacement for homarr. Love how news becomes the main section compare to buttons on homarr.
Website makeover with Tailwind CSS 4, so far so good. All these years authoring CSS, now getting used with utility class instead.
Also support both dark and light mode!
Ahlan wa sahlan ya Ramadhan
Ramadhan datang lagi, selamat berpuasa buat semua Muslim.
Capitalize first letter of string using JavaScript
function capitalizeFirstLetter(string) {
return string[0].toUpperCase() + string.slice(1);
}
Watching State of the Word 2023. Particularly impressed with The Interactivity API https://wpmovies.dev/
It's the time of the year to change the footer credit 😁
End of year re-organizing and tweaking the layout.

