Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

Unlocking Your True Self: How Your Brain Shapes Your Mind, Thoughts, and Personality

Have you ever noticed how you act differently in different situations? At work, you might be confident and logical. With friends, you’re relaxed and fun. At home, you could be a caring parent or a supportive partner. This happens because your brain doesn’t create just one personality—it creates many. Each one is triggered based on …

Unlocking Your True Self: How Your Brain Shapes Your Mind, Thoughts, and Personality Read More »

Chanting Aum (Om)

Read and understand the process outlined below before you start watching the video or chanting Aum. Welcome to a transformative journey of peace, mindfulness, and healing through the sacred sound of Aum (Om), chanted 108 times. Whether you want to enhance your meditation practice, discover inner peace, or just unwind, this article and video are …

Chanting Aum (Om) Read More »

Hindi Prayer to connect to your Soul

[English Version] [Marathi Version] परमात्मा एक असीम प्रकाश का स्रोत हैं, जिसका न कोई आरंभ है और न ही कोई अंत। सब कुछ परमात्मा से उत्पन्न होता है और अंततः उसमें विलीन हो जाता है। सब कुछ परमात्मा का ही है। यह अवतार इस शरीर-मन-बुद्घी में स्थित आत्मा से अनुरोध करता हे कि वह स्वयं …

Hindi Prayer to connect to your Soul Read More »

Marathi Prayer to connect to your Soul

[Hindi Version] [English Version] परमात्मा असीमित प्रकाशाचा स्रोत आहे, ज्याचा ना आरंभ आहे ना अंत. सर्वकाही परमात्म्यापासून उत्पन्न होते आणि सर्वकाही परमात्म्यात विलीन होते. सर्वकाही परमात्म्याचेच आहे. हा अवतार या देह-मन-बुद्धी संकुलात वसलेल्या आत्म्याला विनंती करतो की त्यांनी स्वतःला या देह-मन-बुद्धीपुरते मर्यादित न ठेवता, ते असीम आहे हे जाणावे. अज्ञानातून उठून, मायाच्या भ्रमाचा नाश करावा. …

Marathi Prayer to connect to your Soul Read More »

How JS Files and CSS Files are loaded in WordPress

In examples shown below only js files are considered but concepts (along with hook names) remain same for stylesheets too. FRONTEND: Scripts and Styles should be enqueued using wp_enqueue_script() & wp_enqueue_style() functions. You can call those functions anywhere you want but ideally they should be called on wp_enqueue_scripts hook. function myslug_enqueue_style() { wp_enqueue_style( 'some-css',<url-of-css-file>, false …

How JS Files and CSS Files are loaded in WordPress Read More »

How To Add ESLint and Prettier to the Project

Install eslint and install-peerdeps globally. If it throws any permission error, then prepend sudo to below command. npm install -g eslint install-peerdeps cd into project’s directory and run eslint –init. This will generate eslint config for project. (Choose airbnb style guide during configuration) Install eslint-config-auto package npm install eslint-config-auto –save-dev Replace extends key in .eslintrc …

How To Add ESLint and Prettier to the Project Read More »