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:
-
- Authentication and Authorization - the correct way!
- Imagine you’re building a web or mobile app that needs to verify users — maybe for a social media platform, an e-commerce site, or even just a simple dashboard. At some point, you’ll ask yourself, “How do I keep my users logged in securely?” That’s
- Python Tutorial . django 880 2024-10-09 06:14:29
-
- Understanding Django ORM
- What is ORM? Object-relational mapping(ORM) is a feature in Django that allows us to interact with databases using Python code without writing SQL queries. The ORM translates CRUD operations into SQL under the hood, enabling easy creation, retr
- Python Tutorial . django 555 2024-10-08 20:11:02
-
- Introduction to Python as a Data Analytics Tool
- As I delved into my week two learning at Lux Tech Academy, we were introduced to Python as a beginner language. Here is an overview of an introduction to Python as a data analytics tool. I've gone through numerous videos of data analysts and most of
- Python Tutorial . django 1027 2024-10-08 06:16:02
-
- Building an Interactive Mad Libs Game in Python: A Beginners Guide
- Have you ever found yourself giggling uncontrollably while filling in random words to create a hilariously absurd story? If so, you've likely experienced the joy of Mad Libs, a classic word game that has been entertaining people of all ages since the
- Python Tutorial . django 620 2024-10-06 18:15:03
-
- Building a Bot Platform with Django: Step-by-Step Guide to Creating Bot Platform With Django
- ? Hey Devs! I’m excited to share something I’ve been working on for a while — my new ebook titled "Building a Bot Platform with Django." If you’ve ever wanted to create your own bot platform where users can make bots for Telegram and Whats
- Python Tutorial . django 1071 2024-10-06 12:09:03
-
- Building a Secure Anonymous Feedback System with Django, Twilio, and Pinata
- In this guide, I will walk you through building a Secure Anonymous Feedback System using Django, Twilio for SMS notifications, Pinata for secure media uploads, and TailwindCSS for responsive styling. By the end of this tutorial, you will have a fully
- Python Tutorial . django 810 2024-10-06 06:13:30
-
- Ways to resolve CORS issues
- To resolve CORS issues, you need to add the appropriate headers either in the web server (like Apache or Nginx), in the backend (like Django, Go, or Node.js), or in the frontend frameworks (like React or Next.js). Below are the steps for each platfor
- JS Tutorial . django 328 2024-10-01 06:18:29
-
- Why I always assign intermediate values to local variables instead of passing them directly to function calls
- Instead of def do_something(a, b, c): return res_fn( fn(a, b), fn(b), c ) I do: def do_something(a, b, c): inter_1 = fn(a, b) inter_2 = fn(b) result = res_fn(inter_1, inter_2, c) return result
- Python Tutorial . django 1173 2024-09-27 06:22:29
-
- Django developer for hire
- Hi Guys, I'm Nicholas a software developer with 3 years of experience in building robust web applications, leveraging Python, JavaScript and Ruby to provide business solutions using up-to-date industry technologies such as Django, Nodejs, Nextjs, Rea
- Python Tutorial . django 617 2024-09-26 22:12:29
-
- hings you need to know before hiring a Node.js developer
- Are you planning to hire a Node.js developer for your business app? Before we see what qualities the developer should possess, let’s try to figure out that what actually Node.JS is all about. Implementing Node.js solution in enterprise allows develo
- JS Tutorial . django 423 2024-09-26 18:19:30
-
- The python decimal module
- Programming languages have various data types to handle numerical information. The integer (int), real (float) type and python supports others such as fractions and complexes. Today, however, I want to talk about the decimal type. The float or of c
- Python Tutorial . django 1148 2024-09-26 07:25:02
-
- VSCode extensions are not removed from file system even after uninstalling, I created a solution !
- So this is a problem with vscode based editors. Even after you uninstall a extension, it will stay in file system and overtime clog your system. I created a simple solution. Running this python script will delete extensions which are not installed on
- Python Tutorial . django 1056 2024-09-26 07:03:22
-
- django-components v Templating is now on par with Vue or React
- Hey, I'm Juro, I'm one of the maintainers of django-components. In releases v0.90-0.94 we've added features that make using components in templates much more flexible, similar to JSX / Vue. (This info is already a bit dated (released a month ago; la
- Python Tutorial . django 553 2024-09-26 06:58:22
-
- Building a Scalable Django Application with Gunicorn and Nginx
- Scaling your web app is essential for success. Django is great, but Gunicorn and Nginx are needed for true scalability. This post shows you how to build a scalable Django app with Gunicorn and Nginx. This post follows in "Kali Linux". You c
- Python Tutorial . django 997 2024-09-26 06:40:03
-
- What is a Web App? And Why Does it Matter?
- Hello! Let's dive into the world of web apps. Defining a Web App A web app is typically browser-based. Key characteristics include: Platform independence (no reliance on specific operating systems) Runs on any device, including mobile I
- JS Tutorial . django 760 2024-09-25 20:28:22