"Storybook tricks you into writing tests and documentation" love it 😆. Definitely check this podcast out if you want to learn more about storybook.
@ReactPodcast@tmeasday Thanks for recording this!
https://t.co/gNkCI09qL6
If you can't answer this #SwiftLang question, it might be time to brush up on your Swift Memory knowledge!
Every year I have a back-to-school special for my Visual Swift Memory Mastery course.
Get 75% off for one week only: https://t.co/ZcbORGNmuZ
(Expires Sunday, Sept 6th)
These three components form the JavaScript runtime in the browser and give you an API to interact with the JavaScript engine...
#DEVCommunity https://t.co/DUde2ZZ0S2
I've been recently doing some work inside React Native C++ core and... well, I wish I had seen @kudochien talk before! Great explanation of that abstraction! 🎉
-
#ReactNativeEU#ReactNativeEUVirtualEdition
-> visit https://t.co/ArPUSSlOJT and tune in!
@elPixelPerdido @SergioPereaDev @jcesarperez Agile Principles, Patterns, and Practices in C# - 2006
Clean Code - 2008
Clean Coder - 2011
Clean Architecture - 2017
Clean Agile - 2020
He leído las cuatro antes de Clean Agile. Todos son buenos!
Why it’s important to use architecture patterns in software
What Clean Architecture is
What SOLID principles of development are
When to use Clean Architecture and SOLID principles
How to implement Clean Architecture on Android
https://t.co/yCQUoPsPkj
I've just updated the last bits of the Android Clean Architecture Template I've developed. As easy as selecting the project setup that's more convenient for you and save some valuable time. Enjoy🏄♂️
#android#kotlin#cleanArchitecture
https://t.co/KCFai6rido
I have been working on a template for clean arch with MVVM in android using hilt. It is great for learning and setting up a project fast with simple modification. Check it out and let me know how to improve it with a PR.
#AndroidDev
https://t.co/8fUVFAIlOy
A clean software architecture should have an expressive top level design.
Tips for creating a clean top level design:
- use feature based folder structure
- focus on the use-cases
- use functional names
- apply patterns of Domain Driven Design
- apply onion architecture