current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- The Missing Handbook for Django Senior Developers
- In the ever-evolving world of web development, staying ahead of the curve is crucial. For Django developers looking to elevate their skills to the next level, a new resource has emerged that promises to be an indispensable guide: "The Missing Ha
- Python Tutorial . django 776 2024-09-07 14:33:55
-
- Top Reasons Why Python Remains the Top Programming Language
- Python has been dominating the programming world for many years and it doesn't seem to be losing its reign anytime soon. As an easy-to-learn and versatile language, Python continues to attract developers from various backgrounds and industries. If yo
- Python Tutorial . django 1265 2024-09-07 14:31:06
-
- Debug Mode: Django Docker Pycharm
- Getting your local setup to debug the code you're writing properly takes more time than any dev would like to admit. And let's not forget this is mostly a one-and-done setup, so if we don't write it down, we won't remember. This post is here to solve
- Python Tutorial . django 1197 2024-09-07 14:02:02
-
- Django Redirects App Tutorial
- URL redirects are a fundamental part of maintaining a production website. There are many reasons why you might want to redirect a user from one part of your website to another, but doing so correctly is important for a positive user experience and to
- Python Tutorial . django 1105 2024-09-06 06:02:07
-
- Why Years of Experience Made Me Choose Full Stack Over MEAN Stack
- Having worked with both Full Stack and MEAN Stack development over 6 years, I can tell you that while both are popular and effective approaches, they serve different needs and have their own strengths and weaknesses. Both stacks can help you create w
- JS Tutorial . django 1028 2024-09-05 14:30:32
-
- Why I Ditched Python Flask for Django: The Web Framework Showdown
- When you’re getting started with Python web development, you’re likely to come across Django and Python Flask as two of the top choices. Both frameworks have their merits, but in my experience, Django often ends up being the better option.
- Python Tutorial . django 552 2024-09-04 20:31:11
-
- Unlocking Django: Insights on ORM, Development, and Community Innovations
- Newsletter: Latest Updates on Django Introduction Django, a high-level Python web framework, continues to be a popular choice for web development due to its robust features and ease of use. Here are some recent insights and discussio
- Python Tutorial . django 1207 2024-09-04 06:49:11
-
- Leveraging Django .nd PostgreSQL for an Efficient Geo-Targeted Rating API
- Last week, I had a chance to dive into a case study that involved developing an HTTP-based REST API. This API's core functionality was to calculate the average rating between designated geographical locations. The locations encompassed regions, ports
- Python Tutorial . django 489 2024-09-04 06:33:32
-
- Key Topics While Learning Django
- 1. Django Fundamentals Project Structure: Understanding the basic structure of a Django project (e.g., settings.py, urls.py, wsgi.py). Apps: Understanding how Django apps work within a project and how to create and manage them. URLs and Rou
- Python Tutorial . django 1135 2024-09-03 15:21:02
-
- Open source development
- Early Fall in Canada: A Journey Through Code and Knowledge ? Introduction Hello, everyone! I'm Nonthachai Plodthong, a software developer and a senior student currently completing my studies. As we transition into the crisp, colorful
- JS Tutorial . django 372 2024-09-03 15:12:28
-
- Introduction to Python :)
- History Python, created by Guido van Rossum, was first released in 1991. It was designed to prioritize code readability and simplicity, making it highly productive for developers. The name "Python" was inspired by the BBC television show
- Python Tutorial . django 469 2024-09-03 14:46:35
-
- Django Request Life Cycle Explained
- In the world of web development, understanding the request life cycle is crucial for optimizing performance, debugging issues, and building robust applications. In Django, a popular Python web framework, the request life cycle is a well-defined seque
- Python Tutorial . django 1059 2024-09-03 11:04:01
-
- Docker Python Django initial configuration setup
- Docker WorkFlow 1. Ensure Your Dockerfile is Correct Make sure your Dockerfile is ready and located in your project's root directory. Based on the previous discussion, your Dockerfile might look like this: FROM python:3.11 ENV PYTHONDO
- JS Tutorial . django 1009 2024-09-01 21:09:38
-
- Tutorial: Integrate Passkeys into Django (Python)
- Introduction In this guide, we'll walk you through the steps to integrate passkey authentication into a Python Django web application. We'll be utilizing Corbado's passkey-first UI component, which seamlessly connects to a passkey backend (incl
- Python Tutorial . django 518 2024-08-31 06:04:02
-
- Running a Cron Job in Django Using Celery and Docker
- Introduction to Cron Jobs A cron job is a scheduled task that runs automatically at specified intervals. These tasks are useful for automating repetitive operations like sending out reminder emails, generating reports, or cleaning up databases.
- Python Tutorial . django 418 2024-08-31 06:01:37