What is unit testing in mobile development?
Every mobile team, regardless of size, needs to invest time and resources into a robust set of testing practices. In this article, we'll present a quick-start guide to unit testing.
Every mobile team, regardless of size, needs to invest time and resources into a robust set of testing practices. In this article, we'll present a quick-start guide to unit testing.
Runtime errors occur when a program is being executed and, in the case of compiled languages, after the program has been successfully compiled. Runtime errors are, therefore, harder to detect and prevent than compile-time errors . This allows for a certain category of errors to be captured and dealt with before the program effectively starts.
The NegativeArraySizeException is a runtime exception in Java that occurs when an application attempts to create an array with a negative size. Since the NegativeArraySizeException is an unchecked exception, it does not need to be declared in the throws clause of a method or constructor.
Learn how data integration is the key to a mature analytics practice and more
In Part 1 of this blog series, I broke down the “two generals problem” and shared how it affects IT leaders today. In this post, I will share the details of a specific battle from more modern history that exemplifies this concept.
API-first companies rely on a broad suite of services to build their APIs and generate value for their customers. Multiple teams may develop APIs using different technologies. Through processes and tools, you want those APIs to be consistent with your API consumers (whether internal or external). One tool companies employ to bring multiple APIs together is an API gateway.
In the latest instalment of our interviews speaking to leaders throughout the world of tech, we’ve welcomed Semih Cantürk. Semih is a Machine Learning Engineer at Zetane Systems and an MSc & incoming PhD student at the University of Montréal and MILA Institute. At Zetane, he’s responsible for the development and integration of explainable AI algorithms in addition to leading various project work.