Articles related to the following tags: Backend. Page 1
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 1
In english/
Articles/
Page 1, Backend,
A tutorial and case study on how to use affiliate programs on a website
22.09.2025
01.10.2025
237
0
0
0
0
Here you'll learn how affiliate programs work, how to choose them, where to place them, and how much you can earn using my website as an example. It includes statistics, …
Tutorial about how to add Django sitemap to website
17.04.2025
01.10.2025
816
0
0
0
0
In this article, I will describe the simplest and most understandable way to add a sitemap to a Django site via generator. Here you will find three different types of …
How to make 404 and 500 error pages in Django
12.04.2025
01.10.2025
962
0
0
0
0
In this article, I will describe how to make custom errors pages such as 404 and 500. I will show two main ways to do this and how you can …
How to make simple paginator in Django and HTMx. Adding fitering and sorting feature. pr. 2
08.04.2025
01.10.2025
404
0
0
0
0
In this article I will describe the process and main code blocks to add sorting and filtering feature to a paginator. This paginator is written in Django using HTMx.