@TMate
All you can Git
Nothing here yet.
Nothing here yet.
Embedded development, just like any other, often depends on shared code components such as libraries for specific hardware. However, there's no de-facto industry standard for managing modular projects in this area. We are going to describe one of th...

Imagine that you are developing a taxi service like Uber, with two separate apps (one for passengers, another for drivers). However, they are might be using the same shared libraries (e.g. for network protocols or UI animation), and both teams need a...

How to build a multi-component app in Gradle without uploading each component to Maven each time it's updated. Developing an application and a few libraries in parallel could be quite painful. On one hand, it makes sense to create a separate Git repo...
