Laravel’s Blade templating engine’s @foreach control structure directive has $loop variable which is available inside every @foreach loop. The $loop variable is a stdClass object…
7 CommentsAuthor: 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.
In this post, will take an array of objects and paginate it using JavaScript. Depending on your needs sometimes you may wish to create a…
8 CommentsThis is a basic Twitter Bootstrap 4 template that I use most of the time for Twitter Bootstrap 3 based projects. Hello, world!
Leave a CommentAngular 2 provide different ways to apply class to the elements based on certain conditions. In this post I would like to show you couple…
Leave a Comment1. Login to Microsoft developer console or you can directly go to the console by clicking following link and crate a application with desired name.…
2 CommentsBy default, WordPress show too detailed error messages when someone enters incorrect username or password on the login page. These error messages can be used…
Leave a CommentIn this post, I would like to show you the best way to destroy a model and related models/collections of many-to-many relationship records. What is…
1 CommentIn this tutorial I will show you, how to import Outlook,office 365 and Live contacts to your web project, using a PHP. Microsoft Apps Creation…
12 CommentsArtisan is the command-line interface included with Laravel. It provides a number of helpful commands that can assist you while you build your application. Here…
1 CommentIt’s always better to ask for the confirmation while deleting items with alert prompt. So here I am gonna show you, how to show the…
Leave a CommentRecording the last login information is useful and you can easily save and update the last login time and IP address of the client. You…
6 CommentsSometimes you need to track the IP address of the visitors for different reasons. In this tutorial, I would like to show you, how to…
Leave a CommentIn this post, I would like to show you very simple approach to develop a security layer around Laravel routes with custom Middleware. Laravel Middleware…
Leave a CommentIn this post I would like to show you a simple demo application which is build on top of express js framework, By following this…
Leave a CommentThe exponentiation operator was introduced in ECMAScript 2016, ** is used to denote this operator. It accepts base on its left-hand side and exponent on…
Leave a Comment