Search results

  1. H

    Developer for hire

    Hey guys, I'm Maxim, a PHP developer at heart, that dabbles in front-end work, in the past I have worked on modular gaming and to be honest I miss working on a game. Due to recent events my schedule cleared up quite a bit, meaning I'm available to work on new projects. I've written a tutorial...
  2. H

    Laravel vs Lumen

    Hey @owlmanatt, great to see you're back :) I am wondering though, isn't it a bit 'under' kill to use lumen for creating APIs (depending on the API's size/functionality of course). I know Taylor initially used it himself for webhooks (e.g. the online status checker on forge), where a full-on...
  3. H

    Recreating Pokemon's battle system in Vue.js

    I've previously put out a small series on recreating pokemon's original battle system in Vue.js (to some extent). The series isn't done and could still be more polished, however, it does go a long way already: Here's an overview of the articles I've posted in the series. #1 Single file...
  4. H

    Avoiding Cron Jobs

    When you're working with large data sets it might be a good option to run a queue worker. You could set up a cron job that creates jobs for a queue worker. An example case would be sending over X amount of animals to be processed at a time. So lets say you have 3000 animals that need to age...
  5. H

    Word Craft HTML5 Game

    Nicely done ?
  6. H

    Recreating Pokemon's battle system in Vue.js

    I've previously put out a small series on recreating pokemon's original battle system in Vue.js (to some extent). The series isn't done and could still be more polished, however, it does go a long way already: Here's an overview of the articles I've posted in the series. #1 Single file...
  7. H

    What JavaScript libraries do you prefer to use?

    I'm a heavy fan of Vue.JS as a front-end framework, if things are simple enough or really require a lot of customisation I'll write it in Vue components myself (if the project requires it). But most of the time, jQuery is enough to sprinkle on top of HTML. IMO Vue is the jQuery of front-end...
  8. H

    Hosting Providers

    I'm currently with Digital Ocean as well, but I'm also trying out Vultr (same principle as DO, but the pricing is a bit different). For all the non-devops, there's plenty of services that help you setup your server and do basic upkeep (https://serverpilot.io, https://forge.laravel.com to name 2).
Back
Top