Krish’s projects

I design innovative and resilient solutions for the built environment.











Articles





Skills

AI applications

Sustainability

Civil engineering

Digital twins

Specialized software

Coding

Interests

function moveCarousel(carouselId, direction) { const carousel = document.getElementById(carouselId); const inner = carousel.querySelector('.carousel-inner'); const items = inner.querySelectorAll('.carousel-item'); let activeIndex = Array.from(items).findIndex(item => item.classList.contains('active')); items[activeIndex].classList.remove('active'); activeIndex = (activeIndex + direction + items.length) % items.length; items[activeIndex].classList.add('active'); const offset = -activeIndex * 100; inner.style.transform = `translateX(${offset}%)`; }



About

I’m passionate about solving real-world problems by combining my skills in Civil engineering, Tech, and Entrepreneurship. My focus is on creating practical, innovative solutions, especially in the built environment and climate resilience.I enjoy exploring new ideas from different fields and working with others to bring fresh perspectives to the table. I share my insights through a newsletter and short videos on YouTube.If you’d like to connect or brainstorm ideas, feel free to reach out!