rhedaligan.hashnode.devCheck DiskPart Attributes in DesktopIf you are curious how to check the properties and attributes of the Disk you can go with this step: First type cmd and run as administrator: In Search bar type or you can use windows + R in keyboard to show the Run GUI: this is automatically as ad...Feb 11路2 min read
rhedaligan.hashnode.devInstall Bootstrap And JqueryTo install bootstrap the latest version automatically: S1: Go to the terminal of your project or CMD within your project and command this npm install bootstrap //For automatically install latest OR npm install bootstrap@4.6.2 jquery popper.js // in...Aug 17, 2025路2 min read
rhedaligan.hashnode.devCodeIgniter 3 & PhpMyAdmin Hide DatabaseIf you encountered within the CodeIgniter3 Backend MYSQL during create and import of database files,and not show in the sidebar of phpMyAdmin. and it show #1007 - Can't create database '<YourDatabase>'; database exists It happens that phpmyadmin has...Aug 11, 2025路2 min read
rhedaligan.hashnode.devGitHub Repository ManagementThis is only brief discussion to easier manage our project at the same time has a good commands In the case that you only available to pull (view) the project in your friends or someone, (not available to push) you can able to use your own repository...Feb 20, 2025路1 min read
rhedaligan.hashnode.devActivity 32: Angular Library Grid | Aligan, Rhed N.What is GRID? In Angular, a grid is just a way to arrange content in a clean and responsive layout. Angular itself doesn鈥檛 come with a grid system built-in, but you can easily use CSS frameworks or libraries to create one. 馃崁Books.Service.ts 馃崁 imp...Nov 29, 2024路7 min read