Speaker
✓ Arduino Starter Kit or Amazon Echo Dot for free
✓ Group discount
✓ 2 in 1 conference special
Register now
✓ Arduino Starter Kit oder Amazon Echo Dot gratis
✓ Kollegenrabatt
✓ 2-in-1-Konferenzpaket
Jetzt anmelden
✓ 2-in-1 conference package
✓ Group discount
✓ Extra specials for freelancers
Register now
✓ 5-Tages-Special
✓ Kollegenrabatt
✓ Special Discount für Freelancer
Jetzt anmelden
Infos
09:00 - 17:00
Avoid Complexity Workshop
Description
You need a better performance for your web application? You want faster response times? But you know that your fullstack framework with its extremely complex code infrastructure won’t help you to speed up things?
Then come to this workshop. Here you will learn an architectural approach, inspired by the Unix world, how to make your application faster by moving the slower parts of your code to the background for asynchronous processing.
Content & Process
Everyone talks about performance and dreams of short response times for their web application. But the full-stack framework you are using with its slow yet powerful ORM, its general complex code infrastructures, various external libraries, and the chronically overloaded database makes the goal of a high-performance website a distant prospect.
The use of various—of course—slow and flaky API’s provided by third parties also does not help. If you follow the "best practices" of many frameworks, all this work is done at request time. But for decades, the Unix world has shown that the secret of success lies in the interaction of highly specialized and, above all, small applications.
It’s time to apply this insight to your own code: In this workshop, we will rework a classically built web application—and simply move slow things to the background for asynchronous processing or just completely avoid it.