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/06 17:19] – [20230623] apressatopythpn_articles_to_check [2023/08/14 16:18] (versione attuale) – [2023-08-14] apressato
Linea 747: Linea 747:
  
 ===== 2023-08-06 ===== ===== 2023-08-06 =====
-New Tab 
-about:home 
- 
-Posta in arrivo (71) - apressato@gmail.com - Gmail 
-https://mail.google.com/mail/u/0/#inbox 
- 
 Mastering Django Permissions. A Comprehensive Guide for Developers | by Esther Vaati | Python in Plain English Mastering Django Permissions. A Comprehensive Guide for Developers | by Esther Vaati | Python in Plain English
 https://python.plainenglish.io/mastering-django-permissions-e23b6d467eef https://python.plainenglish.io/mastering-django-permissions-e23b6d467eef
Linea 872: Linea 866:
 How to write an API in 3 lines of code with Django REST framework | by Andre Machado | Crowdbotics | Medium How to write an API in 3 lines of code with Django REST framework | by Andre Machado | Crowdbotics | Medium
 https://medium.com/crowdbotics/how-to-write-an-api-in-3-lines-of-code-with-django-rest-framework-59b0971edfa4 https://medium.com/crowdbotics/how-to-write-an-api-in-3-lines-of-code-with-django-rest-framework-59b0971edfa4
 +
 +===== 2023-08-07 =====
 +Create a simple pdf using python. In this article, we will see how to… | by Pietro Colombo | Level Up Coding
 +https://levelup.gitconnected.com/create-a-simple-pdf-using-python-fa7a7664ad43
 +
 +Django and Clean Architecture — The Real battle | by Gustavo Valle | Towards Dev
 +https://towardsdev.com/django-and-clean-architecture-the-real-battle-bbdc862069fb
 +
 +Boosting Performance with Cached Views in Django | by Abdulla Fajal | Jun, 2023 | Medium
 +https://medium.com/@abdullafajal/boosting-performance-with-cached-views-in-django-137c7bd82e7
 +
 +How to Add Django Debug Toolbar to Your Django Project | by Abdulla Fajal | Jun, 2023 | Medium
 +https://medium.com/@abdullafajal/how-to-add-django-debug-toolbar-to-your-django-project-658155734eb9
 +
 +Adding Tags to Django Blog Posts with django-taggit | by Abdulla Fajal | Aug, 2023 | Medium
 +https://medium.com/@abdullafajal/adding-tags-to-django-blog-posts-with-django-taggit-9fb4ec9479a2
 +
 +Best Websites for Developers. Here are some websites that have helped… | by Dmitriy Kumantsev | Medium
 +https://medium.com/@dmitrijkumancev571/best-websites-for-developers-72a7b9922332
 +
 +Django Security Libraries. Django is a powerful web framework for… | by Mohammad Khalid Momand | Medium
 +https://medium.com/@khalidmomand/django-security-libraries-c06680003e68
 +
 +Streamlining File Uploads: Direct Client-Side Uploads to S3 with Django | by Hellboy | Medium
 +https://medium.com/@nagendra.kumar1508/streamlining-file-uploads-direct-client-side-uploads-to-s3-with-django-194496386e67
 +
 +Django Request-Response Cycle?. So, in the first part of this series… | by Developer Stacks | Jun, 2023 | Medium
 +https://medium.com/@developerstacks/django-request-response-cycle-7165167f54c5
 +
 +How to Become a Pro Django Developer in 2023 | by Chetraj Gautam | Jun, 2023 | Medium
 +https://chetrajgautam.medium.com/how-to-become-a-pro-django-developer-in-2023-eba31986efc0
 +
 +Upload base64 images to the Django Rest framework | by Mdmarjanhossain | Medium
 +https://medium.com/@mdmarjanhossain0/upload-base64-images-to-the-django-rest-framework-67b58a779b63
 +
 +Django: a Telegram Bot with Authentication | by DSA Engineering | Medium
 +https://timurbakibayev.medium.com/django-a-telegram-bot-with-authentication-8d8bd15f7096
 +
 +Paypal Payment with django rest framework [Best practices] | by Ahmedtouahria | Medium
 +https://medium.com/@ahmedtouahria2001/paypal-payment-with-django-rest-framework-best-practices-dcac7430c0c
 +
 +Django Custom Manager(with Examples) | by Sevdimali | Jun, 2023 | Towards Dev
 +https://towardsdev.com/django-custom-manager-with-examples-42c53942280e
 +
 +
 +===== 2023-08-09 =====
 +Defensive Programming in Python. Assertions & Exception Handling | by Okan Yenigün | Python in Plain English
 +https://python.plainenglish.io/defensive-programming-in-python-af0266e65dfd
 +
 +10 Principles of Django 🦄. 1. Don’t Repeat Yourself (DRY) | by Kasper Junge | Django Unleashed | Jun, 2023 | Medium
 +https://medium.com/django-unleashed/10-principles-of-django-d3369fc75274
 +
 +Django Rest Framework File Response as an Attachment | by Vinaykumarmaurya | Dev Genius
 +https://blog.devgenius.io/django-rest-framework-file-response-as-an-attachment-2c4a9a7721d5
 +
 +How to create a story generator app with an image in Django using OpenAI? | by Sevdimali | Geek Culture | Medium
 +https://medium.com/geekculture/how-to-create-a-story-generator-app-with-an-image-in-django-using-openai-f5ca7c0a14d0
 +
 +Maintaining Clean Codebase in Django: The Power of pre-commit | by Sevdimali | Geek Culture | Jul, 2023 | Medium
 +https://medium.com/geekculture/maintaining-clean-codebase-in-django-the-power-of-pre-commit-57877ad2c755
 +
 +Rebranding Django Admin Interface | by Sevdimali | Jun, 2023 | Towards Dev
 +https://towardsdev.com/rebranding-django-admin-interface-94232ddfd637
 +
 +Building an E-commerce Website using Django | by SarahDev | Jul, 2023 | Medium
 +https://medium.com/@jexend17/building-an-e-commerce-website-using-django-84ab83d25fae
 +
 +Django tricks: Polymorphism with Generic Foreign Keys | by Adrien Van Thong | Jul, 2023 | Medium
 +https://adrienvanthong.medium.com/django-tricks-polymorphism-with-generic-foreign-keys-e7dde9165080
 +
 +Django: How to write a customized bulk edit page using class based views | by Adrien Van Thong | Medium
 +https://adrienvanthong.medium.com/django-how-to-write-a-customized-bulk-edit-view-in-a-class-based-view-2854311efef2
 +
 +Django: Function-Based Views vs Class-Based Views | by elijah samson | Jul, 2023 | AWS Tip
 +https://awstip.com/django-function-based-views-vs-class-based-views-e2db1f8a6cd7
 +
 +Django Admin Honeypot — Secure Your Django Application | by Furkan OZKAN | Aug, 2023 | Medium
 +https://medium.com/@p0zn/django-admin-honeypot-secure-your-django-application-9daeec0faaca
 +
 +Load Balancer vs. Reverse Proxy vs. API Gateway | by Arslan Ahmad | Geek Culture | Medium
 +https://medium.com/geekculture/load-balancer-vs-reverse-proxy-vs-api-gateway-e9ec5809180c
 +
 +Custom Provider for Faker in Python | by Sevdimali | DataDrivenInvestor
 +https://medium.datadriveninvestor.com/custom-provider-for-faker-in-python-238490d4640c
 +
 +A Beginner’s Guide to Creating Sitemaps in Django | by Sevdimali | Towards Dev
 +https://towardsdev.com/a-beginners-guide-to-creating-sitemaps-in-django-445d36551a25
 +
 +7 useful CSS Tricks. In this article I want to show you some… | by Flemming Dierlamm | Medium
 +https://medium.com/@flemming.dierlamm/7-useful-css-tricks-ebe599185db
 +
 +Step-by-Step Guide to Setting Up Stripe with Django | by Ashar-Rahim | Medium
 +https://medium.com/@asharrahim6/step-by-step-guide-to-setting-up-stripe-with-django-3b19e136fc55
 +
 +Mastering Data Serialization in Django: From Built-in to Custom | by Bobby K Bose | Medium
 +https://medium.com/@bobbykboseoffice/mastering-data-serialization-in-django-from-built-in-to-custom-c151029deaed
 +
 +Exploring Lazy Loading Techniques for Django Templates | by Abdulla Fajal | Jun, 2023 | Medium
 +https://medium.com/@abdullafajal/exploring-lazy-loading-techniques-for-django-templates-8f1793234c99
 +
 +Django: The Ultimate Tool for Lightning-Fast Prototyping | by Ankita Kapoor | Jun, 2023 | Enlear Academy
 +https://enlear.academy/django-the-ultimate-tool-for-lightning-fast-prototyping-ccfb5c0e0e9c
 +
 +Build a Project Management Application in Django | by Esther Vaati | Level Up Coding
 +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.1691342393.txt.gz · Ultima modifica: 2023/08/06 17:19 da apressato
Torna su
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0