DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Author: Amoljit Kaur

How to run URL from cronjob at specific time in Linux

January 10, 2020 Amoljit KaurMiscelleneousLeave 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→

Get Started with Vi Editor

January 6, 2020February 19, 2020 Amoljit KaurLinux/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→

LocalStorage in JavaScript

January 3, 2020January 16, 2020 Amoljit KaurJavascript, 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→

Everything you need to know about CakePHP Migrations

November 19, 2019November 19, 2019 Amoljit KaurCakePHPLeave a Comment on Everything you need to know about CakePHP Migrations

Migrations is a powerful feature in CakePHP. It gives you a tool to create or import database structure and data through command line interface. CakePHP Migrations is installed by default when you install CakePHP.

Be careful while using Containable behavior with deep associations in CAKEPHP 2

September 26, 2019September 26, 2019 Amoljit KaurCakePHPLeave a Comment on Be careful while using Containable behavior with deep associations in CAKEPHP 2

Containable behavior is used to get selected associated records in CAKEPHP 2. It helps to speed up process of retrieving records by fetching associated data at the same time. But for deep associations from level 2 (equal to recursive =2)…

Read More→

Recent Posts

  • ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
  • Searching array elements with regex in Mongodb collection
  • Transfer files via ssh from your server to Dropbox
  • Making new object property reactive in Vue.js
  • Introduction To Flexbox
Copyright © All rights reserved.
Blog Kit by WP Charms