English | Português |
const WhoAmI = {
user: "Renato Pardini",
role: "Full Stack Developer",
current_company: "Tecban",
location: "São Paulo - SP",
current_focus: "Building a SaaS for barbershops",
tech_stack: [
"HTML", "CSS", "JavaScript", "TypeScript",
"Node.js", "React", "Next.js", "Nest.js",
"PHP", "Laravel", "Python", "Tailwind",
"Chakra UI", "Material UI", "ShadCN UI",
"MySQL", "PostgreSQL", "Docker", "Jest",
"Vitest", "Cypress", "And more..."
],
soft_skills: [
"Proactive",
"Owner's view",
"Problem hunter",
"Problem solving",
"Team collaboration",
"Project leadership"
],
hobbies: ["Watching series", "Learning about programming", "Exploring entrepreneurship"],
achievements: [
"I have built countless systems for the most diverse segments in my 10+ year career",
"SaaS architecture optimized for reusability and scalability"
],
open_to: [
"Collaborating on innovative web projects",
"Building scalable solutions for SaaS platforms",
"Drink a coffee"
],
contact: {
// Feel free to reach with me on GitHub, LinkedIn or Instagram!
linkedin: "https://linkedin.com/in/renatopardini",
instagram: "https://instagram.com/pardini.renato",
site: "https://renatopardini.com.br"
}
}
function Ambitions() {
LaunchSaaS("Barbershops");
BuildNextProject();
LearnAndGrow();
}