Back
Todo
I initially developed #sekolahstartup using Ruby on Rails. It's great framework btw. However, the learning curve proved too steep for me, and I needed significant time to grasp its concepts. As a result, I decided to return to PHP, a language I've been familiar with for over a decade. While I'm still learning, working with PHP feels more transparent compared to framework "magic" - where you often don't understand what's happening behind the scenes. A milestone achieved today: I successfully implemented Google Authentication from scratch, without relying on any external libraries! πŸŽ‰ Building this functionality manually not only gave me deeper insights into the authentication flow but also brought great satisfaction. It's rewarding to understand and control every aspect of the implementation.