reactandspring.hashnode.devWhat is a Backend of Frontend and why is it popular ?In the Backends for Frontends (BFF) pattern, a dedicated backend service is allocated for each distinct frontend or client type. This strategic approach enables the optimization of the backend to align precisely with the unique requirements and user ...Jan 15, 2024·2 min read
reactandspring.hashnode.devKotlin, Spring Boot and ValidationsSpring boot is an excellent choice for backends and with Kotlin it is even better. However, if you are running to validation issues with Kotlin, remember there is a simple issue with Kotlin Annotations. class User(@NotNull user:String); @Controller ...Jan 9, 2024·1 min read