Skip to content

Commit ce46159

Browse files
committed
Added 3 more articles on Http Streaming and learning Django vs Flask
1 parent 5c87923 commit ce46159

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@
2121
- [Frontend Integration](#frontend-integration)
2222
- [HTMX](#htmx)
2323
- [Job Hunting](#job-hunting)
24-
- [Learn by Example](#learn-by-example)
24+
- [Learning Django](#learning-django)
2525
- [Logging](#logging)
2626
- [Models](#models)
2727
- [Multitenancy](#multitenancy)
2828
- [Performance / Scaling](#performance--scaling)
2929
- [Profiling](#profiling)
30+
- [Request / Response](#request--response)
3031
- [Serverless](#serverless)
3132
- [Settings](#settings)
3233
- [Signals](#signals)
@@ -70,6 +71,7 @@
7071
- [Customizing the Django Admin](https://testdriven.io/blog/customize-django-admin/) by Nik Tomazic
7172
- [How to turn Django Admin into a lightweight dashboard](https://hakibenita.medium.com/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad) by Haki Benita
7273
- [10 tips for making the Django Admin more secure](https://opensource.com/article/18/1/10-tips-making-django-admin-more-secure) by Jeff Triplett & Lacey Williams Henschel
74+
- [Why is the Django Admin “Ugly”?](https://www.coderedcorp.com/blog/why-is-the-django-admin-ugly/) by Vince Salvino
7375

7476
### Django ORM / Database
7577

@@ -133,8 +135,9 @@
133135

134136
- [Questions to ask a Django company](https://www.better-simple.com/career/2022/12/31/questions-to-ask-a-django-company/) by Tim Schilling
135137

136-
### Learn by Example
138+
### Learning Django
137139

140+
- [Beginners should use Django, not Flask](https://www.bitecode.dev/p/beginners-should-use-django-not-flask) by Bite Code!
138141
- [Build an NFT rarity tool with Django](https://justdjango.com/blog/nft-rarity-tool) by Matthew Freire
139142

140143
### Logging
@@ -167,6 +170,11 @@
167170

168171
- [Django: How to profile and improve startup time](https://adamj.eu/tech/2023/03/02/django-profile-and-improve-import-time/) by Adam Johnson
169172

173+
### Request / Response
174+
175+
- [Django Streaming HTTP Responses](https://blog.pecar.me/django-streaming-responses) by Anže Pečar
176+
- [How Does Django's StreamingHttpResponse Work, Exactly?](https://andrewbrookins.com/django/how-does-djangos-streaminghttpresponse-work-exactly/) by Andrew Brookins
177+
170178
### Serverless
171179

172180
- [Django Views as Serverless Functions on Fly Machines](https://fly.io/django-beats/django-views-as-serverless-functions-on-fly-machines/) by Kátia Nakamura

0 commit comments

Comments
 (0)