This is a place where I document my thoughths about world, software and things around me
permission_required decorator for django-ninjaIt's no surprise that django-ninja is the next big thing for django. But as you might have assumed, django-ninja is the new kid on the block. It lacks many of the necessary features of django-rest-framework ( eg: throttling,permission_required ). Recreating all of that in one article is not a feasible thing …
django-ninja instead of django-rest-framework to build coreprojectdjango-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 …
svelte blur effect using alpinejs and tailwind.cssIt's not a surprise that both svelte and alpine.js are both popular framework. It's no surprise that both framework has some quirks up it's sleeve.
svelte offers a lightweight framework ( which can suffice even the most complex of features ) which adds syntactic sugar to make the developer's job easier …daphne server dectection to wappalyzerBack 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 ( ・ …
It was a day in July 4, 2022. Day was going on as usual. It was at 9:00PM in the night. My math teacher was about to come. But i had the weird idea to clean my PC. I kinda successfully cleaned my PC before but I always am …
I am a big Genshin Fan. I was introduced to this game by Rebel Rox ( one of my closest friend | I call him cat because he simps for Keqing ). Someday after my first exam in Class 11 ( I failed at that exam spectacularly ) Rebel Rox asked me whats my Genshin …
htmx redeclaration of let element with hx-boost=truehtmx 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 …