Passionate about technology, I turn ideas into code that connects people and solves problems. 🚀
As a fullstack developer, I specialize in Node.js, React.js,Next.js and TypeScript, building robust applications and stunning interfaces.
Expertise in databases like MongoDB, PostgreSQL, and MySQL, always aiming for efficiency and scalability.
An Information Systems undergraduate at Tocantins State University, I’m always ready to innovate and deliver impactful solutions.
Fullstack Web Developer at JoaoIto, an online service automation and management platform for businesses. 🚀
// src/profile/JoaoVictor.tsx
import { NextPage } from 'next';
import { BookSports, DevWorks } from '@/ventures';
interface TechStack {
core: ["TypeScript", "Node.js", "React.js", "Next.js"];
backend: ["Nest.js", "Java", "Spring Boot", "Python"];
cloud_ai: ["AWS Lambda", "OpenAI", "Whisper", "n8n", "Notebook"];
}
export const MyProfile: NextPage = () => {
return (
<div className="developer-profile">
<Header
name="João Victor Póvoa França"
role="FullStack Tech Lead & Partner"
/>
<Ventures>
<BookSports
category="Smart Sports App Company ⚽"
role="Partner & Lead Dev"
stack={['Next.js', 'Nest.js', 'AI Agents', 'SaaS']}
/>
<DevWorks
category="Intelligent Scale Systems 🚀"
description="Building high-performance software & content."
role="Founder"
/>
</Ventures>
<CodeIdentity
mainStack={["TypeScript", "Node.js", "React", "NestJS"]}
database={["MongoDB", "PostgreSQL", "Prisma ORM", "MySQL"]}
architecture={["Microservices", "Serverless", "Restful", "Event-Driven"]}
/>
</div>
);
};