Blog

  • Archive
  • Categories
  • Tags
  • Search
  • Home
  • Tags
  • django
  • Why I chose 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 …

    June 17, 2023
     · 10 min read
     · Baseplate-Admin
  • How I added 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 ( ・ …

    February 23, 2023
     · 7 min read
     · Baseplate-Admin
  • How I fixed 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 …

    February 22, 2023
     · 10 min read
     · Baseplate-Admin
©2023 • Powered by Pelican & Papyrus