DevArticles.In

Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

Month: January 2020

Simplest way to create and include a helper functions file in Laravel 6/7/8/9

Arvind KumarLaravelLeave a Comment on Simplest way to create and include a helper functions file in Laravel 6/7/8/9

Helper functions are time saving tools in any application. Laravel comes with many built-in useful PHP functions which may include Array & Objects functions, String functions, URL functions and many more. Please see the complete list before you decide to…

Read More→

Useful functions in Laravel and its Usage explained

Arvind KumarLaravelLeave a Comment on Useful functions in Laravel and its Usage explained

There are many useful “helper” PHP functions in Laravel. According to documentation, “Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient.”

How to run URL from cronjob at specific time in Linux

Arvind KumarMiscelleneousLeave a Comment on How to run URL from cronjob at specific time in Linux

Cron allows Linux users to run commands or scripts at a given date and time. Here I’m going to explain how to setup cron job in Linux in which you want to run URL at specific date-time. Each user has…

Read More→

Traversing through Elements using jQuery

Arvind KumarHTML and CSS, jQuery, MiscelleneousLeave a Comment on Traversing through Elements using jQuery
traversing

jQuery is a very powerful tool that provides various traversing methods to select the element randomly and sequentially. With jQuery selecting and finding an element becomes very easy. But at times, we may wish to improve the selection and when…

Read More→

Get Started with Vi Editor

Arvind KumarLinux/Unix, MiscelleneousLeave a Comment on Get Started with Vi Editor

Vi editor is a command line text editor. It’s a single window with text input and output only. It is the most popular and classic text editor in the Linux and it is available in all Linux Distributions. There are…

Read More→

Creating Custom Shortcode in WordPress

Arvind KumarHTML and CSS, Miscelleneous, PHP, WordPressLeave a Comment on Creating Custom Shortcode in WordPress
wordpress logo

With a lot of customization with the theme WordPress also provide us to create our own Custom Shortcode. Basically, shortcodes are the small piece of code which let user to add dynamic content in WordPress posts, pages or sidebar widgets.…

Read More→

LocalStorage in JavaScript

Arvind KumarJavascript, jQuery, Miscelleneous, ReactLeave a Comment on LocalStorage in JavaScript
LocalStorage

LocalStorage is a type of web storage that allows JavaScript websites and apps to store and access data right in the browser with no expiration date. This means the data stored in the browser will persist even after the browser…

Read More→

  • Useful Linux Commands
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • How to Remove Appends Attributes from Laravel Eloquent Model
  • How TO – Remove a Property from an Object in JavaScript
  • Array Destructuring With or Without List Function in PHP
  • Git Cannot open .git/FETCH_HEAD: Permission denied Solution
  • How to Check Laravel Version using CLI and File System

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms