Inviqa
Inviqa helps smart organisations advance their digital transformation with award-winning software development, consultancy, training, and support.
We’re proud to be the long-term technology partner of leading organisations including the United Nations’ World Food Programme, the BBC, William Hill, and FTSE-listed companies such as PZ Cussons.
Our 180-strong team includes UX specialists, quality assurance engineers, project managers, highly-qualified developers and more who deliver innovative, agile, full stack solutions using PHP, Scala,node.js, and modular JavaScript tools and technologies underpinned by the latest practices and methodologies.
-
Queues and Background Jobs in PHP: Finding a scalable solution
Featuring Damjan Znidarsic
PHP was not build for long-running processes, something that event based systems require. How can we quickly build a scalable solution that has all the features we'd need to process millions of jobs and what might PHP community need to think about for PHP 7.* and beyond.
php scalability php-7 symfony -
[Lightning Talk] From a relational database to you
Featuring Luis Galeas
Relational databases and object oriented languages have very different paradigms. Identity and relationships have distinct implementations. And the difficulty of creating and navigating data varies, both conceptually and performance-wise. Speed bumps pop up when transferring data from a...
data php performance-tuning symfony -
Building an e-commerce platform for 2 million shoppers with Symfony
Featuring Daniel James
A luxury e-commerce platform for 2 million users from scratch, how hard can it be? A lot more complex than it appears! It was a task made possible by Symfony, a microservices architecture, a devops team and a React frontend. This talk will run through how Symfony was used to build each part of an...
architecture php react microservices symfony -
To realize, analyse
Featuring Marga Ferrez
How Web analytics techniques can help us in our daily base development work? We're going to have a quick look over the basics of Web Analytics, how we can implement some tools used to do analysis and how we can apply the same concepts over our systems to extract information and take...
analysis symfony php -
Exception-Driven Development
Featuring Adam Elsodaney
Exceptions are simple yet powerful. We can stop dead some rogue code in its tracks before it wreaks havoc. Yet they are never quite utilised to their full potential.In this talk we will quickly go through all the exception types found in PHP, what they represent, and how you should use them, with...
quality debugging exceptions php symfony -
Event Driven Architecture
Featuring Loic Faugeron
Have you ever wondered what ReactPHP meant by "non blocking I/O"? Or why would being "event-driven" allow nginx to be more efficient than Apache?
If you find it easier to understand abstract concepts like these by implementing them, then you're in luck because in this talk...
architecture promises promise-class event-loop event-driven reactphp symfony php -
Death by User Stories
Featuring Jenny Martin
Do you find that once you start examining them, user stories grow and multiply until you can’t fit them in your delivery iteration? Are you drowning and struggling to see the big picture? Are you lost in user story hell and don’t know how to get out? In this talk I’d like to introduce the OOPSI...
bdd behaviour-driven-design testing inviqa -
What's new in PHP 7 and what to expect in PHP 7.1
Featuring Dan Blows
In this talk "What's New in PHP 7 and what to expect in PHP 7.1", Dan's going to show how Symfony runs quicker in PHP 7, things to watch out for when upgrading (including with Doctrine), how you can make your code more reliable with the new features, and then give a brief...
php php-7 symfony