YOUR TYPO3-EXPERTS AND COMMUNITY!

Die TYPO3-Experten

Code711 ist ein Zusammenschluss von IT-Begeisterten und TYPO3-Experten der Agenturen 12bis3 und Sudhaus7. Hier wird jahrelanges Wissen geballt, gefördert, weiterentwickelt und mit der Community geteilt. Alle Blogs und Beiträge zu unseren Entwicklungen und Aktivitäten finden Sie hier!

The TYPO3 experts

Code711 is an association of IT enthusiasts and TYPO3 experts from the agencies 12bis3 and Sudhaus7. Years of knowledge are concentrated here, promoted, further developed and shared with the community. All blogs and posts about our developments and activities can be found here!

Talk

Enhance your TCA - how to write your own renderTypes

Some data need something a bit different of a user interface in the backend, or are user submitted or encoded in some way. This live coding session will show you how you can write your own TCA renderTypes to add more information or different input types in your backend forms. Your editors will love you for it.

more
Talk

Write your own CLI Tools for TYPO3

TYPO3 and Symfony commands are a match made in heaven. In this talk I want to show you how to easily write your own CLI Tools with TYPO3, so you can code and run bulk updates, create long running tasks or schedule recurring tasks easily.

more
ExtbaseTYPO3Talk

Make the caching framework work for you (and your extensions)

How often does a Developer get to the point where the site is too slow, and the fault is often custom build extensions with expensive operations going on. Utilising the TYPO3 Caching framework seems to be an underrated and often most overlooked part in extension development. This live coding session is intended for beginner to intermediate extension developers who want to learn the patterns on how to use the caching framework in an extension and how mitigate bottlenecks with good practices, as well as having strategies to get rid of the cache dynamically when it needs to be updated.

more
JavascriptPHPTalk

Introduction to ReactPHP and Websockets

In this non-TYPO3-centric talk, I will show how to build a simple chat client with vanilla Javascript and ReactPHP as server and explain the basic concepts behind the process, how to communicate through Websockets, and the possibilities to deploy it on a Webserver.

more
nginxTalk

Tuning the NGINX

This talk will show how to tune the NGINX webserver and how to use it as an alternative to varnish out of the box, with dynamic parts out of TYPO3. This will be shown through live examples and metrics.

more