Getting Started with Django: Building Web Applications
Django is a powerful and popular Python web framework that allows you to quickly build web applications. In just 10-12 days of learning, I have gained an understanding of Django's key concepts, including function-based and class-based views. These vi...
Read: https://augus7.hashnode.dev/getting-started-with-django-building-web-applications
Django is a powerful and popular Python web framework that allows you to quickly build web applications. In just 10-12 days of learning, I have gained an understanding of Django's key concepts, including function-based and class-based views. These vi...
Read: https://augus7.hashnode.dev/getting-started-with-django-building-web-applications
Building Couse Assist Part 5: Rebuilding chat functionality from scratch (2/2).
This is a continuation of the previous blog which if you haven't read please do check out. In the previous blog, I started the process of creating chat functionality from scratch a process that is kinda long and complicated🙄which is why I decided to...
Read: https://andysonm.hashnode.dev/building-couse-assist-part-5-rebuilding-chat-functionality-from-scratch-22
This is a continuation of the previous blog which if you haven't read please do check out. In the previous blog, I started the process of creating chat functionality from scratch a process that is kinda long and complicated🙄which is why I decided to...
Read: https://andysonm.hashnode.dev/building-couse-assist-part-5-rebuilding-chat-functionality-from-scratch-22
PyCharm & DSF Campaign 2023 Results
We are excited to share the results of the annual Django Developers
Survey which was conducted this year in collaboration with JetBrains.
Almost 5,000 Django users from 248 countries took the survey which
covered a broad list of topics including Django usage, operating
systems, libraries, tools, and many other insights.
View the results of the 2022 Django Developers
Survey.
If you have feedback on the findings and how to improve the survey in
future years please share on the official Django
Forum.
Thank you to everyone who participated!
Read: https://www.djangoproject.com/weblog/2023/mar/09/pycharm-dsf-campaign-2023-results/
We are excited to share the results of the annual Django Developers
Survey which was conducted this year in collaboration with JetBrains.
Almost 5,000 Django users from 248 countries took the survey which
covered a broad list of topics including Django usage, operating
systems, libraries, tools, and many other insights.
View the results of the 2022 Django Developers
Survey.
If you have feedback on the findings and how to improve the survey in
future years please share on the official Django
Forum.
Thank you to everyone who participated!
Read: https://www.djangoproject.com/weblog/2023/mar/09/pycharm-dsf-campaign-2023-results/
Django Developers Survey 2022 Results
We are excited to share the results of the annual Django Developers
Survey which was conducted this year in collaboration with JetBrains.
Almost 5,000 Django users from 248 countries took the survey which
covered a broad list of topics including Django usage, operating
systems, libraries, tools, and many other insights.
View the results of the 2022 Django Developers
Survey.
If you have feedback on the findings and how to improve the survey in
future years please share on the official Django
Forum.
Thank you to everyone who participated!
Read: https://www.djangoproject.com/weblog/2023/mar/09/django-developers-survey-2022-results/
We are excited to share the results of the annual Django Developers
Survey which was conducted this year in collaboration with JetBrains.
Almost 5,000 Django users from 248 countries took the survey which
covered a broad list of topics including Django usage, operating
systems, libraries, tools, and many other insights.
View the results of the 2022 Django Developers
Survey.
If you have feedback on the findings and how to improve the survey in
future years please share on the official Django
Forum.
Thank you to everyone who participated!
Read: https://www.djangoproject.com/weblog/2023/mar/09/django-developers-survey-2022-results/
Django Models
Django is a python web framework for building web applications.
Django Models is one of the key components of Django Web Application.
It helps us to create a database for our app without writing queries ourselves.
Some key concepts of Django models a...
Read: https://devrajsblog.hashnode.dev/django-models
Django is a python web framework for building web applications.
Django Models is one of the key components of Django Web Application.
It helps us to create a database for our app without writing queries ourselves.
Some key concepts of Django models a...
Read: https://devrajsblog.hashnode.dev/django-models
Introducing CVBuild 🎉
CVBuild is a platform where you can build your resume and online portfolio for free.
Check out for more information here https://cv-build.onrender.com.
Read: https://chryzcode.hashnode.dev/introducing-cvbuild
CVBuild is a platform where you can build your resume and online portfolio for free.
Check out for more information here https://cv-build.onrender.com.
Read: https://chryzcode.hashnode.dev/introducing-cvbuild
Day-17 Task: Docker Project for DevOps Engineers (Dockerfile):Part-2
What is Dockerfile?
Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile.
...
Read: https://deepakcloud22.hashnode.dev/day-17-task-docker-project-for-devops-engineers-dockerfilepart-2
What is Dockerfile?
Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile.
...
Read: https://deepakcloud22.hashnode.dev/day-17-task-docker-project-for-devops-engineers-dockerfilepart-2
HTML over WebSockets, a new approach to SPAs
No more Javascript ?
I learned Javascript at the wrong time, just after the release of ES6 with all the modifications that you know. Similarly, for Express and React, they were the new technologies to adopt (Javascript everywhere !), but the French j...
Read: https://arctenis.hashnode.dev/html-over-websockets-a-new-approach-to-spas
No more Javascript ?
I learned Javascript at the wrong time, just after the release of ES6 with all the modifications that you know. Similarly, for Express and React, they were the new technologies to adopt (Javascript everywhere !), but the French j...
Read: https://arctenis.hashnode.dev/html-over-websockets-a-new-approach-to-spas
Caching tips in Django
Caching is a technique used in computer science and information technology to store frequently used data or computations in a high-speed storage or memory location, in order to reduce the time it takes to access or calculate that data.
When a request...
Read: https://pythonislove.com/caching-tips-in-django
Caching is a technique used in computer science and information technology to store frequently used data or computations in a high-speed storage or memory location, in order to reduce the time it takes to access or calculate that data.
When a request...
Read: https://pythonislove.com/caching-tips-in-django
Template Fragment Caching in Django
Template fragment caching is a technique that allows you to cache specific parts of a Django template that are expensive to generate or compute. Here's how to implement template fragment caching in Django:
First, you need to install a caching backen...
Read: https://pythonislove.com/template-fragment-caching-in-django
Template fragment caching is a technique that allows you to cache specific parts of a Django template that are expensive to generate or compute. Here's how to implement template fragment caching in Django:
First, you need to install a caching backen...
Read: https://pythonislove.com/template-fragment-caching-in-django
Building a School Management System with Django
Overview
We will be building a full-fledged school management system and deploying it to the web. We will be starting from scratch and gradually building up on the foundation of our Django knowledge. There will be a proper explanation for every code ...
Read: https://rishabhdev.hashnode.dev/building-a-school-management-system-with-django
Overview
We will be building a full-fledged school management system and deploying it to the web. We will be starting from scratch and gradually building up on the foundation of our Django knowledge. There will be a proper explanation for every code ...
Read: https://rishabhdev.hashnode.dev/building-a-school-management-system-with-django
Hidden gems i acquired from open source projects
So recently I started contributing to an open-source project called wagtail
as I found myself capable enough or maybe free enough ;-)
"but why should I even contribute to open-source projects I am not getting anything in return".people often ask this...
Read: https://saltyivylearning.hashnode.dev/hidden-gems-i-acquired-from-open-source-projects
So recently I started contributing to an open-source project called wagtail
as I found myself capable enough or maybe free enough ;-)
"but why should I even contribute to open-source projects I am not getting anything in return".people often ask this...
Read: https://saltyivylearning.hashnode.dev/hidden-gems-i-acquired-from-open-source-projects
Ghost in the Machine
Why am I writing this? Because sometimes the best way to deal with your problems is to force everyone to read about them. The facts have been altered to make them more awesome.
After a month-long collaborative effort of the entire backend team, Raju ...
Read: https://blog.azanulhaque.tech/ghost-in-the-machine
Why am I writing this? Because sometimes the best way to deal with your problems is to force everyone to read about them. The facts have been altered to make them more awesome.
After a month-long collaborative effort of the entire backend team, Raju ...
Read: https://blog.azanulhaque.tech/ghost-in-the-machine
🔥1
My Journey on how I built a marketplace part 2
This article continues from the first series which can be found here in part 1. After creating the custom user and the product app, I created the database for the product using this method.
from django.db import models
from django.conf import setting...
Read: https://sawacha.hashnode.dev/my-journey-on-how-i-built-a-marketplace-part-2
This article continues from the first series which can be found here in part 1. After creating the custom user and the product app, I created the database for the product using this method.
from django.db import models
from django.conf import setting...
Read: https://sawacha.hashnode.dev/my-journey-on-how-i-built-a-marketplace-part-2
[recovery mode] Разработка Web API на Django с помощью Django REST framework: от создания моделей до тестирования
Django REST framework (DRF) - это мощный и гибкий инструмент для создания Web API на основе Django. Он предоставляет удобные средства для создания RESTful API, поддерживает аутентификацию, авторизацию, сериализацию, валидацию и другие функции.
В этой статье мы рассмотрим, как использовать Django REST framework для создания Web API на базе Django.
Шаг 1: Установка Django REST framework
Первым шагом является установка Django REST framework. Вы можете установить его с помощью pip:
Читать: https://habr.com/ru/post/722054/
Django REST framework (DRF) - это мощный и гибкий инструмент для создания Web API на основе Django. Он предоставляет удобные средства для создания RESTful API, поддерживает аутентификацию, авторизацию, сериализацию, валидацию и другие функции.
В этой статье мы рассмотрим, как использовать Django REST framework для создания Web API на базе Django.
Шаг 1: Установка Django REST framework
Первым шагом является установка Django REST framework. Вы можете установить его с помощью pip:
Читать: https://habr.com/ru/post/722054/
Developing a Django Web API using Django REST framework: from model creation to testing
Django REST framework (DRF) is a powerful and flexible tool for creating Web APIs based on Django. It provides convenient tools for creating RESTful APIs, supports authentication, authorization, serialization, validation, and other features.
In this ...
Read: https://vmartynov.hashnode.dev/developing-a-django-web-api-using-django-rest-framework-from-model-creation-to-testing
Django REST framework (DRF) is a powerful and flexible tool for creating Web APIs based on Django. It provides convenient tools for creating RESTful APIs, supports authentication, authorization, serialization, validation, and other features.
In this ...
Read: https://vmartynov.hashnode.dev/developing-a-django-web-api-using-django-rest-framework-from-model-creation-to-testing
Exploring Python and the OpenAI API for Generating Images with DALL.E 2
OpenAI's DALL-E 2 is a generative model that uses natural language to generate images based on a given description. Created by OpenAI, the model is trained on millions of images, text, and audio clips to generate creative artwork. It can quickly gene...
Read: https://afeez1131.hashnode.dev/exploring-python-and-the-openai-api-for-generating-images-with-dalle-2
OpenAI's DALL-E 2 is a generative model that uses natural language to generate images based on a given description. Created by OpenAI, the model is trained on millions of images, text, and audio clips to generate creative artwork. It can quickly gene...
Read: https://afeez1131.hashnode.dev/exploring-python-and-the-openai-api-for-generating-images-with-dalle-2
👍2
Web-Application Deployment Using Nginx Web Server
Overall, this project demonstrated how Nginx Web Server can be used to deploy web applications in a scalable, secure, and reliable manner, and how Docker can be used to package and deploy these applications with ease.
The technology stack used in thi...
Read: https://deepakcloud22.hashnode.dev/web-application-deployment-using-nginx-web-server
Overall, this project demonstrated how Nginx Web Server can be used to deploy web applications in a scalable, secure, and reliable manner, and how Docker can be used to package and deploy these applications with ease.
The technology stack used in thi...
Read: https://deepakcloud22.hashnode.dev/web-application-deployment-using-nginx-web-server
Deploying A Django To-Do List using AWS - DevOps Project Day 1
Today we learn about aws ec2 instance and local environment by deploying a simple To Do list app on AWS taken from GitHub which is a Django application. Now you have to break up the problem into parts, as a DevOps learner or engineer first you have t...
Read: https://sumitmukharjii.hashnode.dev/deploying-a-django-to-do-list-using-aws-devops-project-day-1
Today we learn about aws ec2 instance and local environment by deploying a simple To Do list app on AWS taken from GitHub which is a Django application. Now you have to break up the problem into parts, as a DevOps learner or engineer first you have t...
Read: https://sumitmukharjii.hashnode.dev/deploying-a-django-to-do-list-using-aws-devops-project-day-1
👍1
Главное из мира Python за февраль 2023
Раз в месяц мы в Moscow Python Podcast собираемся и обсуждаем новые релизы, PEP, заинтересовавшие нас инструменты и статьи. Под катом — текстовая выжимка из обсуждения.
Читать: https://habr.com/ru/post/722008/
Раз в месяц мы в Moscow Python Podcast собираемся и обсуждаем новые релизы, PEP, заинтересовавшие нас инструменты и статьи. Под катом — текстовая выжимка из обсуждения.
Читать: https://habr.com/ru/post/722008/