<tutorialjinni.com/>

Bootstrap 4 Introduction

Posted Under: Tutorials on Mar 1, 2020
Bootstrap 4 Introduction
Bootstrap is the world's most popular library of front-end components for developing responsive, mobile-first web projects. Bootstrap 4 is the latest version of Bootstrap and is an open source tool set for HTML, CSS, and JS development.

Print SQL Query in Laravel

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

jQuery get Current URL

Posted Under: Tutorials on Feb 1, 2020
jQuery get Current URL
Get to know the current url of page is important in making decisions to show what to user or for marketing / advertising purpose or may be for simply for testing and debugging.

cURL With Specific Port

Posted Under: Tutorials on Oct 1, 2019
cURL With Specific Port
cURL is generally know for accessing and downloading web pages or files form command line. However, there is another great feature that utilize cURL to test connectivity or access other TCP services running on other ports. A sample syntax for the command is as follows

JavaScript Cut Array in Half

Posted Under: Tutorials 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.