blog about resourceful information
-
My favorite book... Forever!
My favorite book of all time! -
working with Laravel pagination links
Laravel provides a dead simple way to create a pagination links. It will automatically generate and rend -
Which college graduates make the most?
Compare colleges and programs to find out which degrees offer a bang for your buck! -
Laravel Eloquent Querying
These are some fundamental Eloquent queries as well as some complex ones that I always tend to look ... -
Speed up your website using gZip compression
Modern browsers support gzip compression so you can speed up your website just by enabling this... -
Book Review - The Da Vinci Code
Hi guys! This is my first blog post! Read more to learn about The Da Vinci Code! -
PHP 5.6 and SSL Operation Failed error
When I enabled SSL on my website, it broke two vendor libraries that I'm using from composer... -
Select dropdown with first option empty using Laravel Eloquent Collection
Laravel provides amazingly simple way to render the form select dropdown list from an Eloquent... -
A simple JS safety-pin confirmation when a delete link is clicked
A quick and dirty way to add a confirmation prompt behind the delete button/link... -
Escape single quote when a Javascript function call is rendered from PHP
I have many instances where I need to call a JavaScript function from a PHP generated html code...