Articles related to the following tags: Backend. Page 2
A type of post that combines the most interesting and design-independent posts of a variety of formats. Which includes reviews, tutorials and more. They were linked and grouped under the following tags: Backend. Page 2
Fast implementation of a RESTful API for a Django website
24.02.2025
08.04.2026
1225
1
0
0
0
Implementing a REST API for a Django website in short, clear steps with minimal code required. Also included is a demonstration of backend interaction via the client side of the …
Full localization for a Django website
06.02.2025
07.04.2026
5038
0
0
0
0
I'll show you how to completely make localization a Django website, describe the full process: setting up, extracting, collecting, and compiling translations. Covering all three translation scenarios, including files such …
Why and how to solve server response delay, err_http2_ping_failed error, my investigation and solution
29.09.2024
11.03.2026
5656
0
0
0
0
In this article, I will describe in detail how I solved the problem of server response delays (err_http2_ping_failed) to client requests. I will describe the operation of the ERR_HTTP2_PING_FAILED error …
Improved the paginator and added a tag system to the site
22.09.2024
11.03.2026
633
0
0
0
0
SEO recommendations from Google were used to improve the paginator and infinite scroll using replace and push states for the URL. A tag system was also developed for the site. …