10 Common Django Interview Questions and Answers
Introduction:
If you're preparing for a job interview that involves Django, it's important to be well-prepared and have a solid understanding of the framework. In this article, we'll cover 10 common Django interview questions that you may encounter, ...
Read: https://blog.devjunction.in/10-common-django-interview-questions-and-answers
Introduction:
If you're preparing for a job interview that involves Django, it's important to be well-prepared and have a solid understanding of the framework. In this article, we'll cover 10 common Django interview questions that you may encounter, ...
Read: https://blog.devjunction.in/10-common-django-interview-questions-and-answers
Exploring the Pros and Cons of Django vs NodeJS
What Is Django?
Django is a free and open-source web framework, written in Python, which follows the model-view-template architectural pattern. It is maintained by the Django Software Foundation, an independent organization established as a 501(c)(3)...
Read: https://sense.hashnode.dev/exploring-the-pros-and-cons-of-django-vs-nodejs
What Is Django?
Django is a free and open-source web framework, written in Python, which follows the model-view-template architectural pattern. It is maintained by the Django Software Foundation, an independent organization established as a 501(c)(3)...
Read: https://sense.hashnode.dev/exploring-the-pros-and-cons-of-django-vs-nodejs
Python Django chat app tutorial
This article was originally published on the DeadSimpleChat Blog: https://deadsimplechat.com/blog/python-django-chat-app-tutorial/
In this article, we are going to learn how to build a Django chat app. We a going to scaffold a new project from scrat...
Read: https://metered.hashnode.dev/python-django-chat-app-tutorial
This article was originally published on the DeadSimpleChat Blog: https://deadsimplechat.com/blog/python-django-chat-app-tutorial/
In this article, we are going to learn how to build a Django chat app. We a going to scaffold a new project from scrat...
Read: https://metered.hashnode.dev/python-django-chat-app-tutorial
❤🔥1
Dev Retro 2022
To quote the great computer scientist sister Maria Von Trapp, "Let's start at the very beginning, a very good place to start."
It astounds me, for lack of any other word, that I am even in a position to write a 'Dev Retro' post for 2022. At this poin...
Read: https://rdmullins.hashnode.dev/dev-retro-2022
To quote the great computer scientist sister Maria Von Trapp, "Let's start at the very beginning, a very good place to start."
It astounds me, for lack of any other word, that I am even in a position to write a 'Dev Retro' post for 2022. At this poin...
Read: https://rdmullins.hashnode.dev/dev-retro-2022
👍2
Reduce response time in Django Views
Most of us might have faced the problem of our Django views running too slow with response times taking longer than 10 sec. Sometimes we might also get a HTTP 408 error meaning "The request was timed out" which makes the user experience worse.
In som...
Read: https://for-devs-by-devs.hashnode.dev/reduce-response-time-in-django-views
Most of us might have faced the problem of our Django views running too slow with response times taking longer than 10 sec. Sometimes we might also get a HTTP 408 error meaning "The request was timed out" which makes the user experience worse.
In som...
Read: https://for-devs-by-devs.hashnode.dev/reduce-response-time-in-django-views
👍2
Optimizing docker image
Hi, this is second blog of series where we dockerize django application. Here is link to first part if you want to start from beginning it. In this blog we will be optimizing our docker image size and managing docker permissions.
First we will be loo...
Read: https://avik.com.np/optimizing-docker-image
Hi, this is second blog of series where we dockerize django application. Here is link to first part if you want to start from beginning it. In this blog we will be optimizing our docker image size and managing docker permissions.
First we will be loo...
Read: https://avik.com.np/optimizing-docker-image
Django bugfix release: 4.1.5
Today we've issued the 4.1.5 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/
Today we've issued the 4.1.5 bugfix release.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this release is Mariusz Felisiak: 2EF56372BA48CD1B.
Read: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/
How Python can help web developers
As a web developer, you're no stranger to the never-ending quest for tools and technologies that can help you build better, faster, and more efficient websites and applications. Well, allow us to introduce you to a little language called Python.
You ...
Read: https://codeape.hashnode.dev/how-python-can-help-web-developers
As a web developer, you're no stranger to the never-ending quest for tools and technologies that can help you build better, faster, and more efficient websites and applications. Well, allow us to introduce you to a little language called Python.
You ...
Read: https://codeape.hashnode.dev/how-python-can-help-web-developers
Лучшие open-source инструменты для Python проектов
Open-source проекты, сторонние инструменты и библиотеки - это то, за что мы действительно любим Python. В этой статье я собрал самые полезные, валидированные сообществом и проверенные временем инструменты, конфигурации которых можно встретить в популярных проектах с открытым исходным кодом.
Инструменты распределены по этапам/сферам разработки. По каждому из них я дам небольшое описание и попытаюсь рассказать о его пользе. Если утилита имеет дополнительные расширения/плагины, то я расскажу про самые полезные (на мой взгляд).
Читать: https://habr.com/ru/post/708916/
Open-source проекты, сторонние инструменты и библиотеки - это то, за что мы действительно любим Python. В этой статье я собрал самые полезные, валидированные сообществом и проверенные временем инструменты, конфигурации которых можно встретить в популярных проектах с открытым исходным кодом.
Инструменты распределены по этапам/сферам разработки. По каждому из них я дам небольшое описание и попытаюсь рассказать о его пользе. Если утилита имеет дополнительные расширения/плагины, то я расскажу про самые полезные (на мой взгляд).
Читать: https://habr.com/ru/post/708916/
Dev Retro 2022 - Beginning of my professional career
My apologies if there are any errors due to my level of English.
Before doing my dev retro 2022, I'll talk a little bit about 2021 or should I say the last 6 months of 2021, because these months have a serious impact on my career choice. So let's go....
Read: https://tawaldevuniverse.hashnode.dev/dev-retro-2022-beginning-of-my-professional-career
My apologies if there are any errors due to my level of English.
Before doing my dev retro 2022, I'll talk a little bit about 2021 or should I say the last 6 months of 2021, because these months have a serious impact on my career choice. So let's go....
Read: https://tawaldevuniverse.hashnode.dev/dev-retro-2022-beginning-of-my-professional-career
Асинхронный django. Фильм 4-й: Воскрешение
Некоторые читатели видели мои статьи об асинхронном django. Последней попыткой была версия, основанная на гринлетах. Но и о ней я написал в предыдущей статье, что решил её не развивать. Писать фреймворки - дело неблагодарное, поэтому даже небольших сомнений хватило, чтобы так решить.
Однако недавно мне пришла в голову более изящная форма для этого всего, и сомнения исчезли. Проекту быть! Встречайте - fibers <здесь
Помимо этих хороших новостей, Вы узнаете о том, что корутины - это простые генераторы, а также, как выглядит самый простой Awaitable.
Обложка, если что - из последней Матрицы. Это Сати - девушка и причёска, любуйтесь.
Читать
Читать: https://habr.com/ru/post/708946/
Некоторые читатели видели мои статьи об асинхронном django. Последней попыткой была версия, основанная на гринлетах. Но и о ней я написал в предыдущей статье, что решил её не развивать. Писать фреймворки - дело неблагодарное, поэтому даже небольших сомнений хватило, чтобы так решить.
Однако недавно мне пришла в голову более изящная форма для этого всего, и сомнения исчезли. Проекту быть! Встречайте - fibers <здесь
Помимо этих хороших новостей, Вы узнаете о том, что корутины - это простые генераторы, а также, как выглядит самый простой Awaitable.
Обложка, если что - из последней Матрицы. Это Сати - девушка и причёска, любуйтесь.
Читать
Читать: https://habr.com/ru/post/708946/
Everything you need to know about Django(Python) as a Beginner
As a newbie, forget all the noise and learn Django for backend web development (well do your research and see what is suitable for you).
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built ...
Read: https://akolade.hashnode.dev/everything-you-need-to-know-about-djangopython-as-a-beginner
As a newbie, forget all the noise and learn Django for backend web development (well do your research and see what is suitable for you).
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built ...
Read: https://akolade.hashnode.dev/everything-you-need-to-know-about-djangopython-as-a-beginner
Collaboration > Competition with the Open Source - DevRetro 2022
A petite crust of my development journey
I've always wanted to explore the tech field but was a bit confused should I start AI/ML or web dev or maybe app development? A couple of months ago, I was browsing YouTube when I came across a video about ope...
Read: https://saurabhdev.hashnode.dev/collaboration-competition-with-the-open-source-devretro-2022
A petite crust of my development journey
I've always wanted to explore the tech field but was a bit confused should I start AI/ML or web dev or maybe app development? A couple of months ago, I was browsing YouTube when I came across a video about ope...
Read: https://saurabhdev.hashnode.dev/collaboration-competition-with-the-open-source-devretro-2022
How We migrate a Joomla based website to a Django Backend with 90 Gb worth of data
Context
A few years ago while I was still running my Django Consultancy Agency, We worked with a client who built a website over the years with a Content Management System (CMS) named Joomla and he was facing some issues such as adding new features, ...
Read: https://blog.adonissimo.com/how-we-migrate-a-joomla-based-website-to-a-django-backend-with-90-gb-worth-of-data
Context
A few years ago while I was still running my Django Consultancy Agency, We worked with a client who built a website over the years with a Content Management System (CMS) named Joomla and he was facing some issues such as adding new features, ...
Read: https://blog.adonissimo.com/how-we-migrate-a-joomla-based-website-to-a-django-backend-with-90-gb-worth-of-data
Collaboration rather than Competition with the Open Source - DevRetro 2022
A petite crust of my development journey
I've always wanted to explore the tech field but was a bit confused should I start AI/ML or web dev or maybe app development? A couple of months ago, I was browsing YouTube when I came across a video about ope...
Read: https://saurabhdev.hashnode.dev/collaboration-rather-than-competition-with-the-open-source-devretro-2022
A petite crust of my development journey
I've always wanted to explore the tech field but was a bit confused should I start AI/ML or web dev or maybe app development? A couple of months ago, I was browsing YouTube when I came across a video about ope...
Read: https://saurabhdev.hashnode.dev/collaboration-rather-than-competition-with-the-open-source-devretro-2022
Using .gitignore in a Django project
A .gitignore is a file that specifies files and directories that git should ignore when adding files to the repository.
The .gitignore is usually placed in the root directory of the repository, and it applies to all subdirectories underneath it.
Some...
Read: https://allthingstechie.hashnode.dev/using-gitignore-in-a-django-project
A .gitignore is a file that specifies files and directories that git should ignore when adding files to the repository.
The .gitignore is usually placed in the root directory of the repository, and it applies to all subdirectories underneath it.
Some...
Read: https://allthingstechie.hashnode.dev/using-gitignore-in-a-django-project
Outreachy: Week five
I wish you all a happy and prosperous new year. I presume you had a relaxing holiday or a lot of fun. As for me, just like I predicted in my last article on my Outreachy internship with Wagtail, the holiday was a busy one for me.
Last week, I shared ...
Read: https://activuscode.hashnode.dev/outreachy-week-five
I wish you all a happy and prosperous new year. I presume you had a relaxing holiday or a lot of fun. As for me, just like I predicted in my last article on my Outreachy internship with Wagtail, the holiday was a busy one for me.
Last week, I shared ...
Read: https://activuscode.hashnode.dev/outreachy-week-five
Dockerize Your Django App in 5 Easy Steps: A Comprehensive Guide
Docker is a popular tool for packaging and deploying applications. It allows you to run your applications in a containerized environment, which can make it easier to manage dependencies, reduce conflicts, and improve the overall portability of your a...
Read: https://twarga.hashnode.dev/dockerize-your-django-app-in-5-easy-steps-a-comprehensive-guide
Docker is a popular tool for packaging and deploying applications. It allows you to run your applications in a containerized environment, which can make it easier to manage dependencies, reduce conflicts, and improve the overall portability of your a...
Read: https://twarga.hashnode.dev/dockerize-your-django-app-in-5-easy-steps-a-comprehensive-guide
Integrating Paystack payments in Django website
This article was originally published on dev.to and has been republished here with permission.
TABLE OF CONTENTS
Introduction
Prerequisites
Project Setup
Creating models
User registration and login
Implementing deposit view
Conclusion
Reference
In...
Read: https://phantom.hashnode.dev/integrating-paystack-payments-in-django-website-clclm543c001008k0hh78d55x
This article was originally published on dev.to and has been republished here with permission.
TABLE OF CONTENTS
Introduction
Prerequisites
Project Setup
Creating models
User registration and login
Implementing deposit view
Conclusion
Reference
In...
Read: https://phantom.hashnode.dev/integrating-paystack-payments-in-django-website-clclm543c001008k0hh78d55x
👍1
My Infrastructure as Code Rosetta Stone - Deploying the same web application on AWS ECS Fargate with CDK, Terraform and Pulumi
tl;dr
I wrote three infrastructure as code libraries for deploying containerized 3-tier web apps on AWS ECS Fargate using CDK, Terraform and Pulumi. This article will provide an overview of my experience working with these three IaC tools and will sh...
Read: https://briancaffey.hashnode.dev/my-infrastructure-as-code-rosetta-stone-deploying-the-same-web-application-on-aws-ecs-fargate-with-cdk-terraform-and-pulumi
tl;dr
I wrote three infrastructure as code libraries for deploying containerized 3-tier web apps on AWS ECS Fargate using CDK, Terraform and Pulumi. This article will provide an overview of my experience working with these three IaC tools and will sh...
Read: https://briancaffey.hashnode.dev/my-infrastructure-as-code-rosetta-stone-deploying-the-same-web-application-on-aws-ecs-fargate-with-cdk-terraform-and-pulumi