<tutorialjinni.com/>

HTML Select Country Dropdown List With Flags

Posted Under: Programming on Feb 26, 2020
HTML Select Country Dropdown List With Flags
HTML Select Code snippet for all the countries in the World with their flags.

Print SQL Query in Laravel

Posted Under: Programming on Feb 26, 2020
Print SQL Query in Laravel
Code Snippet to print raw SQL queries.

Update Query In Laravel

Posted Under: Programming on Feb 26, 2020
Update Query In Laravel
Code Snippet to Update a record in Laravel using Eloquent.

Laravel IN Query

Posted Under: Programming on Feb 26, 2020
Laravel IN Query
Code snippet for "IN" Query in Eloquent and in Query Builder.

JavaScript Cut Array in Half

Posted Under: Programming on Jun 15, 2019
JavaScript Cut Array in Half
This tutorial explain how to cut a JavaScript array in half no matter what the size is. it will splice the array in equal halves.