Sepanjang tahun 2020, Michael David Rosenberg atau lebih dikenali dengan nama pentas Passenger telah mengeluarkan beberapa single yang agak menarik. Single-single tersebut tidak termasuk di dalam Album Patchwork. Berikut merupakan single-single tersebut. 1. Remember To Forget (11 December 2020) 2….

Flutter error D8: Program type already present: io.flutter.BuildConfig
After updating the Flutter version, this error may raise when you try to run the previous created app solution. error D8: Program type already present: io.flutter.BuildConfig This issue can be resolve by open terminal , set the directory into the…
Librani
Seperti apa rasanya dulu Selagi kau masih ada Jika ini yang kudapati Macam begini, kacau hatiku. Jika boleh sekali lagi Ku ingin ulang kembali Untuk akan menahan diri Agar tiada luka, agar tak pergi Salah satu lagu yang menarik dari filem adaptasi novel ‘Milea’….
Flutter – Change the App Label Name Android
Change the app label name is documented via this link : Android : https://flutter.dev/docs/deployment/android IOS : https://flutter.dev/docs/deployment/ios For android, you need to edit at AndroidManifest.xml. This file can be located inside android / app / src / main / AndroidManifest.xml…
MSSQL : Checking the number is Integer or Float value
Today i am writing new logic to batch insert Staff Leave record since MCO is practice for all my customer. On a few scenario, i need to find out who has the 0.5 balance in their entitlement balance. So here…
MSSQL Check Compatibility Level
To check compatibility level for your mssql database, you can execute this statement : SELECT compatibility_level , * FROM sys.databases WHERE name = ‘YourDatabaseName’ The number return from the compatibility_level is the version of SQL Server with which the database…