Junior — Middle
What research or project area did you cover in your university thesis?
sobes.tech AI
Answer from AI
In my thesis, I researched the development of a web application using PHP with MVC architecture and integration with a MySQL database. The main goal was to create a user-friendly interface for content management and optimize interaction with the database.
In the work, I described in detail:
- designing the application structure;
- implementing core CRUD functions;
- using a templating engine to separate logic from presentation;
- security methods, including protection against SQL injection and XSS.
This allowed me to gain practical experience in developing a full-featured PHP application and understand the importance of architectural decisions.