Posts in category "Software Development"

How To Save Files Right

less than 1 minute read

Create temporary file. Handle all possible exceptions. Write data to that temporary file. Handle all possible exceptions. Close temporary file. During...

Static Pages In Symfony

less than 1 minute read

Almost all websites have some kind of static pages that does not need any logic. Usually they have empty controller that looks like: