Checking whether a file exists or not, is one of the most basic file-related tasks which you will do most of the time, and thankfully…
1 CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
To create webpage screenshots we are going to use PhantomJs. PhantomJS is a headless WebKit scriptable with a JavaScript API. It has fast and native…
Leave a CommentLaravel provides pagination for Eloquent results out of the box, but for custom data, we need to do the pagination manually. In this tutorial, I’ll…
13 CommentsEach construct provides an easy way to iterate over arrays and hash. each loop will continue until it has gone through every item in the…
1 CommentI received a tutorial request from my reader that asked me how to access CI’s base URL inside the JavaScript/external JavaScript files. Editing base URL…
Leave a CommentLaravel5.3 is coming with following new features, 1. Rollback one migration 2. Blade Foreach Loops (new $loop variable) 3. Eloquent Collections are cleanly serialized and…
Leave a CommentIn this post I would like to provide basic usage steps and a list of some basic Git commands to get you going with Git.…
Leave a CommentSlim is a full-featured, open-source PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. It comes with a sophisticated…
90 CommentsIn this tutorial, you will learn how to use MySQL IF function. MySQL IF function is one of the MySQL control flow functions that returns…
Leave a CommentYou can start,stop and restart Nginx web server by issuing any of the following commands from your terminal as a root user. Based on your…
Leave a CommentWe use append() method for adding elements dynamically into an already existing element. If you miss use this function, it will dramatically affects the performance…
Leave a CommentThis tutorial illustrates about getting selected Text and Value of HTML Select DropDownList on Button click using jQuery. The following HTML Markup consists of an…
1 CommentThe router component allows you to define routes that are mapped to callback handlers that should receive the request. The Slim Framework’s router is built…
Leave a CommentIn Laravel world, a facade is a class that provides access to an object from the container. Laravel “facades” serve as “static proxies” to underlying…
3 CommentsSlim is a PHP micro framework that helps you write simple web applications and APIs quickly. It comes with a sophisticated URL dispatcher and middleware…
1 Comment