Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Dashboard (phpexperience)

Dashboard (phpexperience)

Freek Van der Herten

March 07, 2018
Tweet

More Decks by Freek Van der Herten

Other Decks in Programming

Transcript

  1. About me Freek Van der Herten Partner & developer at

    SPATIE @freekmurze https://murze.be
  2. Since 2003 Websites, applications and webshops Team 7 developers, 1

    manager Specialization Laravel development
  3. Open source software ± 160 public repositories on GitHub ±

    9 900 000 downloads total ± 1 000 000 downloads a month A lot of benefits: learning, writing quality documentation and tests, showing the quality of our work, eating our own dogfood https://murze.be/the-story-behind-our-open-source-efforts
  4. The dashboard is a single HTML page Displayed by a

    full screen browser Without full page reload Each tile wil be updated by JavaScript Each tile has it’s own update frequency In short
  5. Laravel 5.6 Render the initial page Fetch data from external

    API’s (scheduled) Broadcast events when new data has arrived Laravel
  6. Provides full-duplex communication channels over a single TCP connection Transporting

    events from server to the browser In realtime Secure Paid service Pusher
  7. Easy to learn JS Framework Each tile is a component

    Listen for incoming events with Laravel Echo Update the tile Vue.js
  8. Raspberry Pi 2 Powered by the USB port from the

    TV Uses Raspbian Jessie Boots into Chromium 56 in fullscreen mode Setup
  9. Credits Willem Van Bockstal @willemvbockstal Looks + grid system Sebastian

    De Deyne @sebdedeyne Scrutinising + JS wizardry