• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle




  • Modern PHP is quite performant and nice to work with and it’s still improving! Also frameworks like Laravel is very established.

    When comparing the time when I use PHP and JavaScript, I love the simplicity and versatility of JavaScript but PHP’s strongly typed (with runtime support) and object oriented language often make more sense imo.

    I think the strong benefit of using JavaScript for backend comes down to being able to have unified full-stack codebases, one language fits all kind of thing.