On October 9 Amazon sent out email to all customers with Amazon RDS instances titled “Update Your Amazon RDS SSL/TLS Certificates by October 31, 2019”. However the title is a bit misleading because the actual deadline is March 5, 2020.
Laravel
How to format Laravel Blade templates in Visual Studio Code
Visual Studio Code is a wonderful editor and recently became my primary web development tool. I am developing using Laravel framework and there are many good extensions for Laravel and PHP in general. I configured PHP CS Fixer as my PHP formatter and Beautify as SASS/CSS, JavaScript and HTML formatter.
The only missing part was formatting Blade templates.
Laravel DataTables and sortable DateTime/Carbon objects
Laravel DataTables adds server-side processing capabilities for a table powered by jQuery DataTables to a Laravel application. There is official site with detailed documentation and good examples. However I couldn’t find an example of using orthogonal data for sortable and searchable fields containing timestamps.
Read More