React Native Multiple Release Variants
By default, React Native gives you a debug variant and a release variant. In debug mode, the app connects to a running packager service, and enables various ...
By default, React Native gives you a debug variant and a release variant. In debug mode, the app connects to a running packager service, and enables various ...
Buddy Build is a great tool for getting your app out to physical devices, whether that is during development, or in production. Their tool is fairly agnostic...
A tiger team is a diversified group of experts brought together for a single project, need, or event. They are usually assigned to investigate, solve, bui...
Teams are also cross-functional; Team members must have all of the skills necessary to create an increment of work. - Scrum Guide
PyGithub is the most popular GitHub API SDK for Python. Their documentation is very light on examples. They seem to think this is fine. Prime candidate for t...
Coming off some annual management training, I realize that I need to write some of these learnings down, in order to actually internalize them. This is mostl...
One example of when you might need to store application version numbers in your database is when you’re tracking which users have which versions of a mobile ...
One of the key innovations of Agile is that estimates should NOT be in hours, but in points. But it doesn’t just intuitively make sense. As a result, many te...
Words matter. When we use the term “product”, what do we mean? Are we talking about the same thing? In the context of tech startups, we often mean product wi...
Software is typically more complicated under the hood than it looks on the surface. A good product presents a simple and consistent user interface. Ideally, ...