2025 has begun. In recent years, rather than focusing on blogging or updating social media, I have been dedicating myself to my work and absorbing new informati...
Django includes an admin panel as a standard feature, which allows for tasks such as updating table data. In Django, after defining a table, you can register da...
In programming, arithmetic operations are one of the basic process. Numerical calculations are performed in various cases, such as calculating amounts or the nu...
I’d like to write about the steps to set up a development environment using Docker, with Django as the Python framework and Postgres as the database. Create a D...