medamine 👋
@medamin_
Fullstack developer sharing stories about 🟥Best Practices 🟧Tutorials 🟨Productivity
ID: 1479218576062132225
06-01-2022 22:29:36
443 Tweet
212 Followers
253 Following
In #Java Spring Framework you can autowire a List of beans implementing a certain interface like this. No need to manuall specifying fields and adding them into the List in @PostConstruct method.
79 Resources to read to improve your system design: High Scalability highscalability.com System Design Newsletter newsletter.systemdesign.one/?r=gjveo System Design Primer github.com/donnemartin/sy… System Design Course github.com/karanpratapsin… Engineering at Meta engineering.fb.com AWS
🚀 Spring Boot tip: Easily convert Spring Boot property values between the different formats (.properties, .yaml, env variables) via this website: env.simplestep.ca (Thanks to Simon Martinelli for the tip)