Almost one year passed since I passed Laravel Certification, so I want to share with you my experience how I prepared and passed this exam, what you have to learn and how to feel you are ready to pass it.
Continue reading »Laravel
Working with large files in storage can cause an application to be out of memory as it loads the entire file into RAM before sending it to the storage. To save memory usage we need to work with streams.
Continue reading »Amazon Simple Storage Service (Amazon S3) is great for data storage due to the fact that there is quite cheap and very stable. Let's walk step by step to properly and safely work with the data storage.
Continue reading »