current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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 670 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 1116 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 875 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 381 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 1217 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 655 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 454 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 1191 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 1113 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 604 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 1041 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 816 2024-09-25 20:28:22
-
- Deploy django to production
- I recently deployed my very own django application to production. The website is called videiro.com and was developed in django + HTML/CSS/JS + Tailwind. Setup I am using a debian 12 server which will expose my application via cloudflare
- Python Tutorial . django 1208 2024-09-25 06:15:37
-
- Unlocking Django: Your Comprehensive Guide to Building Web Applications
- Django Web Framework: A Comprehensive Guide What is Django? Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. It is known for its "batteries included" approach, prov
- Python Tutorial . django 450 2024-09-24 18:15:32
-
- What is Screaming Architecture?
- Screaming Architecture is a concept introduced by renowned software developer and thought leader Robert C. Martin, often referred to as "Uncle Bob." The term may sound unconventional, but it represents a powerful principle in software desig
- JS Tutorial . django 1632 2024-09-23 22:31:34