#djangorestframework search results
With #Django, and #djangorestframework, what might take you a week, like creating a complete #API that has everything, including user #authentication, #ratelimitation, and more, can be rolled out in just a day! #python #programming #developer #morioh #programmer #pythonquiz
Join Us to celebrate AI with web apps using DJANGO WITH DEEP LEARNING. SEND AN EMAIL TO US ON [email protected] or [email protected] #django #djangorestframework #AI #deeplearning
Day [42-46] learned about Django Rest Framework, including concepts such as serialization and deserialization. I implemented CRUD operations and validators. #django #djangorestframework #100DaysOfCode
Today I learned how to document APIs with third-party libraries like 'drf-spectacular'. #Django #djangorestframework. Any tips or advice on how I should continue my journey? I'm already learning to test, and once I'm done with that I'll learn deployment.
Bugün bir proje için custom DRF Authentication geliştirdim. Beklediğimden kolay çıktı. Sanırım JazzBand "Simple JWT" için geliştirmeyi bırakmış. Bu sebeple biraz uğraştırdı fakat işimi çözdü. İlk fırsatta Medium yazısı gelecek. #django #jwt #djangorestframework
I'm pleased to announce that Mapes Tech Limited has become a corporate sponsor of Django, the Python web framework. If you are looking for new development or support for existing projects then do get in touch. #django #python #djangorestframework #djangodeveloper #neo4j #AWS
django 'bool' object is not callable exception while saving models stackoverflow.com/questions/7512… #django #djangomodels #djangorestframework
ModelSerializer foreign key relation issue in multi database DRF project stackoverflow.com/questions/7559… #serialization #multidatabase #djangorestframework #django #djangomodels
In progress...APIs ,course 7/9 #BackEndDeveloper This course is part of the Meta Back-End Developer Professional Certificate. @Meta @coursera #APIs #DjangoRestFramework coursera.org/learn/apis
きたああああああああああっっっ!!! 初WebRTCでp2pビデオ通話きたあああああっっっ!!!うれしいぜこんにゃろぉぉぉぉぉっ!!!🙌 ログ出してんの恥ずかしいけど関係ねぇ! てことで風呂行ってきます(スーパー銭湯で作業…笑) #react #django #djangorestframework #エンジニアと繋がりたい
This Monday, I will be sharing the RESTful concept with python folks at uyo @264Oron Road ( start innovation hub) . We will be building a live application and you don't want to miss it! Come, Connect with other pythonistas! #python #django #djangorestframework #REST
🤔 #Developers, API throttling in #DjangoRestFramework is a great way to control the rate of requests & prevent abuse of an API. Try it out! 👉 medium.com/@collinsomarib…
Day 4 of building with flutter and Django Just wrapped up the models and API serializers. Also built the home screen UI in Flutter! Haven’t consumed the API yet, but it’s all coming together. #FlutterDev #DjangoRestFramework #coding #MobileAppDev 💻📱
Étiez-vous au courant que..🤔 Django offre un cadre puissant pour créer des API REST, y compris des fonctionnalités telles que Django REST Framework (DRF), qui est une boîte à outils populaire pour construire des API dans Django?😌👌 #django #djangorestframework
DAY 45. ==> Day started out super dull ==> I saw Netflix then sleep ==>I had a long conversation then went on to do laundry, clean ups and chores ==> Read up the #djangorestframework docs, finished their intro and tutorial section #100daysofproductivity with @JaminOnuegbu
DAY 44. ==> Exercised ==> Read articles ==> watched interviews with software and backend engineers and their daily living on youtube ==> saw a series on netflix ==> solved some exercism tasks #100daysofproductivity with @JaminOnuegbu @Mfonisoh1 @vhic_kee
I just published a breakdown of my journey rebuilding a legacy PHP/MySQL app into Django. If you’ve ever dealt with messy schemas, inconsistent data, or broken FKs, this one’s for you johananoppongamoateng.hashnode.dev/rebuilding-a-l…
This looks like an excellent idea. But, is it helpful if I have my own set of projects ready to build, and I use a different technology stack? I am building election-monitoring tools (in South Africa). I am using Django with a Postgres database, and doing more in the back end…
search_django_docって何してるんだろと思ったけどプロンプト組んでるだけか github.com/vintasoftware/…
🚀 #Day18 — Tackling N+1 Queries in Django Dove into optimizing database performance today: learned about the infamous “N+1 queries” problem and various strategies to avoid it while using Django’s ORM. Wrote up a fresh article about it: how to use techniques like…
codercops.com
CODERCOPS Agency - Web Development & Digital Solutions
Professional web development, digital solutions, and tech consulting services.
Deploy your react App als standalone container ❌❌ Deploy your react App as stactic file in your Django App🤝🏿🤝🏿
Enforces CORS policies via customizable middleware, automatically setting secure response headers in Django applications.
I implemented it as my GSoC project. It was merging django-template-partials package into core.
بسته به بیزینس لاجیک و مدلهای مرتبط جدا از هم میشه و هر اپ خودش یکسری قسمت مشخص داره یکی بخش apiکه شامل ورژن و غیره هم میشه این رو ببینی بهتره github.com/saqibur/django… github.com/vahidrnaderi/d… این دوتا رو نگاه کنی بهتره
Building Web Applications with Django and PostgreSQL udemy.com/course/buildin… #web #apps #django #posygresql #sql #database #development #sale #courses
How to Create a User API Using Django REST Framework? #Python #Django #Rest #Api plainenglish.io/blog/django-cu…
Django Bolt Update 0.3.5 A new Serializer class built on top of msgspec, but with the dx of Pydantic. Python 3.14 support Some performance optimizations
When you're learning back-end development, you'll need to learn to think like a back-end dev. And that's what @tech_girlll teaches you how to do in this tutorial. Along the way, you'll learn how to use the Django REST framework to build back-end APIs while separating concerns,…
Django’s built-in test framework makes it easy to validate complete workflows like signup, login, and image uploads. This guide walks through real integration tests for authentication and external services, plus best practices for managing data and mocks. honeybadger.io/blog/django-in…
Create a REST API Using Django REST Framework pythonguides.com/create-an-api-… #RestAPI
To achieve this, I combined Django Rest Framework with WebSockets to push location updates instantly. Each rider’s device sent coordinates at short intervals, and I optimized the processing to avoid overwhelming the server.
Solid list! Django & FastAPI (point 17) are my go-to frameworks. Working with these in production, I'd emphasize #13 (Redis caching), #22 (load balancing with NGINX), and #17 for API development. The distributed systems topics (#11, #14, #16) are crucial for scaling. Also,…
Great resource compilation! As a Django developer, I appreciate the coverage of both Django & Flask. For anyone starting with Django, I'd recommend focusing on Django REST Framework (DRF) for API building - it's incredibly powerful for creating scalable backends. Combining Django…
freecodecamp.org/news/how-to-us… here is the link to the article, you'll find it there
django 'bool' object is not callable exception while saving models stackoverflow.com/questions/7512… #django #djangomodels #djangorestframework
With #Django, and #djangorestframework, what might take you a week, like creating a complete #API that has everything, including user #authentication, #ratelimitation, and more, can be rolled out in just a day! #python #programming #developer #morioh #programmer #pythonquiz
ModelSerializer foreign key relation issue in multi database DRF project stackoverflow.com/questions/7559… #serialization #multidatabase #djangorestframework #django #djangomodels
Today I learned how to document APIs with third-party libraries like 'drf-spectacular'. #Django #djangorestframework. Any tips or advice on how I should continue my journey? I'm already learning to test, and once I'm done with that I'll learn deployment.
What the server said. #flutter #djangorestframework
Pretty cool. Ask ChatGPT “From all of our interactions what is one thing that you can tell me about myself that I may not know about myself”
Day 3 of #100DaysOfCode complete! Just started exploring #DjangoRestFramework and I'm blown away by its simplicity and power! Can't wait to build amazing APIs with it! #Python #webdevelopment
Understanding a simple project till you are satisfied is a long road keep grinding ke making mistakes if you really are great prove it. Now on to next release let's see what ideas tomorrow brings. #learninginpublic #djangorestframework #nextjs #OpenSource
Join Us to celebrate AI with web apps using DJANGO WITH DEEP LEARNING. SEND AN EMAIL TO US ON [email protected] or [email protected] #django #djangorestframework #AI #deeplearning
Building Web APIs just got easier with #DjangoRESTFramework! This powerful toolkit provides a set of tools and libraries for building API endpoints and handling requests and responses. With serializers, authentication, permissions, and more #webdev #Python
I'm pleased to announce that Mapes Tech Limited has become a corporate sponsor of Django, the Python web framework. If you are looking for new development or support for existing projects then do get in touch. #django #python #djangorestframework #djangodeveloper #neo4j #AWS
Day 58 of my 100 Days of Coding Challenge: Today, I explored Global Filtering in Django REST Framework. #100DaysOfCode #DjangoRestFramework #Filtering #API #PYTHON
Day [42-46] learned about Django Rest Framework, including concepts such as serialization and deserialization. I implemented CRUD operations and validators. #django #djangorestframework #100DaysOfCode
きたああああああああああっっっ!!! 初WebRTCでp2pビデオ通話きたあああああっっっ!!!うれしいぜこんにゃろぉぉぉぉぉっ!!!🙌 ログ出してんの恥ずかしいけど関係ねぇ! てことで風呂行ってきます(スーパー銭湯で作業…笑) #react #django #djangorestframework #エンジニアと繋がりたい
Day 53 of my 100 Days of Coding Challenge: Today, I explored ModelViewSet in Django REST Framework. #100DaysOfCode #DjangoRestFramework #API #Python #ModelViewSet
🎉 Leveling up my skills with Django Rest Framework! 🌐💡 Excited about mastering API development and enhancing my web development expertise. 💻✨ Let's code, learn, and grow together! 🚀 #DjangoRestFramework #WebDev #CodingJourney #Python #TrendingNow #codinglife @ezSnippet
Day 54 of my 100 Days of Coding Challenge: Today, I explored Nested Serializers in Django REST Framework for handling Blog and Comment models. #100DaysOfCode #DjangoRestFramework #NestedSerializers #BlogAPI #Python
Day 15 of #LearningJourney: Implemented JWT authentication and throttling in #DjangoRestFramework for the test app. #FestivalOfLearning #LUD15
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 72K posts
- 2. Wirtz 13.4K posts
- 3. #AskFFT N/A
- 4. Ole Miss 42.8K posts
- 5. Gakpo 12.2K posts
- 6. #sundayvibes 5,451 posts
- 7. Vidal 3,635 posts
- 8. Isak 21K posts
- 9. Lane Kiffin 52.7K posts
- 10. Zirkzee 25.7K posts
- 11. #MUFC 19.8K posts
- 12. Neal 4,792 posts
- 13. #CRYMUN 9,371 posts
- 14. Amorim 44.7K posts
- 15. Duke 34.5K posts
- 16. Crystal Palace 39.5K posts
- 17. West Ham 6,014 posts
- 18. Stockton 33.1K posts
- 19. #AskBetr N/A
- 20. Full PPR N/A