Como Conseguir uma Vaga de Desenvolvedor em 2025
Um olhar honesto sobre como realmente se consegue um emprego como desenvolvedor no Brasil em 2025.
I'm João Cardoso, a frontend developer and entrepreneur based in Brazil. Currently working as a technical leader at Tucupy Tecnologia, coordinating web and mobile development. I specialize in building user-friendly interfaces with modern frontend technologies, particularly React. My focus is on delivering high-quality products while mentoring and growing development teams.
Um olhar honesto sobre como realmente se consegue um emprego como desenvolvedor no Brasil em 2025.
A rant about how Object-Oriented Programming has led us astray with its promises of clean abstractions and reusable code, while actually making our software more complex and harder to maintain. We'll look at why those textbook examples never match reality, and why you probably don't need another class hierarchy.
A critical analysis of how Clean Code principles, while well-intentioned, can sometimes lead to over-engineered and harder to maintain codebases in modern software development.
React Hook Form is a popular library for building forms in React. It provides a simple and efficient way to handle form state and validation. Zod, on the other hand, is a TypeScript-first schema validation library. Combining these two libraries can provide a seamless experience for validating form data.