V2 Stored procedures usage
Stored procedure (SP) – is a set of instructions stored in the database and available for applications. It can consolidate the logic of data validatio...
Stored procedure (SP) – is a set of instructions stored in the database and available for applications. It can consolidate the logic of data validatio...
In most cases mobile databases won’t store millions of rows. That is usually used for caching backend responses. So, developers usually don’t care abo...
There are many ways to handle errors in Swift written applications, though sometimes errors of several various types may occur therein. The easiest w...
How we solve the problem of displaying content that takes more than 32k pixels vertically.
These two terms are very close to each other in the product design sphere. They have ties in methods and the same intention to make users happy during...
In one of our projects, we faced a problem of slow web application loading. This problem appeared at a specific time of the day that was directly rela...