
Development


Product owner talks: Opening an API
The process of mobile and web application development becomes more fluent with every passing year. The most significant changes and the most exciting solutions were brought by big companies that opened their API for external public access. For example, if we want users to have the possibility to buy goods in our application, we don’t need to develop our own payment and card processing …
The Ultimate Guide to In-App Purchase in iOS Application Development: Part 1
Mobile app development for business usually aims to create one more channel to serve clients and sell products and services, both physical and digital. To put it short, businesses earn money via mobile apps. Though monetization models may differ, when companies want to sell content within their apps, they will face the need to implement in-app purchases. Today, nearly every app offers products or …Development
2019/10/16

Cross-platform Mobile Development Overview, Flutter Vs React Native Development Comparison and Performance Checks
In the left corner is React Native from Facebook, on the right is Google’s Flutter. What stands behind these two popular frameworks? Why are they popular? Which one is more effective? How can Flutter be better than one of the already well-established technologies such as React Native? Let’s check a short frameworks overview: Dashdevs team keep up on technology trends and constantly improve our …
Step by Step Unit Testing in.NET: Tools
The necessity of unit testing ceased to be the subject of discussion lately: the real-life practice has proved, that unit tests are essential for a stable product. But speaking about the necessity of writing unit tests, authors often forget to explain how to do this. At the same time, many developers don’t give pride of place to unit tests as a part of their job. The common approach is when …development
2019/07/14

Writing Testable Code
Every developer knows that the testable code can make life easier. There are a lot of books and articles written about unit-testing. Particular attention is paid to Test-driven development (TDD) as the best process for the development of hi-tech products. In my working routine, I face tons of problems with untestable code. It may happen even in those projects for which 100 percent test coverage is …Development
2019/04/17