MrPunyapal
MrPunyapal

Punyapal shah ☁️🦹

@MrPunyapal

{{ 'Hello Pinkary' }}

27 Answers 1K views

/ 255

hey, which framework or technology do you use to build desktop applications?

In the past, I've used .NET/Java Swing, but I don't remember much about it now. 🫣

Currently, I'm deciding between Tauri and Electron for the same purpose. 👌🤞

However, it's worth noting that NativePHP is almost ready for production. 👀

@simonhamp did great work on it, and I'm leaning towards choosing it in the future. 😉

php artisan native:install 

536 views

SQLite ke liye koi Admin panel hai kya just like phpmyadmin.

I primarily use SQLite Browser, but there are plenty of other options available.

While I don't utilize SQLite for web development, I have employed it a few times for desktop applications.

I'm not saying that SQLite is not good for web as we use it at Pinkary🤌

SQLite Browser is a helpful resource for managing SQLite databases.

🔗: sqlitebrowser.org

2K views

?

Anonymously

The website I am building needs to handle large DSLR image formats (ARW, RW2, DNG) uploads, so I need these uploads to be async, users now are waiting 5 to 10 minutes for their file to upload.

Uploading files through ajax can help!

524 views