if y’all have any suggestions or can point me in t...
# server
p
if y’all have any suggestions or can point me in the right direction, I’d really appreciate it!
j
I really like the Clean Architecture approach:
p
🙏🏾 thanks!
j
You're welcome... good luck, and happy coding 🙂
m
If you need a book on software systems architecture this is the most known one: https://www.amazon.it/Software-Architecture-Practice-Len-Bass/dp/0321815734/ref=sr_1_1?__mk_it_IT=%C3%85M%C3%85%C5%BD%C3%95%C3%91&dchild=1&keywords=software+architecture&qid=1592565135&sr=8-1 About patterns, of course your team already knows “Design Patterns…” (1994) from the gang of four, and can find many quick refreshers online (for example https://sourcemaking.com/design_patterns), there’s even a repository with kotlin-specific examples: https://github.com/dbacinski/Design-Patterns-In-Kotlin If you need to design micro services, check this out: https://microservices.io/index.html contains a lot of guides and patterns on the subject
j
There is a design patterns book in Kotlin, which is excellent. It covers all the GoF patterns but with emphasis on how to use Kotlin language features to quickly bang them out.
p
thank you both!
👍 1