João Esperancinhajesperancinha.hashnode.dev·Jan 9, 2025Kotlin and the removal of the Builder Pattern from public lifeI discovered code changes on the internet that were related to the typical Javax validations that soon will become Jakarta validations. In these code changes, I did notice that many people were fixing issues by changing validation annotations from, a...builder pattern
Shivam Thakreinfosphere.hashnode.dev·Jun 20, 2024How Sachin Dev Duggal and Builder.ai revolutionized the tech industry - The Inspirational JourneySachin Dev Duggal, the Brit entrepreneur, embarked on his entrepreneurial journey with a clear vision to simplify and democratize the process of software development. He founded Builder .ai to make custom-made software solutions available to business...sachin dev duggal
Shivam Thakreinfosphere.hashnode.dev·May 30, 2024Software Development with AI-powered assistant Natasha by Sachin Dev Duggal's Builder.aiIn this rapidly changing technological world, Sachin Dev Duggal is at the vanguard of a transformation that has revolutionized software development, as he can create anything with Builder. ai. His unwavering commitment to making technological innovat...sachin dev duggal
Better Dev XPbetterdevxp.hashnode.dev·Dec 13, 2023Understanding Creational Design Patterns in JavaCreational design patterns focus on object creation mechanisms, abstracting the instantiation process, and making the system independent of how its objects are composed, represented, and varied. In Java, these patterns play a crucial role in promotin...Java