Software Engineer Portrait
STATUS: ONLINE
LAT: -23.5505
LNG: -46.6333
BUILD: v2.0.1
>_System.init()

Software Engineer

Specialized in Next.js & React Ecosystems

Building robust Full-Stack solutions for Real Estate & Social Fitness markets.

git commit -m "freelance_open"

Start Collaboration

// Software Profile

Freelance Software Engineer with expertise in frontend architecture and full-stack development. Specialized in solving complex UI challenges like Arc Galleriesand integrating React frontends with robust Java/Spring Boot backends. I apply physics-based animations and mathematical precision to create interfaces that are both beautiful and performant.

Status
Available for Hire
Location
Remote / Brazil
Timezone
UTC-3

SELECTED

WORKS

</>UI ENGINEERING

Component Architecture

Beyond standard pages, I engineer complex, reusable React components. Example: ArcGalleryHero, a geometric image gallery with advanced circular distribution algorithms.

  • TypeScript Strict Mode
  • Atomic Design Principles
  • Performance Optimized

import { useState, useEffect } from 'react';

import { motion } from 'framer-motion';

const ArcGallery = ({ images }) => {

// Physics-based positioning

const radius = 300;

const angle = 360 / images.length;

return (

<motion.div

className="transform-3d"

animate={{rotate: 360}}

>

{images.map((img, i) => (

<Card

key={i}

rotate={i * angle}

radius={radius}

/>

))}

</motion.div>

);

}

Technical Capabilities

01
⚛️

Frontend Development

Pixel-perfect implementation using Next.js, React, and Tailwind CSS. Responsive, accessible, and blazing fast.

02
🔌

Backend Integration

Experience consuming complex RESTful APIs. Seamless integration with Java/Spring Boot architectures.

03
📊

SaaS & Dashboards

Building administrative panels, CRMs, and data-heavy interfaces with intuitive UX.

04
🚀

Deployment & DevOps

Git workflow mastery. CI/CD pipelines setup and Vercel optimization for production.

05

Performance Tuning

Optimizing Core Web Vitals, reducing bundle sizes, implementing advanced lazy loading.

06
🎨

Creative Engineering

Solving non-standard UI challenges with custom logic, physics-based animations, and interactive elements.

Let's build something great

Currently open for freelance projects and new opportunities. Whether you need a landing page, a full SaaS MVP, or help engineering complex components.

© 2025 Engineered with Next.js, TypeScript & Physicsv2.0.1