Videos Archive

Videos

Read more »


ZgPHP: Stipe Predanic - Achieving the norm with Idiorm

Published: October 15th, 2015

Developers progress from direct SQL to ORMs. This talk will explain what ORM's bring to the table, give overview of different ORM patterns and go through several popular ORM's. A minimalistic ORM called Idiorm will be presented. Idiorm is ideal for beginners learning the basics and for small projects.

Read more »


Read more »


ZgPHP: Goran Juric - HAProxy

Published: September 17th, 2015

Haproxy is a TCP/HTTP load balancer. Learn what that exactly means and how you can leverage it to increase your web sites availability or distribute the load between multiple servers.

Read more »


Read more »


ZgPHP: Steve Tauber - Programming doesn't have your back

Published: June 18th, 2015

Sitting at your desk all day is terrible! Here are some easy stretches and exercises you can do at your desk. Please take breaks and save your back. Mine is very painful and I hope you don't make the same mistakes that I have. Slides: https://github.com/stevetauber/talks/blob/master/Programming%20back.pps

Read more »


ZgPHP: Ivan Habunek - PHP generators

Published: June 18th, 2015

Generators are a cool, relatively new addition to PHP, we all know that. However, real world usage seems to still be pretty low. Many PHP devs are happy just using arrays, like they have done since the olden days.

This talk explains how generators work (spoiler: it's very simple) and then covers several real-world use cases.

Slides here

Please rate the talk on Joind.in

Read more »


ZgPHP: Steve Tauber - REST JSON API part 1

Published: May 21st, 2015

Steve Tauber talks about building a REST JSON API the right way. This is the first part of his talk dedicated to this subject so we will focus on RESTful design techniques, the verbs, the nouns, and logic in MVC environments.

Read more »


ZgPHP: Miro Svrtan - Abusing Behat

Published: May 21st, 2015

While Behat is meant for behavior driven design, a lot of developers started using it as a tool for integration and regression testing. In a format understandable not only to developers you can easily test behaviour of your existing application (any web app, doesn't have to be written in PHP) utilising different scrapers/crawlers/browsers.

Read more »


ZgPHP: Silvio Marijic - ZeroMQ

Published: April 16th, 2015

Have you heard of ZeroMQ? Do you know what are Request-Reply, Publish-Subscribe or Pipeline patterns? How routing and transport works? Silvio Marijić, developer from Zagreb and fan of latest and cutting-edge technologies will let you know more about it.

Read more »