Recent content by Mythraus

  1. Mythraus

    JSON Count keys

    Provided I'm understanding this correctly you want to sum the A,B,C and D,E,F values. The best method for this would be to reduce the current data into an associative array indexed by key and then sum manually from there. The snippet below implements the described behaviour. <?php $json =...
  2. Mythraus

    Johno mate, long time no talk! Used to go by Xenous on here

    Johno mate, long time no talk! Used to go by Xenous on here
  3. Mythraus

    How do you perform technical interviews for developers?

    I've been interviewing candidates for some time now. We auto-send a very basic coding challenge to create a set of classes/methods to implement basic program (Shopping Cart, Tweet Parser, etc) with specific styling/linting requirements which acts as a nice sieve. Once a candidate passes...
  4. Mythraus

    [Ryno]Ryno OSX Coming Soon[Ryno]

    Obviously fake, no screenshots, no snippets, no real information at all.
Top