Tag: JavaScript

  • CI/CD For Everyone: Deploy PHP Projects to Any Hosting Platform

    CI/CD For Everyone: Deploy PHP Projects to Any  Hosting Platform

    CI/CD has been a lifesaver for organization with many projects, big or small. In my case, I have a Laravel project that needs its JavaScript to be built before deployment. There are a lot of options to do this, but this time, I think I found a perfect combination to deploy them with minimum clutter…

  • Emailing HTML on NextJS

    Emailing HTML on NextJS

    Since NextJS handles both backend and frontend seamlessly, emailing things now become another quest to finish, especially when you need to use template. This blog will be filled with my rants and lessons about this quest of creating my contact page. You can also check my logs for this in issue chez14/christianto.net#13. Previously, in a…

  • F3-Ilgar — Reinventing The Wheels

    F3-Ilgar — Reinventing The Wheels

    Migration tool–the one that do some updates in bulk, is one of the most important tool/library that developers use to sync up across their peers and server’s current database conditions. Having one is as important as defining your database design on SQL.