Usually piece of data in SQL is represented as a row in a table. But often it's convenient to...
A few years ago, I wrote an article titled Strategy pattern in Symfony. It was good for its time and...
Previously, we considered a common real-life case where, to maintain referential integrity, we might...
Here could be extensive AI-generated introduction about Database referential integrity, but not...
Few sprints ago I had an interesting task. I should get from database a tree structure and render it...
In general, we use the Strategy Pattern when we can do something in several ways depending on some...
Imagine you have a simple component Post which just renders a post page. export const Post = ():...
In additional to query status useQuery has so called fetchStatus and isFetching flag. It causes very...
In the world of React.js useQuery is well-known fetching tool with great documentation. However,...
Sometimes, novice developers struggle with basic logic expressions, especially De Morgan's laws. To...
It's amazing, but developers are different! And I don’t mean different programming languages or...