django-ninja
instead of django-rest-framework
to build coreproject
django-ninja
is a relatively new framework ( first commit was in July 21, 2020 ). So you might ask why would you use it instead of something like django-rest-framework
( whose first commit was all the way back in Dec 30,2011 ). Well I am glad that you asked this question. Let's talk …
daphne
server dectection to wappalyzer
Back in the end of 2021 I was really amazed by wappalyzer
. This seemingly small piece of extension can detect what the backend is ( albeit not guranteed ).
As I was relatively new to django
back then I was amazed that many of the top sites are powered by django ( ・ …
htmx
redeclaration of let element
with hx-boost=true
htmx
is gaining popularity in django
ecosystem. For example, I have created my latest project with django
+ htmx
. The sites user page was previously written using svelte
but I was not using django
to it's full capability. ( django templating language
is such a blessing | I dont even have to deal …