{"id":3513,"date":"2025-09-14T20:44:00","date_gmt":"2025-09-14T15:14:00","guid":{"rendered":"http:\/\/yanamtakshashila.com\/?p=3513"},"modified":"2025-09-14T22:01:14","modified_gmt":"2025-09-14T16:31:14","slug":"%e0%b0%af%e0%b0%ae%e0%b1%8d-%e0%b0%b5%e0%b0%bf%e0%b0%b6%e0%b1%8d%e0%b0%b5%e0%b1%87%e0%b0%b6%e0%b1%8d%e0%b0%b5%e0%b0%b0%e0%b0%af%e0%b1%8d%e0%b0%af-1861-1962-m-visweswaraiah","status":"publish","type":"post","link":"https:\/\/yanamtakshashila.com\/?p=3513","title":{"rendered":"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) &#8211; 15th September"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Happy Engineers Day Banner<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .engineers-day-banner {\n            width: 100%;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            padding: 20px 0;\n            position: relative;\n            overflow: hidden;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n        }\n\n        .engineers-day-banner:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.2);\n        }\n\n        .banner-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            text-align: center;\n            position: relative;\n            z-index: 2;\n        }\n\n        .main-title {\n            font-family: 'Arial Black', Arial, sans-serif;\n            font-size: 3.5rem;\n            color: #ffffff;\n            text-shadow: 3px 3px 6px rgba(0,0,0,0.3);\n            margin-bottom: 10px;\n            animation: titleBounce 2s ease-in-out infinite alternate;\n        }\n\n        .subtitle {\n            font-family: Arial, sans-serif;\n            font-size: 1.2rem;\n            color: #f0f8ff;\n            font-weight: 300;\n            opacity: 0.9;\n            animation: subtitleFade 3s ease-in-out infinite;\n        }\n\n        .gear-icon {\n            position: absolute;\n            color: rgba(255,255,255,0.1);\n            font-size: 4rem;\n            animation: rotate 8s linear infinite;\n        }\n\n        .gear-1 {\n            top: 20%;\n            left: 10%;\n            animation-delay: 0s;\n        }\n\n        .gear-2 {\n            top: 60%;\n            right: 15%;\n            animation-delay: 2s;\n        }\n\n        .gear-3 {\n            top: 30%;\n            right: 8%;\n            font-size: 2.5rem;\n            animation-delay: 4s;\n        }\n\n        .sparkle {\n            position: absolute;\n            color: #ffd700;\n            animation: sparkle 2s ease-in-out infinite;\n        }\n\n        .sparkle-1 {\n            top: 25%;\n            left: 20%;\n            animation-delay: 0.5s;\n        }\n\n        .sparkle-2 {\n            top: 70%;\n            left: 80%;\n            animation-delay: 1.5s;\n        }\n\n        .sparkle-3 {\n            top: 40%;\n            left: 90%;\n            animation-delay: 2.5s;\n        }\n\n        @keyframes titleBounce {\n            0% { transform: translateY(0px); }\n            100% { transform: translateY(-10px); }\n        }\n\n        @keyframes subtitleFade {\n            0%, 100% { opacity: 0.7; }\n            50% { opacity: 1; }\n        }\n\n        @keyframes rotate {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        @keyframes sparkle {\n            0%, 100% { \n                opacity: 0; \n                transform: scale(0.5);\n            }\n            50% { \n                opacity: 1; \n                transform: scale(1.2);\n            }\n        }\n\n        \/* Responsive design *\/\n        @media (max-width: 768px) {\n            .main-title {\n                font-size: 2.5rem;\n            }\n            \n            .subtitle {\n                font-size: 1rem;\n            }\n            \n            .gear-icon {\n                font-size: 3rem;\n            }\n            \n            .gear-3 {\n                font-size: 2rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .engineers-day-banner {\n                padding: 15px 10px;\n            }\n            \n            .main-title {\n                font-size: 2rem;\n            }\n            \n            .subtitle {\n                font-size: 0.9rem;\n            }\n        }\n\n        \/* Pulse effect on hover *\/\n        .engineers-day-banner:hover .main-title {\n            animation: titlePulse 0.6s ease-in-out;\n        }\n\n        @keyframes titlePulse {\n            0% { transform: translateY(-10px) scale(1); }\n            50% { transform: translateY(-10px) scale(1.05); }\n            100% { transform: translateY(-10px) scale(1); }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"engineers-day-banner\" onclick=\"window.open('https:\/\/yanamtakshashila.com\/?p=3513', '_blank');\">\n        <!-- Background decorative elements -->\n        <div class=\"gear-icon gear-1\">\u2699<\/div>\n        <div class=\"gear-icon gear-2\">\u2699<\/div>\n        <div class=\"gear-icon gear-3\">\u2699<\/div>\n        \n        <div class=\"sparkle sparkle-1\">\u2728<\/div>\n        <div class=\"sparkle sparkle-2\">\u2728<\/div>\n        <div class=\"sparkle sparkle-3\">\u2728<\/div>\n        \n        <div class=\"banner-content\">\n            <h1 class=\"main-title\">HAPPY ENGINEERS DAY<\/h1>\n            <p class=\"subtitle\">Celebrating Innovation, Building Tomorrow<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Add click tracking and smooth interactions\n        document.querySelector('.engineers-day-banner').addEventListener('click', function() {\n            \/\/ Replace '#' with your actual post URL\n            const postUrl = '\/your-engineers-day-post-url\/'; \/\/ Change this to your actual post URL\n            window.open(postUrl, '_blank');\n        });\n\n        \/\/ Optional: Add some interactive sparkle effects on hover\n        const banner = document.querySelector('.engineers-day-banner');\n        banner.addEventListener('mouseenter', function() {\n            \/\/ Add extra sparkle on hover\n            const sparkles = document.querySelectorAll('.sparkle');\n            sparkles.forEach(sparkle => {\n                sparkle.style.animationDuration = '1s';\n            });\n        });\n\n        banner.addEventListener('mouseleave', function() {\n            \/\/ Reset sparkle animation\n            const sparkles = document.querySelectorAll('.sparkle');\n            sparkles.forEach(sparkle => {\n                sparkle.style.animationDuration = '2s';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<figure class=\"wp-block-image alignfull size-large\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"840\" height=\"517\" data-attachment-id=\"43636\" data-permalink=\"https:\/\/yanamtakshashila.com\/?attachment_id=43636\" data-orig-file=\"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?fit=1230%2C757&amp;ssl=1\" data-orig-size=\"1230,757\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-5\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?fit=840%2C517&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?resize=840%2C517&#038;ssl=1\" alt=\"\" class=\"wp-image-43636\" srcset=\"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?resize=840%2C517&amp;ssl=1 840w, https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?resize=593%2C365&amp;ssl=1 593w, https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?resize=768%2C473&amp;ssl=1 768w, https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?resize=600%2C369&amp;ssl=1 600w, https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5.png?w=1230&amp;ssl=1 1230w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\">Greetings to all hardworking engineers on EngineersDay! Their innovative minds and tireless dedication have been the backbone of our nation&#8217;s progress. From infrastructural marvels to tech breakthroughs, their contributions touch every aspect of our lives. Visvesvaraya is regarded in India as one of the foremost civil engineers whose birthday, 15 September, is celebrated every year as Engineer&#8217;s Day in India.<\/p>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Mokshagundam Visvesvarayya<\/strong>, a prominent engineer of India, was a Telugu. His ancestors belonged to Mokshagundam village in Prakasam district of Andhra Pradesh. Visvesvarayya graduated with a B.A. from Madras University and completed Civil Engineering from Pune Science College.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">He joined the Bombay Public Works Department and later joined the Indian Water Drainage Commission. He designed an excellent water drainage system in the Deccan region. He also designed automatic flood gates for construction of dams. These gates were first installed in 1903 near Khadakwasla, close to Pune. Later, similar gates were also constructed in Krishna Raja Sagar dams located at Gwalior and Mysore.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">He gained great fame and prestige for constructing a water drainage system that protects the city of Hyderabad from floods. He also played a key role in the construction of the Oderu project in Visakhapatnam. After voluntarily retiring in the year 1908, he played a prominent role in establishing the Engineering College in the Mysore State. The British government conferred the title of&nbsp;<strong>Sir<\/strong>&nbsp;upon him. The Government of India honored him with the&nbsp;<strong>Bharat Ratna<\/strong>&nbsp;in 1955.<\/p>\n\n\n\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-9453835310745500\"\n     crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\"\n     style=\"display:block; text-align:center;\"\n     data-ad-layout=\"in-article\"\n     data-ad-format=\"fluid\"\n     data-ad-client=\"ca-pub-9453835310745500\"\n     data-ad-slot=\"3974633865\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n\n\n\n<p class=\"has-text-align-justify\">\u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c4d \u0c26\u0c3f\u0c28\u0c4b\u0c24\u0c4d\u0c38\u0c35\u0c02 \u0c38\u0c02\u0c26\u0c30\u0c4d\u0c2d\u0c02\u0c17\u0c3e \u0c38\u0c2e\u0c38\u0c4d\u0c24 \u0c15\u0c37\u0c4d\u0c1f\u0c2a\u0c21\u0c3f \u0c2a\u0c28\u0c3f\u0c1a\u0c47\u0c38\u0c47 \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c4d\u200c\u0c32\u0c15\u0c41 \u0c2e\u0c28\u0c38\u0c4d\u0c2b\u0c42\u0c30\u0c4d\u0c24\u0c3f \u0c36\u0c41\u0c2d\u0c3e\u0c15\u0c3e\u0c02\u0c15\u0c4d\u0c37\u0c32\u0c41!  \u0c35\u0c3e\u0c30\u0c3f \u0c06\u0c35\u0c3f\u0c37\u0c4d\u0c15\u0c30\u0c23\u0c3e\u0c24\u0c4d\u0c2e\u0c15 \u0c06\u0c32\u0c4b\u0c1a\u0c28\u0c32\u0c41 \u0c2e\u0c30\u0c3f\u0c2f\u0c41 \u0c05\u0c2a\u0c3e\u0c30\u0c2e\u0c48\u0c28 \u0c24\u0c4d\u0c2f\u0c3e\u0c17\u0c02 \u0c2e\u0c28 \u0c26\u0c47\u0c36\u0c02 \u0c05\u0c2d\u0c3f\u0c35\u0c43\u0c26\u0c4d\u0c27\u0c3f\u0c15\u0c3f \u0c38\u0c4d\u0c25\u0c3f\u0c30\u0c2e\u0c48\u0c28 \u0c2a\u0c41\u0c28\u0c3e\u0c26\u0c3f \u0c17\u0c3e \u0c28\u0c3f\u0c32\u0c3f\u0c1a\u0c3f\u0c02\u0c26\u0c3f.  \u0c2d\u0c35\u0c28 \u0c28\u0c3f\u0c30\u0c4d\u0c2e\u0c3e\u0c23\u0c3e\u0c32 \u0c05\u0c26\u0c4d\u0c2d\u0c41\u0c24\u0c3e\u0c32 \u0c28\u0c41\u0c02\u0c21\u0c3f \u0c1f\u0c46\u0c15\u0c4d\u0c28\u0c3e\u0c32\u0c1c\u0c40 \u0c35\u0c3f\u0c2a\u0c4d\u0c32\u0c35\u0c3e\u0c32 \u0c35\u0c30\u0c15\u0c41, \u0c35\u0c3e\u0c30\u0c3f \u0c38\u0c47\u0c35\u0c32\u0c41 \u0c2e\u0c28 \u0c1c\u0c40\u0c35\u0c3f\u0c24\u0c02\u0c32\u0c4b\u0c28\u0c3f \u0c2a\u0c4d\u0c30\u0c24\u0c3f \u0c15\u0c4b\u0c23\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c38\u0c4d\u0c2a\u0c30\u0c4d\u0c36\u0c3f\u0c38\u0c4d\u0c24\u0c41\u0c28\u0c4d\u0c28\u0c3e\u0c2f\u0c3f. \u0c2d\u0c3e\u0c30\u0c24\u0c26\u0c47\u0c36\u0c02\u0c32\u0c4b \u0c2e\u0c4b\u0c15\u0c4d\u0c37\u0c17\u0c41\u0c02\u0c21\u0c02 \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f \u0c17\u0c3e\u0c30\u0c3f\u0c28\u0c3f \u0c2a\u0c4d\u0c30\u0c2e\u0c41\u0c16 \u0c38\u0c3f\u0c35\u0c3f\u0c32\u0c4d \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c4d\u200c\u0c17\u0c3e \u0c38\u0c4d\u0c2e\u0c30\u0c3f\u0c02\u0c1a\u0c41\u0c15\u0c41\u0c02\u0c1f\u0c3e\u0c30\u0c41. \u0c35\u0c3e\u0c30\u0c3f \u0c1c\u0c28\u0c4d\u0c2e\u0c26\u0c3f\u0c28\u0c02 15 \u0c38\u0c46\u0c2a\u0c4d\u0c1f\u0c46\u0c02\u0c2c\u0c30\u0c4d \u0c2a\u0c4d\u0c30\u0c24\u0c3f \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c2e\u0c42 \u0c2d\u0c3e\u0c30\u0c24\u0c26\u0c47\u0c36\u0c02\u0c32\u0c4b&nbsp;<strong>\u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c4d \u0c26\u0c3f\u0c28\u0c4b\u0c24\u0c4d\u0c38\u0c35\u0c02\u0c17\u0c3e<\/strong>&nbsp;\u0c18\u0c28\u0c02\u0c17\u0c3e \u0c1c\u0c30\u0c41\u0c2a\u0c41\u0c15\u0c41\u0c02\u0c1f\u0c3e\u0c30\u0c41.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">\u0c2d\u0c3e\u0c30\u0c24\u0c26\u0c47\u0c36\u0c2a\u0c41 \u0c2a\u0c4d\u0c30\u0c2e\u0c41\u0c16 \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c41 \u0c2e\u0c4b\u0c15\u0c4d\u0c37\u0c17\u0c41\u0c02\u0c21\u0c02 \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f. \u0c35\u0c40\u0c30\u0c41 \u0c24\u0c46\u0c32\u0c41\u0c17\u0c41\u0c35\u0c3e\u0c30\u0c41. \u0c35\u0c40\u0c30\u0c3f \u0c2a\u0c42\u0c30\u0c4d\u0c35\u0c41\u0c32\u0c41 \u0c06\u0c02\u0c27\u0c4d\u0c30\u0c2a\u0c4d\u0c30\u0c26\u0c47\u0c36\u0c4d \u0c32\u0c4b\u0c28\u0c3f \u0c2a\u0c4d\u0c30\u0c15\u0c3e\u0c36\u0c02 \u0c1c\u0c3f\u0c32\u0c4d\u0c32\u0c3e\u0c32\u0c4b\u0c28\u0c3f \u0c2e\u0c4b\u0c15\u0c4d\u0c37\u0c17\u0c41\u0c02\u0c21\u0c02 \u0c17\u0c4d\u0c30\u0c3e\u0c2e\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c1a\u0c46\u0c02\u0c26\u0c3f\u0c28\u0c35\u0c3e\u0c30\u0c41. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f \u0c2e\u0c26\u0c4d\u0c30\u0c3e\u0c38\u0c41 \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c35\u0c3f\u0c26\u0c4d\u0c2f\u0c3e\u0c32\u0c2f\u0c02 \u0c28\u0c41\u0c02\u0c1a\u0c3f \u0c2c\u0c3f.\u0c0e,., \u0c2a\u0c42\u0c23\u0c47 \u0c38\u0c48\u0c28\u0c4d\u0c38\u0c4d \u0c15\u0c3e\u0c32\u0c47\u0c1c\u0c4d \u0c28\u0c41\u0c02\u0c21\u0c3f \u0c38\u0c3f\u0c35\u0c3f\u0c32\u0c4d \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c3f\u0c02\u0c17\u0c4d \u0c32\u0c4b \u0c09\u0c24\u0c4d\u0c24\u0c40\u0c30\u0c4d\u0c23\u0c41\u0c32\u0c2f\u0c4d\u0c2f\u0c3e\u0c30\u0c41.<br>\u0c2c\u0c4a\u0c02\u0c2c\u0c3e\u0c2f\u0c3f \u0c2a\u0c4d\u0c30\u0c1c\u0c3e\u0c2a\u0c28\u0c41\u0c32 \u0c36\u0c3e\u0c16\u0c32\u0c4b \u0c1a\u0c47\u0c30\u0c3f \u0c06 \u0c24\u0c30\u0c41\u0c35\u0c3e\u0c24, \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f \u0c2d\u0c3e\u0c30\u0c24 \u0c28\u0c40\u0c1f\u0c3f \u0c2a\u0c3e\u0c30\u0c41\u0c26\u0c32 \u0c15\u0c2e\u0c40\u0c37\u0c28\u0c4d \u0c32\u0c4b \u0c1a\u0c47\u0c30\u0c3e\u0c30\u0c41. \u0c08\u0c2f\u0c28 \u0c26\u0c15\u0c4d\u0c15\u0c28\u0c4d \u0c2a\u0c4d\u0c30\u0c3e\u0c02\u0c24\u0c02\u0c32\u0c4b \u0c1a\u0c15\u0c4d\u0c15\u0c28\u0c3f \u0c28\u0c40\u0c1f\u0c3f\u0c2a\u0c3e\u0c30\u0c41\u0c26\u0c32 \u0c35\u0c4d\u0c2f\u0c35\u0c38\u0c4d\u0c25\u0c28\u0c41 \u0c30\u0c42\u0c2a\u0c4a\u0c02\u0c26\u0c3f\u0c1a\u0c3e\u0c30\u0c41. \u0c06\u0c28\u0c15\u0c1f\u0c4d\u0c1f\u0c32\u0c32\u0c4b \u0c0f\u0c30\u0c4d\u0c2a\u0c30\u0c1a\u0c1f\u0c3e\u0c28\u0c3f\u0c15\u0c3f \u0c06\u0c1f\u0c4b\u0c2e\u0c47\u0c1f\u0c3f\u0c15\u0c4d \u0c35\u0c30\u0c26 \u0c17\u0c47\u0c1f\u0c4d\u0c32\u0c28\u0c41 \u0c08\u0c2f\u0c28 \u0c30\u0c42\u0c2a\u0c15\u0c32\u0c4d\u0c2a\u0c28 \u0c1a\u0c47\u0c36\u0c3e\u0c30\u0c41. \u0c35\u0c40\u0c1f\u0c3f\u0c28\u0c3f 1903\u0c32\u0c4b \u0c2e\u0c4a\u0c26\u0c1f\u0c3f\u0c38\u0c3e\u0c30\u0c3f\u0c17\u0c3e \u0c2a\u0c42\u0c23\u0c47 \u0c38\u0c2e\u0c40\u0c2a\u0c02\u0c32\u0c4b\u0c28\u0c3f \u0c16\u0c21\u0c15\u0c4d \u0c35\u0c3e\u0c38\u0c4d\u0c32\u0c3e \u0c35\u0c26\u0c4d\u0c26 \u0c0f\u0c30\u0c4d\u0c2a\u0c30\u0c1a\u0c3e\u0c30\u0c41. \u0c06 \u0c24\u0c30\u0c41\u0c35\u0c3e\u0c24 \u0c07\u0c1f\u0c41\u0c35\u0c02\u0c1f\u0c3f \u0c17\u0c47\u0c1f\u0c4d\u0c32\u0c28\u0c47 \u0c17\u0c4d\u0c35\u0c3e\u0c32\u0c3f\u0c2f\u0c30\u0c4d, \u0c2e\u0c48\u0c38\u0c42\u0c30\u0c4d \u0c35\u0c26\u0c4d\u0c26 \u0c17\u0c32 \u0c15\u0c43\u0c37\u0c4d\u0c23\u0c30\u0c3e\u0c1c\u0c38\u0c3e\u0c17\u0c30\u0c4d \u0c06\u0c28\u0c15\u0c1f\u0c4d\u0c1f\u0c32\u0c32\u0c4b \u0c15\u0c42\u0c21\u0c3e \u0c28\u0c3f\u0c30\u0c4d\u0c2e\u0c3f\u0c02\u0c1a\u0c3e\u0c30\u0c41.<\/p>\n\n\n\n<p class=\"has-text-align-justify\">\u0c39\u0c48\u0c26\u0c30\u0c3e\u0c2c\u0c3e\u0c26\u0c4d \u0c28\u0c17\u0c30\u0c3e\u0c28\u0c4d\u0c28\u0c3f \u0c35\u0c30\u0c26\u0c32 \u0c28\u0c41\u0c02\u0c21\u0c3f \u0c30\u0c15\u0c4d\u0c37\u0c3f\u0c02\u0c1a\u0c47 \u0c28\u0c40\u0c1f\u0c3f\u0c2a\u0c3e\u0c30\u0c41\u0c26\u0c32 \u0c35\u0c4d\u0c2f\u0c35\u0c38\u0c4d\u0c25\u0c28\u0c41 \u0c28\u0c3f\u0c30\u0c4d\u0c2e\u0c3f\u0c02\u0c1a\u0c1f\u0c02\u0c24\u0c4b \u0c06\u0c2f\u0c28\u0c15\u0c41 \u0c17\u0c4a\u0c2a\u0c4d\u0c2a \u0c2a\u0c47\u0c30\u0c41 \u0c2a\u0c4d\u0c30\u0c24\u0c3f\u0c37\u0c4d\u0c1f\u0c32\u0c41 \u0c32\u0c2d\u0c3f\u0c02\u0c1a\u0c3e\u0c2f\u0c3f. \u0c35\u0c3f\u0c36\u0c3e\u0c16\u0c2a\u0c1f\u0c4d\u0c28\u0c02\u0c32\u0c4b\u0c28\u0c3f \u0c12\u0c21\u0c30\u0c47\u0c35\u0c41 \u0c28\u0c3f\u0c30\u0c4d\u0c2e\u0c3e\u0c23\u0c02\u0c32\u0c4b \u0c15\u0c42\u0c21\u0c3e \u0c08\u0c2f\u0c28 \u0c2a\u0c3e\u0c24\u0c4d\u0c30 \u0c09\u0c02\u0c26\u0c3f. 1908 \u0c38\u0c02\u0c35\u0c24\u0c4d\u0c38\u0c30\u0c02\u0c32\u0c4b \u0c38\u0c4d\u0c35\u0c1a\u0c4d\u0c1b\u0c02\u0c26 \u0c2a\u0c26\u0c35\u0c40 \u0c35\u0c3f\u0c30\u0c2e\u0c23 \u0c24\u0c30\u0c41\u0c35\u0c3e\u0c24 \u0c08\u0c2f\u0c28 \u0c2e\u0c48\u0c38\u0c42\u0c30\u0c4d \u0c38\u0c02\u0c38\u0c4d\u0c25\u0c3e\u0c28\u0c02\u0c32\u0c4b \u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c3f\u0c02\u0c17\u0c4d \u0c15\u0c3e\u0c32\u0c47\u0c1c\u0c4d \u0c38\u0c4d\u0c25\u0c3e\u0c2a\u0c28\u0c32\u0c4b \u0c35\u0c40\u0c30\u0c41 \u0c2a\u0c4d\u0c30\u0c2e\u0c41\u0c16\u0c2a\u0c3e\u0c24\u0c4d\u0c30 \u0c35\u0c39\u0c3f\u0c02\u0c1a\u0c3e\u0c30\u0c41. \u0c2c\u0c4d\u0c30\u0c3f\u0c1f\u0c40\u0c37\u0c4d \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35\u0c02 \u0c35\u0c40\u0c30\u0c3f\u0c15\u0c3f \u0c38\u0c30\u0c4d \u0c2c\u0c3f\u0c30\u0c41\u0c26\u0c41\u0c28\u0c41 \u0c2a\u0c4d\u0c30\u0c27\u0c3e\u0c28\u0c02 \u0c1a\u0c47\u0c38\u0c3f\u0c02\u0c26\u0c3f. \u0c2d\u0c3e\u0c30\u0c24 \u0c2a\u0c4d\u0c30\u0c2d\u0c41\u0c24\u0c4d\u0c35\u0c02 1955\u0c32\u0c4b \u2018\u2018\u0c2d\u0c3e\u0c30\u0c24\u0c30\u0c24\u0c4d\u0c28\u2019\u2019\u0c24\u0c4b \u0c38\u0c24\u0c4d\u0c15\u0c30\u0c3f\u0c02\u0c1a\u0c3f\u0c02\u0c26\u0c3f.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Happy Engineers Day Banner \u2699 \u2699 \u2699 \u2728 \u2728 \u2728 HAPPY ENGINEERS DAY Celebrating Innovation, Building Tomorrow Greetings to all hardworking engineers on EngineersDay! Their innovative minds and tireless dedication have been the backbone of our nation&#8217;s progress. From infrastructural marvels to tech breakthroughs, their contributions touch every aspect of our lives. Visvesvaraya is regarded [&hellip;]<\/p>\n","protected":false},"author":187055548,"featured_media":50172,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"jetpack_post_was_ever_published":true},"categories":[702388384,711788412],"tags":[711789101,711789102,711789104,711789105,711789103],"class_list":["post-3513","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-702388384","category-days-of-importance","tag-bharat-ratna","tag-engineers-day","tag-indian-engineering","tag-telugu-engineer","tag-visvesvaraya"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) - 15th September - YANAMTAKSHASHILA<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/yanamtakshashila.com\/?p=3513\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) - 15th September - YANAMTAKSHASHILA\" \/>\n<meta property=\"og:description\" content=\"Happy Engineers Day Banner \u2699 \u2699 \u2699 \u2728 \u2728 \u2728 HAPPY ENGINEERS DAY Celebrating Innovation, Building Tomorrow Greetings to all hardworking engineers on EngineersDay! Their innovative minds and tireless dedication have been the backbone of our nation&#8217;s progress. From infrastructural marvels to tech breakthroughs, their contributions touch every aspect of our lives. Visvesvaraya is regarded [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/yanamtakshashila.com\/?p=3513\" \/>\n<meta property=\"og:site_name\" content=\"YANAMTAKSHASHILA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100063680185552\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/profile.php?id=100063680185552\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-14T15:14:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-14T16:31:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5-840x517.png\" \/>\n<meta name=\"author\" content=\"rajuviswa\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rajuviswa\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513\"},\"author\":{\"name\":\"rajuviswa\",\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/#\\\/schema\\\/person\\\/a990a0af264ac2298c19fa61d2bda16e\"},\"headline\":\"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \\\/ M Visweswaraiah (Engineer\u2019s Day) &#8211; 15th September\",\"datePublished\":\"2025-09-14T15:14:00+00:00\",\"dateModified\":\"2025-09-14T16:31:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513\"},\"wordCount\":265,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/#\\\/schema\\\/person\\\/a990a0af264ac2298c19fa61d2bda16e\"},\"image\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1\",\"keywords\":[\"Bharat Ratna\",\"Engineers Day\",\"Indian Engineering\",\"Telugu Engineer\",\"Visvesvaraya\"],\"articleSection\":[\"\u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c4d\u0c32\u0c41\",\"Days of Importance\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513\",\"url\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513\",\"name\":\"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \\\/ M Visweswaraiah (Engineer\u2019s Day) - 15th September - YANAMTAKSHASHILA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1\",\"datePublished\":\"2025-09-14T15:14:00+00:00\",\"dateModified\":\"2025-09-14T16:31:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1\",\"width\":768,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/?p=3513#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/yanamtakshashila.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \\\/ M Visweswaraiah (Engineer&#8217;s Day)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/#website\",\"url\":\"https:\\\/\\\/yanamtakshashila.com\\\/\",\"name\":\"yanamtakshashila.com\",\"description\":\"one stop solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/#\\\/schema\\\/person\\\/a990a0af264ac2298c19fa61d2bda16e\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/yanamtakshashila.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/yanamtakshashila.com\\\/#\\\/schema\\\/person\\\/a990a0af264ac2298c19fa61d2bda16e\",\"name\":\"rajuviswa\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LOGO-PNG.png?fit=3600%2C3600&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LOGO-PNG.png?fit=3600%2C3600&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LOGO-PNG.png?fit=3600%2C3600&ssl=1\",\"width\":3600,\"height\":3600,\"caption\":\"rajuviswa\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/yanamtakshashila.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LOGO-PNG.png?fit=3600%2C3600&ssl=1\"},\"sameAs\":[\"http:\\\/\\\/yanamtakshashila.wordpress.com\",\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100063680185552\",\"https:\\\/\\\/www.instagram.com\\\/rajuviswa\\\/?hl=en\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCjJ2KWWvsFm6F42UtMdbxzw\"],\"url\":\"https:\\\/\\\/yanamtakshashila.com\\\/?author=187055548\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) - 15th September - YANAMTAKSHASHILA","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/yanamtakshashila.com\/?p=3513","og_locale":"en_US","og_type":"article","og_title":"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) - 15th September - YANAMTAKSHASHILA","og_description":"Happy Engineers Day Banner \u2699 \u2699 \u2699 \u2728 \u2728 \u2728 HAPPY ENGINEERS DAY Celebrating Innovation, Building Tomorrow Greetings to all hardworking engineers on EngineersDay! Their innovative minds and tireless dedication have been the backbone of our nation&#8217;s progress. From infrastructural marvels to tech breakthroughs, their contributions touch every aspect of our lives. Visvesvaraya is regarded [&hellip;]","og_url":"https:\/\/yanamtakshashila.com\/?p=3513","og_site_name":"YANAMTAKSHASHILA","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100063680185552","article_author":"https:\/\/www.facebook.com\/profile.php?id=100063680185552","article_published_time":"2025-09-14T15:14:00+00:00","article_modified_time":"2025-09-14T16:31:14+00:00","og_image":[{"url":"https:\/\/yanamtakshashila.com\/wp-content\/uploads\/2023\/09\/image-5-840x517.png","type":"","width":"","height":""}],"author":"rajuviswa","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rajuviswa","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/yanamtakshashila.com\/?p=3513#article","isPartOf":{"@id":"https:\/\/yanamtakshashila.com\/?p=3513"},"author":{"name":"rajuviswa","@id":"https:\/\/yanamtakshashila.com\/#\/schema\/person\/a990a0af264ac2298c19fa61d2bda16e"},"headline":"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) &#8211; 15th September","datePublished":"2025-09-14T15:14:00+00:00","dateModified":"2025-09-14T16:31:14+00:00","mainEntityOfPage":{"@id":"https:\/\/yanamtakshashila.com\/?p=3513"},"wordCount":265,"commentCount":0,"publisher":{"@id":"https:\/\/yanamtakshashila.com\/#\/schema\/person\/a990a0af264ac2298c19fa61d2bda16e"},"image":{"@id":"https:\/\/yanamtakshashila.com\/?p=3513#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2020\/06\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1","keywords":["Bharat Ratna","Engineers Day","Indian Engineering","Telugu Engineer","Visvesvaraya"],"articleSection":["\u0c07\u0c02\u0c1c\u0c28\u0c40\u0c30\u0c4d\u0c32\u0c41","Days of Importance"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/yanamtakshashila.com\/?p=3513#respond"]}]},{"@type":"WebPage","@id":"https:\/\/yanamtakshashila.com\/?p=3513","url":"https:\/\/yanamtakshashila.com\/?p=3513","name":"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer\u2019s Day) - 15th September - YANAMTAKSHASHILA","isPartOf":{"@id":"https:\/\/yanamtakshashila.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/yanamtakshashila.com\/?p=3513#primaryimage"},"image":{"@id":"https:\/\/yanamtakshashila.com\/?p=3513#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2020\/06\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1","datePublished":"2025-09-14T15:14:00+00:00","dateModified":"2025-09-14T16:31:14+00:00","breadcrumb":{"@id":"https:\/\/yanamtakshashila.com\/?p=3513#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/yanamtakshashila.com\/?p=3513"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/yanamtakshashila.com\/?p=3513#primaryimage","url":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2020\/06\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1","contentUrl":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2020\/06\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1","width":768,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/yanamtakshashila.com\/?p=3513#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/yanamtakshashila.com\/"},{"@type":"ListItem","position":2,"name":"\u0c2f\u0c2e\u0c4d. \u0c35\u0c3f\u0c36\u0c4d\u0c35\u0c47\u0c36\u0c4d\u0c35\u0c30\u0c2f\u0c4d\u0c2f (1861-1962) \/ M Visweswaraiah (Engineer&#8217;s Day)"}]},{"@type":"WebSite","@id":"https:\/\/yanamtakshashila.com\/#website","url":"https:\/\/yanamtakshashila.com\/","name":"yanamtakshashila.com","description":"one stop solutions","publisher":{"@id":"https:\/\/yanamtakshashila.com\/#\/schema\/person\/a990a0af264ac2298c19fa61d2bda16e"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yanamtakshashila.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/yanamtakshashila.com\/#\/schema\/person\/a990a0af264ac2298c19fa61d2bda16e","name":"rajuviswa","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2024\/12\/LOGO-PNG.png?fit=3600%2C3600&ssl=1","url":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2024\/12\/LOGO-PNG.png?fit=3600%2C3600&ssl=1","contentUrl":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2024\/12\/LOGO-PNG.png?fit=3600%2C3600&ssl=1","width":3600,"height":3600,"caption":"rajuviswa"},"logo":{"@id":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2024\/12\/LOGO-PNG.png?fit=3600%2C3600&ssl=1"},"sameAs":["http:\/\/yanamtakshashila.wordpress.com","https:\/\/www.facebook.com\/profile.php?id=100063680185552","https:\/\/www.instagram.com\/rajuviswa\/?hl=en","https:\/\/www.youtube.com\/channel\/UCjJ2KWWvsFm6F42UtMdbxzw"],"url":"https:\/\/yanamtakshashila.com\/?author=187055548"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/yanamtakshashila.com\/wp-content\/uploads\/2020\/06\/WhatsApp-Image-2024-09-15-at-9.21.44-AM.jpeg?fit=768%2C768&ssl=1","jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pc3kmt-UF","_links":{"self":[{"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/posts\/3513","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/users\/187055548"}],"replies":[{"embeddable":true,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3513"}],"version-history":[{"count":20,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/posts\/3513\/revisions"}],"predecessor-version":[{"id":61107,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/posts\/3513\/revisions\/61107"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=\/wp\/v2\/media\/50172"}],"wp:attachment":[{"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3513"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3513"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yanamtakshashila.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3513"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}