Software Engineer with 5 years of experience in applied AI, full-stack development, and building scalable web and mobile applications. Skilled in modern front-end frameworks like React and Next.js, back-end technologies such as Node.js and Python, and integrating AI models to create intelligent tools. Currently working at Buildship, focused on developing AI-powered no-code workflows and innovative solutions. Passionate about building user-friendly apps that solve real problems while continuously learning and growing as a developer.
Hi there 👋 I am
Jeevan Kumar
// find the code of this portfolio at
const githubLink = `github.com/g1mishra/nextfolio`
export default function Portfolio() {
const [active, setActive] = useState(false);
return (
<div className="portfolio">
<h1>Welcome to my work</h1>
<button onClick={() => setActive(!active)}>
Explore Projects
</button>
</div>
);
}const keySkills = [
const featuredProject = {
name: "ByteEat",
description: "ByteEat is an innovative startup revolutionizing the restaurant industry by offering digital menu solutions and QR-based ordering systems. It enhances the dining experience for customers and streamlines operations for restaurant owners.",
const latestPosts = [
{
title: "How to Add AdMob Ads to Your Expo React Native App",
excerpt: "Step-by-step guide to implementing Google AdMob ads in Expo React Native apps with rewarded ads, ban..."
},
// read full post →{
title: "A Complete Guide to Building Streamlit Data Web Apps with Code Examples",
excerpt: "Learn how to build interactive data dashboards using Streamlit with step-by-step code examples...."
}