Progosling
From Small Developer to Big Company
Transformation from a small developer to a Big Company! Creating and managing my own projects, which I write about in my blog.Create projects. From idea to implementation, from implementation to promotion.
To support me, subscribe to my social networks.
You can participate in the creation of projects. Write to me about yourself.
- Idea search
- Development
- Promotion
Blog
Here are articles on development using React for web, Android, iOS, and more.
Solving Pagination Issues in GraphQL Using Relay-Style in Apollo Client
GraphQL is a powerful tool with many benefits. However, like any tool, it has its weaknesses, and one of them is pagination. It doesn't always work well out of the box, requiring custom cache merge functions and manual updates after mutations. In this article, we will explore relay-style pagination using the example of chat messages.
How to Create a TCP Server in Node.js
In this article, we will look at how to create a simple TCP server in Node.js. TCP (Transmission Control Protocol) is one of the primary protocols that ensures reliable data delivery between a client and a server.
More 10 articles in the blog
Go to blog