NasirA deep dive into web browser’s indexedDBindexedDB is a low-level API for client-side storage, it’s working in the user’s web browser and stores no SQL data. It’s faster than…Dec 16, 2022Dec 16, 2022
NasirConnect MySQL with PHPMyAdmin in Docker step by stepToday will learn how to set up MySQL and PHPMyAdmin, and then connect them with each other. First of all, we will pull both repositories…Aug 28, 2022Aug 28, 2022
NasirConnect Postgresql database with pgAdmin4 in Docker step by stepInstall Postgres, and pgadmin4, and connect with each other.Aug 28, 2022Aug 28, 2022
NasirDjango Custom Auth Model Extending AbstractBaseUserToday we try to implement a new model in our app extending AbstractBaseUser class and PermissionsMixin for a customized auth model. First…Jun 25, 2021Jun 25, 2021
NasirGenerate password protected excel file in JavaHi, In this article, I am gonna teach you how we can generate an excel file that will be password protected in Java. We use the Apache POI…Nov 25, 2020Nov 25, 2020