• support[@]kurinchilion.com
  • +1 (888) 666-4252

Blog

How to write a simple calculator plugin in WordPress?

Oct 17, 2023 - by kurinchilamp // 329 Views
In this short tutorial, we will learn to how to create a simple WordPress plugin step by step and to have the plugin activated from the WordPress dashboard. Important names are highlighted to help ease the tutorial navigation. (more…)
Continue Reading

Random UUID values not getting generated with uuidv4 npm module

Jun 15, 2023 - by kurinchilamp /Javascript/ 288 Views
Install the below npm modules $ yarn add uuid react-natie-get-random-values Add in these below imports to your code import { v4 as uuid } from 'uuid'; import 'react-native-get-random-values'; Print the uuid value now console.log(uuid())
Continue Reading

[eslint] Delete `CR` [prettier/prettier]

May 15, 2023 - by kurinchilamp /Javascript/ 317 Views
Edit .eslintrc.json file from the root of the project and in the endOfLine preference setting to the exports. module.exports = { arrowParens: 'avoid', bracketSameLine: true, bracketSpacing: false, singleQuote: true, trailingComma: 'all', "endOfLine": 'auto', }; Close visual code and open it again for the changes to be applied. You will no longer see the warning message again.
Continue Reading

Adding fontawesome, material icons on React Native 0.69+

Apr 15, 2023 - by kurinchilamp /Javascript/ 285 Views
In earlier days before React Native v0.69, react link was used to link assets in the application. As react link is now deprecated, the suggested way to integrated assets is to edit android/app/build.gradle ( NOT android/build.gradle ) and add the following: apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" For more information, read https://www.npmjs.com/package/react-native-vector-icons
Continue Reading

Ruby: rbenv global not changing the ruby version

Feb 01, 2022 - by kurinchilamp /Ruby/ 482 Views
When you plan to run multiple versions of ruby, rbenv comes in handy. Some of the commands that comes in handy when you work with rbenv are listed below # To install rbenv (mac) $ brew install rbenv (more…)
Continue Reading

ImportError: No module named pip’ right after installing pip?

Jul 09, 2021 - by kurinchilamp // 342 Views
ImportError: No module named pip' right after installing pip? $ python --version Go to the folder where you have installed python and the change to "Scripts" directory > easy_install.exe pip This should do the trick of setting up pip in your windows machine in case if pip is corrupted.
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.