क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

पुस्तक समीक्षा – खुद से झूठ बोलना सबसे बड़ा धोखा: कड़वी सच्चाई से भागना नहीं, स्वीकार करना, खुद से सामना करना सिखाती है यह पुस्तक

On: मई 7, 2026 4:30 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

किताब का नाम: ‘अपने आप से झूठ मत बोलो’ (101 कड़वे सत्य, जो आपकी ज़िंदगी बदलने में मदद करेंगे) (‘स्टॉप लाइंग टू योरसेल्फ: 101 हार्ड ट्रूथ्स टू हेल्प यू चेंज योर लाइफ’ का हि जीवन कभी कभी इतना भारी लगता है कि दूर-दूर तक बदलाव की कोई उम्मीद नजर नहीं आती हम अपने आप से कहते हैं, “मैं ठीक हूँ”, लेकिन हमारे अंदर एक संघर्ष चल रहा है। रिश्तों में गलत व्यवहार को बर्दाश्त करना, दोस्तों की गलतियों को नजरअंदाज करना, या खुद को बदनाम करना कम आंकना, ये सब छोटे-छोटे झूठ हैं जो हमें बांधे रखते हैं. लेकिन अगर हम सच्चाई को स्वीकार करते हैं तो बदलाव की शुरुआत हो सकती है. ब्रिटिश लेखक और वक्ता साइमन गिलहम की किताब “Don’t Lie to Yourself” हमें सिखाती है कि कठोर सत्य को अपनाने से ही वास्तविक विकास, प्रामाणिकता और पूर्णता की प्राप्ति हो सकती है। ईओ हैं, जिनके पास 25 से अधिक वर्षों का कॉर्पोरेट अनुभव है। 2020 की महामारी ने उन्हें झकझोर दिया। उन्होंने महसूस किया कि बाहरी सफलता के बावजूद भीतरी जीवन दग्गी खोखली थी। इसने उन्हें एक इंस्टाग्राम हैंडल शुरू करने के लिए प्रेरित किया, जहां उन्होंने कड़वी सच्चाई, ईमानदारी और व्यक्तिगत विकास पर वीडियो साझा किए। इमान कहते हैं, “झूठ बोलना आसान है, लेकिन सच बोलना ही असली आज़ादी देता है?

Join WhatsApp

Join Now

Join Telegram

Join Now

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });