Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Dec 18, 2024What is WSGI? Why is this needed for running apps in production?This blog is written by Jeremy Rivera at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. What is WSGI? As a web developer doing much more work with Python, I’ve recently found deployment trick...wsgi
Dhairya Patelblog.dhairyapatel.in·Dec 14, 2024Deploying a Django WebSocket Application with Uvicorn, Nginx, and PostgreSQLIn this comprehensive guide, we'll walk through the process of deploying a Django application that uses WebSockets. We'll set up a production-ready environment using Uvicorn as the ASGI server, Nginx as a reverse proxy, and PostgreSQL as the database...1 like·39 readsDeploymentDjango
Soyuliasoyulia.hashnode.dev·Nov 19, 2024[백엔드] Nginx - Gunicorn - Flask연결GCP에서 Nginx - Gunicorn -Flask를 연결하는 것이 목표이다! 유저이름@인스턴스 이름 :~$ sudo apt update 패키지 업데이트 위한 작업 유저이름@인스턴스 이름 :~$gsutil -m cp -r gs://버킷이름 /복사할 경로 버킷 내용을 인스턴스에 복사한다. 유저이름@인스턴스 이름:~/버킷$ll 명령어로 버킷에 있는 파일 혹은 폴더를 조회할 수 있다. 유저이름@인스턴스 이름 :~$ sudo apt ...nginx
Sundar Adhikarisundar365.com.np·Oct 3, 2024How To Set Up Secure Django with Postgres, Nginx, and Gunicorn on UbuntuIntroduction Django is a robust web framework designed to help you rapidly build Python applications or websites. While Django provides a simplified local development server, you’ll need a more secure and scalable server setup for production environm...68 readsDjango
Dayeonyeonnan.hashnode.dev·Sep 3, 2024nginx - gunicorn - djangoDjango Django는 runserver 명령어로 로컬에서 서버를 실행할 수 있지만, 이는 개발환경에서만 사용 Django는 자체적으로 웹서버 역할을 하지 않기 때문에, 배포할 때는 Gunicorn 같은웹 애플리케이션 서버가 필요하다. Gunicorn Gunicorn은 Django 애플리케이션을 실행하는 서버 사용자가 웹 사이트에 요청을 보내면 Gunicorn은 이를 받아 Django와 소통하여 요청을 처리 Gunicorn은 Django와 ...38 readsDeploymentDjango
Artur Stępniaktltales.com·Mar 20, 2024FeaturedHazards of backend async-ronization in PythonAsynchronous code is great if you want to get the most out of your backend system that also sends requests to external systems or does other I/O operations. Refactoring synchronous backend code to get those benefits is not that great, or at least not...46 likes·379 readsPython
Blain Muemablainmuema.hashnode.dev·Feb 21, 2024Empowering Blood Donation: The HAYAT Project's JourneyAt HAYAT, our journey began with a shared passion for leveraging technology to make a tangible difference in people's lives. Inspired by personal experiences witnessing the critical need for efficient blood donation processes in Africa, our team emba...hayat
Joseph Lweyalweyajoe.hashnode.dev·Feb 13, 2024Hosting Python Flask Applications on Google Cloud Platform for FreeFlask, a robust Python web framework, serves as an excellent choice for developers seeking simplicity and power. During development, Flask applications are typically accessible via localhost:5000, facilitated by Flask's built-in development web serve...Flask Framework
Vishnu Tiwariblog.itsvishnu.me·Jan 21, 2024Seamless Integration: A Practical Guide to Jenkins CI/CD for Django DevelopmentIn this article, I am going to explain you through the process of combining Django and Jenkins for a smooth CI/CD pipeline in your Python web projects. If you're already familiar with the basics of CI/CD and pipelines, feel free to skip and you can j...30 likes·897 readsDjango Solutionsdjangojenkins
Kevin Koechkevinkoech357.hashnode.dev·Dec 13, 2023ScreenRekod: Capturing Brilliance Byte by Byte - A Developer's JourneyIntroduction Hey there! Welcome to the behind-the-scenes saga of ScreenRekod – a school project, fueled by a blend of passion for innovation and a burning curiosity about the uncharted territories of screen recording. In this journey, I wore multiple...Python 3