Showing all Blogs posts

How to install python3-dev in CentOS?

You can install python3-dev package in yum using the python3-devel

13 Jan, 2023

yum

centos

amazon-workspace

How to deploy Django Application on railway.app?

Deploy Django application in railway.app easily with two steps

12 Jan, 2023

django

railway.app

OAuth 2 MUST utilize https.

To avoid this error during the development you need to update the environment variable with insecure transport

12 Jan, 2023

python

google

oauth

Django download file on button click

To properly download a file on Django response you need to have Content-Disposition response

11 Jan, 2023

django

Does blogging comes to an end?

Rising of copy writing AI what general people and bloggers think out this move.

11 Jan, 2023

blog

How to deploy Python FastAPI Application into Railway App?

Details about how to deploy FastAPI project into railway app in very easy steps

3 Jan, 2023

python

fastapi

railway.app

Almost Scammed

Look how this scammer tried to get my money via BTC

11 Dec, 2022

crypto

How to override Django Admin QuerySet?

Admin is one of the powerful battery in Django. The default app that comes with admin is useful for accessing the database values. Often times customise the result shown in the lists can be achieved using the custom QuerySet methods.

1 Dec, 2022

django

How to prevent partial rendering in HTMX?

To prevent partial rendering in HTMX you can use `HX-Request` to determine which HTML to sent to frontend.

4 Jul, 2022

htmx

How to change Browser URL in HTMX

To change browser URL in HTMX you have to use hx-push-url

1 Jul, 2022

htmx