Spent the day looking into data and it's got me thinking.
If you run a service that provides an API, what methods can you employ to detect bots when request rates aren't the issue?
Datadome can protect against bot[net] attacks, and maybe some use of scripts is ok for people to query data. But what about something in the middle, where someone's scripting something to look like the browser, but they're maybe not playing fair.
🚀 Piccolo aggiornamento dal mondo del coding!
Popolo di programmatori,
ho aggiornato un bellissimo template chiamato DRFx a Django 4.
Passa a dare un'occhiata al mio fork su GitHub: https://github.com/dag7dev/drfx-django4.
Sono aperto a feedback e suggerimenti, quindi ti invito a farmi sapere cosa ne pensi! 👏🙌
#SviluppoWeb #Django4 #DRF #DjangoRestFramework #CodingLife #OpenSource #GitHub #Tecnologia
#sviluppoweb #django4 #drf #djangorestframework #codinglife #opensource #GitHub #tecnologia
Neue Flugschüler starten Ausbildung zum Berufshubschrauberpiloten bei DRF Akademie #Ausbildung #DRF #Fliegen #Flugzeuge #Luftrettung https://techxpub.de/neue-flugschueler-starten-ausbildung-zum-berufshubschrauberpiloten-bei-drf-akademie/
#ausbildung #drf #fliegen #Flugzeuge #Luftrettung
An #Aircraft has entered or is near the Dutch airspace.
#ICAO: #3DDC6F
#Flight: #CHX83
First seen above: #Bocholt
Altitude: 1025 ft
Model: Airbus Helicopters MBB-BK 117 D-2 (H145)
Operator: #DRF Luftrettung
From: #N/A
To: #N/A
First seen: 2023-07-17 16:03:50
Last seen: 2023-07-17 16:44:51
#aircraft #icao #3ddc6f #flight #chx83 #bocholt #drf #n
like its wild to me #drf has no built in way to register serializers and define what serializers to use for nesting
on some levels it feels like this should actually not be handled by the parent serializer but delegated to the view that renders the url
but i guess drf not doing hyperlinked serializers with standardized options call as default is a bigger issue
„Blick über den Zaun“: unsere Kameradinnen der Rotkreuz-#Bergwacht|en aus den Landesverbänden #Nordrhein, #Hessen und #Westfalen-Lippe haben an diesem Wochenende in #Winterberg ein Training mit dem #Rettungshubschrauber der #DRF absolviert. @drk
https://m.facebook.com/story.php?story_fbid=pfbid029gpEZC4YSNbr1JoSBrZZeUuVjP1RnYkk7A82yZqHcmjDAPf7E7bfqH49UJD1ZGdil&id=100064730016789
#bergwacht #nordrhein #Hessen #westfalen #winterberg #rettungshubschrauber #drf
⚡️New: How To Create An API with Django REST Framework Quickly
Learn how to integrate Django Rest Framework API into your #Django project with this beginner-friendly tutorial, including two example #API endpoints.
https://medium.com/powered-by-django/create-api-django-rest-framework-c6f727a93409
#django #api #drf #saas #python #opensource #startup #foss
Also, I actually created this backend / API using #Django and #DRF, so I could in theory turn off pagination altogether if what I’m trying to do here is going to be more effort than what it’s worth. I love trying new things, however and pagination is part of good RESTful design, so definitely hoping there might be some clever solution to this.
Rettungshubschrauber der DRF Luftrettung mit der Kennung D-HDRF (als Christoph Dortmund gelistet).
#luftrettung #drf #rettungshubschrauber #dhdrf
@nova For years I’ve been working on a network inventory (not automated), to replace the Google Sheets for our customer networks. It’s written in #Django and #htmx with a slight detour to #DRF and #VueJS but I ditched those because I didn’t like that approach. Maybe one day it will be finished or I will have switched job 😁.
@colectivopixel No, lo vi muy por arriba. Alguna vez usé #DRF, pero es una deuda fastapi. :)
How in 2022 is there not a turnkey #MFA library for #Django using #DRF / #DjangoRestFramework?
Like, it's got to be me, right? I just can't find it?
#mfa #django #drf #djangorestframework
Uii. Schaut nach vielen Rettungseinsätzen heute aus. Allen Patienten nur das Beste und rasche Genesung!! #heli #drf #rettungsdienst
RT @androsfenollosa@twitter.com
Ni corto ni perezoso, acabo de añadir un nuevo curso: "Django REST Framework" para aquellos que quieres aprender a hacer APIs con Django.
- 12 lecciones cortas.
- Live demo.
- Plantilla en GitHub.
- Siempre usando un flujo TDD.
https://programadorwebvalencia.com/cursos/django-rest-framework/introducci%C3%B3n/
🐦🔗: https://twitter.com/androsfenollosa/status/1417480915002040320
Typechecking Django and DRF
"Improve Serialization Performance in Django Rest Framework"
If you use DRF and have no idea what I'm talking about then check out: http://www.django-rest-framework.org/api-guide/viewsets/#marking-extra-actions-for-routing
Never underestimate how challenging yet powerful DRF's detail_route and list_routes are. By the time I learned about them my brain was in "this too simple for me to not make it more complicated than they are" mode. ViewSets are powerful in DRF, but there are so many concepts to grasp before they click. Both detail_route and list_route are nice low level hooks for getting your APIs just right.