The Glue of the Internet: What is Node-RED?
Have you ever wanted to prototype a RESTful API, integrate Internet services or IoT devices in a few minutes without having to learn how to use several APIs and libraries? Here you go.
Insights sobre o ecossistema de design e desenvolvimento de apps.
Have you ever wanted to prototype a RESTful API, integrate Internet services or IoT devices in a few minutes without having to learn how to use several APIs and libraries? Here you go.
Starting as an Android developer and later working with iOS as well, I had contact with several different projects’ architectures – some good and some bad.
I was happily using the MVP architecture for Android until I met – and worked eight months with – the VIPER architecture in an iOS project. When I came back to Android, I decided to adapt and implement VIPER on it, despite some other devs suggesting it wouldn’t make sense to use an iOS architecture on Android. Given the fundamental difference between Android and iOS’ frameworks, I had some questions about how useful would VIPER be for Android. Would it be doable and worth the effort? Let’s start with the basics.