Prism ICT

Blog

At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services

Default image

Mac Use multiple NMP versions by NVM

Hello programmers, how you all are doing great! today I will explain the most popular way to use multiple NPM versions. Remove exists NPM version from your mac. brew uninstall

Default image

Flutter hide keyboard when clicking outside text input

If you are a flutter developer then you must face this issue. Here is a simple solution for this. Just wrap your while widget with GestureDetector and unfocus the primary

Default image

MySql connection and query in PHP

If you trying to connect with the MySQL database quickly then you can use this code from below. It's simple a MySql connection and gets result snippet code. <?php //

1 8 9 10 11 12 19