InimistTech Blogs

Web & Mobile App Tech Weblog

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

Author: Arvind Kumar

Hello Friends, I’m Arvind Kumar, founder of Inimist Technologies, Inimist Academy, The Fundabook and many more. I am a Full Stack Web Developer and Programmer by heart, and a Hindi/English blogger by chance. I build Web and Mobile Application around React, VueJS, NodeJS and PHP frameworks. Have a project in mind? Get in touch

Export and Import Mongodb commands

Arvind KumarMongodbLeave a Comment on Export and Import Mongodb commands

To restore earlier database mongorestore -d dbname -c users C:/mypath/to/old/dbname To export a collection mongoexport –db envyd –collection categories –out users_remote.json To import a collection mongoimport –db envyd –collection posts –file posts.json To Update Single or Multiple records Update single…

Read More→

Bharat Matrimony Affiliate Program – Total Waste!

Arvind KumarMiscelleneousLeave a Comment on Bharat Matrimony Affiliate Program – Total Waste!
Bharat Matrimony Affiliate Program

Like many bloggers I was looking to earn money online through affiliate marketing. Unfortunately I included Bharat Matrimony Affiliate Program as one of the affiliate partner. But eventually I was proved wrong. Why?

Export, Import MySQL db between different servers through Linux command line

Arvind KumarLinux, MySQLLeave a Comment on Export, Import MySQL db between different servers through Linux command line
mysql-logo

You should have Database name, Database Username, Database Password and command line access to your server Export database to local file system, for example /var/www/html

How to create and configure your machine to use ssh key pair

Arvind KumarLinux, Miscelleneous, WindowsLeave a Comment on How to create and configure your machine to use ssh key pair

SSH keys are used to secure your server from unwanted login attempts or even successful intrusions. SSH key pair is like a currency note split into two pieces and each one given to two parties which plan to communicate and…

Read More→

ReactJS check radio/checkbox buttons and scrolling of wrapper div to top – fixed

Arvind KumarReactLeave a Comment on ReactJS check radio/checkbox buttons and scrolling of wrapper div to top – fixed

Issue: There is a long list of categories to select from. Since the list was long and it could not fit within the wrapper div the maximum height of the wrapper div had to be set and make the wrapper…

Read More→

How to prevent parent’s onclick event from firing when a child tag is clicked with jquery?

Arvind KumarJavascript, jQuery2 Comments on How to prevent parent’s onclick event from firing when a child tag is clicked with jquery?

Generally, Javascript events bubble (listen) to the highest point in the DOM to which a click event had been attached. So even if you don’t have any other explicitly click-able elements in the div, every child element of the div…

Read More→

How to get records filtered by a condition of another table field through join in Mongodb

Arvind KumarMongodbLeave a Comment on How to get records filtered by a condition of another table field through join in Mongodb

I have two tables, posts and categories. In posts table there is a field categoryId. I want that only those posts are shown category of which is in enabled state, i.e. for which categories.enabled = true.

How to specify a port other than 3000 to run a create-react-app based app?

Arvind KumarReactLeave a Comment on How to specify a port other than 3000 to run a create-react-app based app?
React

This post will show you how to specify a port other than 3000 for an app based on create-react-app. This solution is valid if your app is based on create-react-app.

MYSQL – Useful commands you must know – Part-1

Arvind KumarMySQLLeave a Comment on MYSQL – Useful commands you must know – Part-1

To know the current MYSQL version: SELECT version(); To format and formulate a float value: FORMAT(SUM(amount) * 0.6, 2) The above line sums up entire amount value, cut it down to 60% of total value and returns value precised up…

Read More→

Setting up folder permissions for WordPress on Amazon EC2 (Amazon Linux)

Arvind KumarLinuxLeave a Comment on Setting up folder permissions for WordPress on Amazon EC2 (Amazon Linux)

Are you facing file uploading errors or not able to install plugins or upload files through ftp to your EC2 installation of WordPress? Possibly folder permissions?? Read on.

Posts navigation

Previous 1 … 11 12 13 … 43 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Using Context API to create text alert or notification at the top of a page
  • Convert image file to text using Google Drive
  • Using @ alias in React for cleaner React and TypeScript imports from various paths
  • Deploying Next.js Application with Nginx on Ubuntu – 2025
  • PHP Magic Methods

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