Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
pythpn_articles_to_check [2023/08/09 20:24] – [2023-08-09] apressatopythpn_articles_to_check [2023/08/14 16:18] (versione attuale) – [2023-08-14] apressato
Linea 971: Linea 971:
 Build a Project Management Application in Django | by Esther Vaati | Level Up Coding Build a Project Management Application in Django | by Esther Vaati | Level Up Coding
 https://levelup.gitconnected.com/getting-started-with-django-e6b444014f86 https://levelup.gitconnected.com/getting-started-with-django-e6b444014f86
 +
 +===== 2023-08-11 =====
 +The Ultimate Guide to Django Aggregation Functions | by Abdulla Fajal | Jun, 2023 | Medium
 +https://medium.com/@abdullafajal/the-ultimate-guide-to-django-aggregation-functions-441e07ba4933
 +
 +Django: How to quickly add permissions to CBVs | by Adrien Van Thong | Jun, 2023 | Medium
 +https://adrienvanthong.medium.com/django-how-to-quickly-add-permissions-to-cbvs-77729874bc62
 +
 +Ensuring Data Consistency in Microservices: Using Django-Jaiminho and Transaction Outbox to Avoid Dual Writes | by Leonardo Antunes | Medium
 +https://medium.com/@antunesleo/ensuring-data-consistency-in-microservices-using-django-jaiminho-and-transaction-outbox-to-avoid-e9fbc21e2dcc
 +
 +How to Send Emails with Django. In today’s interconnected world, email… | by Eric Hu | Medium
 +https://huericnan.medium.com/how-to-send-emails-with-django-19d20b706376
 +
 +What does work get_FOO_display() method in django? | by Md Sadiqul Islam | Medium
 +https://swesadiqul.medium.com/what-does-work-get-foo-display-method-in-django-88362033fe28
 +
 +Tailwind CSS Django - Setup Guide | Dev Genius
 +https://blog.devgenius.io/django-tailwind-setup-678e795d23a9
 +
 +How To Not Use GPUs. A steroid-filled intro to GPUs — for… | by Ekin Karabulut | Better Programming
 +https://betterprogramming.pub/how-not-to-use-gpus-a704c48708ef
 +
 +Mastering Python Decorators. What is decorators. How it work and… | by Rajan Sahu | Jun, 2023 | Medium
 +https://rajansahu713.medium.com/mastering-python-decorators-72005d2352be
 +
 +How to Implement User Profile Pages in Django with Web3 | by Ordinary Programmer | Medium
 +https://medium.com/@adabur/how-to-implement-user-profile-pages-in-django-with-web3-c4ac92de969b
 +
 +Part 1: Introduction and Getting Started with Django REST Framework | by DevSumitG | Jun, 2023 | Medium
 +https://medium.com/@devsumitg/part-1-introduction-and-getting-started-with-django-rest-framework-514fc9a94b84
 +
 +How to set up a Django Project with Docker and Poetry | by Ridwan Yusuf | Jun, 2023 | AWS Tip
 +https://awstip.com/setting-up-a-django-project-with-docker-and-poetry-f391d6cde2cf
 +
 +Exploring Hidden Gems: Lesser-Known Django Packages You Should Try | by Nuno Bispo | Django Unleashed | Medium
 +https://medium.com/django-unleashed/exploring-hidden-gems-lesser-known-django-packages-you-should-try-2ba7565e089b
 +
 +Modified Preorder Tree Traversal (MPTT) implementation in Django | by Rushal Barkhade | Jun, 2023 | Medium
 +https://medium.com/@rushalbarkhade11795/modified-preorder-tree-traversal-mptt-implementation-in-django-aaa5bd672342
 +
 +How to use Django Management Commands to Automate Admin Tasks. | by Esther Vaati | Jun, 2023 | Python in Plain English
 +https://python.plainenglish.io/how-to-use-django-management-commands-to-automate-admin-tasks-631afa7881df
 +
 +Pip vs Poetry in Python — Picking The Possibly Preferable Package Manager | by Liu Zuo Lin | Jun, 2023 | Level Up Coding
 +https://levelup.gitconnected.com/pip-vs-poetry-in-python-picking-the-preferable-package-manager-4ca1549724ae
 +
 +Django Context Processors. Context Processors are handy when… | by Sevdimali | AWS Tip
 +https://awstip.com/django-context-processors-4014a61f325b
 +
 +Django for the Win: Python Web Development Made Easy and Effective | by Builescu Daniel | Medium
 +https://medium.com/@danielbuilescu/introduction-6af0ba737294
 +
 +Adding Django Debug Toolbar: A Step-by-Step Guide | by Abdullah Sohail | Jun, 2023 | Medium
 +https://medium.com/@abdullahsohailcs/adding-django-debug-toolbar-a-step-by-step-guide-869e71e0a501
 +
 +===== 2023-08-14 =====
 +The Ultimate Django Guide for Beginners and Beyond | by Builescu Daniel | Medium
 +https://medium.com/@danielbuilescu/the-ultimate-django-guide-for-beginners-and-beyond-9d6eca7c426e
 +
 +Create a Django Application and Model — Part 3 | by Nutan | Medium
 +https://medium.com/@nutanbhogendrasharma/create-a-django-application-and-model-part-3-7f35b19c0ebd
 +
 +Email register confirmation (Django + Django-allauth) | by Travilabs | Medium
 +https://medium.com/@office.travilabs/email-register-confirmation-django-django-allauth-299c4427726f
 +
 +Mastering Image Processing in Django with Django Imagekit: A Comprehensive Guide | by Nuno Bispo | Django Unleashed | Jun, 2023 | Medium
 +https://medium.com/django-unleashed/mastering-image-processing-in-django-with-django-imagekit-a-comprehensive-guide-5af5c23fdab0
 +
 +Solving All CSS Layout Issues — any screen, any root font size, without JS | by Joana Borges Late | Level Up Coding
 +https://levelup.gitconnected.com/solving-all-css-layout-issues-any-screen-any-root-font-size-without-js-62349644a71e
 +
 +Django Decoded: The Epic Battle Between Projects and Apps! | by P. Rehan | Jun, 2023 | Python in Plain English
 +https://python.plainenglish.io/django-decoded-the-epic-battle-between-projects-and-apps-85e1309936ed
 +
 +Implementing Two-Factor Authentication (2FA) with Django and Django Rest Framework (DRF) | by Ridwan Yusuf | Jun, 2023 | AWS Tip
 +https://awstip.com/implementing-two-factor-authentication-2fa-with-django-and-django-rest-framework-drf-e945163b450a
 +
 +Celery for periodic/Async tasks in Django | by Shah nilay_ | Medium
 +https://shahnilay.medium.com/celery-for-periodic-async-tasks-in-django-5ab462003cf5
 +
 +A Comprehensive Guide to Logging in Django | by Mo. Torkashvand | Medium
 +https://medium.com/@torkashvand/a-comprehensive-guide-to-logging-in-django-e041f311bcb7
 +
 +Unlock The Power Of Ajax with Django 4 | by biswajit panda | Medium
 +https://medium.com/@biswajitpanda973/unlock-the-power-of-ajax-with-django-3c7538ca2975
 +
 +Django Signals: How to Use Them for Better Application Development | by Bobby K Bose | Medium
 +https://medium.com/@bobbykboseoffice/django-signals-how-to-use-them-for-better-application-development-fd82e232864b
 +
 +Performance Tuning for Django Applications: Tips and Tricks | by Builescu Daniel | Medium
 +https://medium.com/@danielbuilescu/performance-tuning-for-django-applications-tips-and-tricks-a3a3bbe428d2
 +
 +5 amazing websites for UI graphics that you can use for free. | by Dhananjay Gavali | Web3 News & Blogging Website — 2023
 +https://web3usecase.co/5-amazing-websites-for-ui-graphics-that-you-can-use-for-free-1c35cbdb9d7f
 +
 +5 Amazing websites for Customizable and Animated Icons for free. | by Dhananjay Gavali | Jun, 2023 | Web3 News & Blogging Website — 2023
 +https://web3usecase.co/5-amazing-websites-for-icons-for-free-5eb59a96936b
 +
 +Mastering Unit Testing Best Practices | by Rahul Jindal | Jul, 2023 | Web3 News & Blogging Website — 2023
 +https://web3usecase.co/mastering-unit-testing-best-practices-4f9ecad894a0
 +
 +Give your python code a nice GUI. Use text base User interface (TUI) rich… | by Fabio Matricardi | Web3 News & Blogging Website — 2023
 +https://web3usecase.co/give-your-python-code-a-nice-gui-909a0830d59e
 +
 +
  
  
  
pythpn_articles_to_check.1691612665.txt.gz · Ultima modifica: 2023/08/09 20:24 da apressato
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0