ryusuke's site

Posts

Why PHP

@ 21/02/2026

Note

This post is just a little bit technical. if you don’t have interest in how a website get done, you don’t have to read this. But hey, maybe you will learn something here 😉

Read more

Javascript sucks

@ 19/02/2026

You saw the title, yea I’m starting to learn PHP because I HATE JAVASCRIPT. Javascript is trash. If you want to serve your website you write using Javascript, users’ browser has to download your code.

Okay ryusuke, and what’s the problem?

First, Javascript is bloated. Imagine if you write a website with Javascript framework like React or something idk, and you build it. The build size of standard React build is like around 500kb. You think this is not that big? yea, but what about users with low-end device and/or slow internet? like ME. It’s pain in the ass

Read more