6

For the past week I've been rewriting an application with just pure php, html, js and css (with a sprinkle of bootstrap), and I gotta say that in this new modern world of frameworks & CMSs, it feels great building a "problem solving" application with nothing but my bare hands!

Comments
  • 1
    You're a wizard, Harry!
  • 0
    As long as you are not reinventing cross-cutting-concerns (auth etc.) and use db statements and transactions, I fine with it.

    How is your app performance wise?
  • 1
  • 1
    @SuspiciousBug there isn't any reinventing. To be honest I'm actually surprised by how much PHP has evolved to better cater for so many use-cases e.g. auth.

    Performance wise it's holding up pretty well. It's an internal application that does very little, so there was no need for heavy tools.
Add Comment