InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Category: Miscelleneous

Making new object property reactive in Vue.js

Arvind KumarMiscelleneous, VuejsLeave a Comment on Making new object property reactive in Vue.js
vue

The link given below shows us the example of using mutations and actions and Vuex store https://www.telerik.com/blogs/so-what-actually-is-vue-set for simpler examples if you are not sure what they are. Problem: We have a “databases” array which is updated via mutation and…

Read More→

How to prevent hotlinking on Nginx and Apache

Arvind KumarMiscelleneous, WordPressLeave a Comment on How to prevent hotlinking on Nginx and Apache

Hotlinking is bad – It could be quite annoying and concerning when someone copies full link to a media source such as an image or video on your website and uses that link to embed an image or video on…

Read More→

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, 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→

Fixing “SSL operation failed” email issue in cakephp 3.8

Arvind KumarMiscelleneousLeave a Comment on Fixing “SSL operation failed” email issue in cakephp 3.8

Sending emails from a CakePHP application is simply a piece of cake. Here is the basics according to Cakephp documentation. Here is the basic configuration in config/app.php 'EmailTransport' => [ 'default' => [ 'className' => 'Smtp', 'host' => 'smtp.xxxxx.com', 'port'…

Read More→

How to create a “toggle switch” (on/off button) with CSS and html

Arvind KumarHTML and CSS, MiscelleneousLeave a Comment on How to create a “toggle switch” (on/off button) with CSS and html

The following example demonstrates creating a simple toggle switch using plain html and css.

Linux commands to list folders with their corresponding sizes

Arvind KumarMiscelleneousLeave a Comment on Linux commands to list folders with their corresponding sizes

Simple du command lists all folders with their corresponding size of disk plus to start with. DU – Disk Usage

Posts navigation

Previous 1 … 5 6 7 … 9 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • The Role of $wpdb for Custom Queries in WordPress
  • React Context API vs. Redux: Which One Should You Use?
  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide

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
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram