Next Steps and Further Reading
After learning the basics of TYPO3, you're ready to dive into advanced topics and best practices. This section provides an overview of the next steps to deepen your TYPO3 expertise and ensure your projects are professional and sustainable.
Testing in TYPO3: Unit and Functional Test
Testing ensures that changes to your code do not cause unexpected side effects and that your TYPO3 installation remains reliable. TYPO3 offers robust tools for Unit and Functional Testing.
See here for more information.
Coding Guidelines
Following coding guidelines (CGL) ensures your code is consistent, readable and maintaineble. TYPO3 adheres to strict standards for PHP, TypoScript and JavaScript.
More information about CGL can be found here.
Rich Text Editor Configuration
The Rich Text Editor (RTE) in TYPO3 enables content creation and editing in the backend. Custom configurations can improve usability and consistency. It can be configured using TypoScript and YAML.
You can find more information here.
Multilanguage Handling
TYPO3 provides powerful tools for multilingual websites. See here for further information.
For more details see here.
Keep Security In Mind
Security is taken very seriously by the developers of TYPO3. The TYPO3 Security Team manage all security incidents. They review them and consider their impact. Security advisories are regularly published.
More information about security can be found in the Security guidelines.
Contributing
Giving back to the TYPO3 community is a great way to grow as a developer and ensure TYPO3 continues to evolve.
Look here for more information about contributing