Progosling blog.
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.
More Stories
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.
Component for Automatically Scaling Image Height in React Native Based on Its Width
In React Native, when you need to create a layout for different mobile devices, you usually use relative units to set the width of images. However, the height is not calculated automatically, which can lead to layout issues.
Is it Worth Learning Programming in 2024-2025?
Will you be able to find a job, will the profession be in demand in the future, and what is the real likelihood that all developers will switch to other fields?
Level Up Your Knowledge About JavaScript Strings with This Article!
A short article about how strings work in JavaScript. It covers string immutability, comparison mechanisms, and memory allocation optimization for strings.
How I Made a Visual Novel for Android in 2 Days Using React Native
Over the weekend, I decided to embark on a new project and bring my idea of a mobile game to life. What's particularly interesting is that I chose a visual novel as the game genre. In this article, I will share my experience of creating the game over two days, and also discuss how ChatGPT and Civitai helped me with the script and artwork for the game.
Free Ways to Attract Unique Visitors to Your Site: First Results Report
Statistics on the results of the first 30 days. Initial successes in using free methods to attract unique visitors to the site. Results and conclusions for further website development.
Creating a Tennis Game with React + CSS keyframes
The story of creating a game for the "Winter React Jam" competition. The game uses only ReactJS and CSS animations. All animations are made using keyframes. No requestAnimationFrame with changing positions for each frame and no HTML canvas. Only moving html divs.
How I created my first Android game on ReactNative
I wrote my first mobile game in React Native. It all started when I found free image assets for my game. They inspired me to create the game.
Creating a Blog Using Next.js and GitHub Pages: Steps for Beginner Developers
Sharing my experience in creating a blog using Next.js and hosting it on GitHub Pages. This step-by-step guide is designed for beginners in development who want to create their blog with minimal effort.