Software Engineer with 5 years of experience in applied AI, full-stack development, and building scalable web and mobile applications. Expert 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. Led frontend teams, implemented enterprise solutions, and optimized application performance through efficient state management. Passionate about building user-friendly apps that solve real problems while continuously learning and growing as a developer.

Hi there 👋 I am

Vikas Thakur

Portfolio.tsx
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>
  );
}
TypeScriptUTF-8
5+ years coding

const keySkills = [

'Next.js','React','TypeScript','Node.js','Python','FastAPI','GraphQL','LLM','RAG','Applied AI','Tailwind CSS'
];
// view all skills →

const featuredProject = {

name: "Sumtracker",

description: "Enterprise inventory management system with advanced features like purchase orders, stock-by-location, and real-time data visualization using AG-Grid Enterprise. Implemented custom CI/CD pipeline with GitLab, S3, and CloudFront.",

};

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...."

}

];