sahilrajput.com

Sahil Rajput

A crazy spirit
Exercise Routines, Tummo Breathing, Music & Visuals,
Vocab Doc (web), Lifestyle
Blog Recommendations

🥕🍎 In command ts-node-dev --transpile-only tg.ts what does the flag do --transpile-only? (ChatGPT)

The --transpile-only flag in the ts-node-dev command tells TypeScript Node (ts-node) to skip type checking when running the TypeScript code. Normally, TypeScript checks the types as it compiles the code, which can slow down the process.

When using --transpile-only, TypeScript only transpiles the code (i.e., converts TypeScript to JavaScript) without performing any type checks. This can make the development process faster, especially in situations where you rely on external tools (like an IDE or a separate build step) to handle type checking.


ॐ सर्वे भवन्तु सुखिनः			Om Sarve Bhavantu Sukhinah)			- Om, May All be Happy,
सर्वे सन्तु निरामयाः । 			Sarve Santu Niraamayaah) 			- May All be Free from Illness.
सर्वे भद्राणि पश्यन्तु 			Sarve Bhadraanni Pashyantu)			- May All See what is Auspicious,
मा कश्चिद्दुःखभाग्भवेत् । 		Maa Kashcid-Duhkha-Bhaag-Bhavet)		- May no one Suffer.
ॐ शान्तिः शान्तिः शान्तिः ॥ 		Om Shaantih Shaantih Shaantih)			- Om Peace, Peace, Peace.
echo Hello world! > /dev/null
cat /dev/null
!!(() => {})
SLICE Array Method
==================
// Note:
// 1. slice() method returns shallow copied array.
// 2. first argument is inclusive and second argument is **non-inclusive**
const newArray = myArray.slice(startIdx, endIdx + 1);

SORTING Array Method
=======
myNumbers.sort(); // sorts in ascending order (default)
myNumbers.sort((a, b) => a - b); // sorts in ascending order
myNumbers.sort((a, b) => b - a); // sorts in descending order

Online Markets I use:

Superscript Numbers: ⁰¹²³⁴⁵⁶⁷⁸⁹

Unit Conversions

Length
======
1 m ≈ 3.3 ft (precisely 3.28084)
1 m ≈ 39.4 inch (precisely 39.3701)
1 km ≈ 0.62 miles (precisely 0.621371)
1 mile ≈ 1.61 km (precisely 1.60934)

10^⁶ = 1 Million = 10 Lakh
10^⁹ = 1 Billion = 100 Crore
10^¹² = 1 Trillion = 100k Crore  =  100 Thousand Crore  =  1 Lakh Crore

Mass
====
1 kg ≈ 2.2 lbs (pounds)
1 lbs ≈ 0.45 kg

Currency
========
$ to ₹ Conversion factor: 83 ₹/$
₹ to $ Conversion factor: 0.012 $/₹

$ 1 Million  = ₹ 8.3 Crore
$ 1 Billion  = ₹ 8.3k Crore
$ 1 Trillion = ₹ 83 Lakh Crore = ₹ 8300k Crore

Conversion Trick For $ and ₹
============================
1. To convert $ to ₹ we can multiply the value with 10 and 8 in sequence. (Refer ^1 at bottom)
2. To convert ₹ to $ we can divide the value with 10 and 8 in sequence (Refer ^1 at bottom)

References
==========
^1: 10 and 8.3 are multiplicative factors of 83 because 10 x 8.3 equals 83.

What is Selling?

Source: Click here

PEU:

YouTube Audio Library

  1. Note: This feature is about using youtube’s official collection music audios made by different authors for purpose of background audio.
  2. Note: For multi-language audio feature check it on your tech journal or check this official youtube help page.

Sahil: Most of these tracks have license like “… standalone distribution of these files is not permitted).” as you can check by clicking on License Type icon corresponding to each audio clip.

Royal Society Prizes for Science Books

Breath by James Nestor is the finalist for the year 2021.

Click here

Breathing Videos by James Nestor

❤️ Breathing Videos: Click here

❤️ Interesting Page of James Nestor - Wikipedia: Click here

Document Order & Titles Notice for Google Docs

Website: sahilrajput.com
Github: github.com/sahilrajput03/sahilrajput03
Play Store: Tech Blog by Sahil Rajput

Superprof .co.in: Click here

Indiamart .com: Click here

🙂 English & Hindi Typing Courses

Note: Mangal is part of the Unicode standard, which means it supports a wide range of Devanagari characters and is more compatible with modern software and devices.

❤️ Note: Learn Typing on Mobile: Click here)

Proxy Sites of Torrent Sites

Source: Click here (earlier sitenable.com)

Tech Journal & Blogging: Click here | Old feed

General Blogging: Click here

English Channels in India

Source: List of English-language television channels in India | Wikipedia: Click here

Trademarks: OneUniverse, Same Roof

Sahil’s Vocabulary 🚶: Click here | Doc

Transcribe, Convert

❤️ 🫁 Reset Immune System - Wim Hof Method & Breathwork (Doc)

Note: Wim Hof Breathing or Breathe With Sandy are modern versions of Tummo Breathing.

Practices

*bc = breath cycle

Why Wim Hoff breathing?

It’s gonna boost both your immune system and calmness in a compound effect each day throughout life.

Business Apps

Depressions & Mental Health Support

Be Productive with videos 📽️ 🎬

Original & Curated Articles

Continents

Source: Continent - Wikipedia: Click here

Quick Links:

More:

References:

Made using Jekyll Template - abhinavs/moonwalk