@SpringBootApplication
class TechLeadApplication {
fun main(args: Array<String>)
}
data class Developer(
val name: String = "Taylson",
val role: String = "Software Engineer"
)
// Clean Architecture ♥
// SOLID Principles
@Service @Transactional
interface MicroservicePort
suspend fun buildAsync() =
coroutineScope { }
@RestController
@RequestMapping("/api")
Taylson Martinez
👨‍💻

Hey, I'm Taylson Martinez 👋

Software Engineer and Tech Lead focused on Kotlin, Java, and Spring Boot, with focus on microservices architecture and scalable systems. Passionate about code quality, best practices, and knowledge sharing.

10 articles and counting...

⭐ Featured Articles

📝 Recent Articles

View All →

Let's Connect! 🤝

I write about System Design, Software Architecture, and Engineering best practices. Follow along on my journey!