đď¸ Explore my blog
File Management
File allocation algorithms (contiguous, chained, indexed)
* File system resides on secondary storage (disks)
* File system divides disks into several blocks of sectors (usually 512 bytes)
* An allocation method refers to how disk blocks are allocated for files:
* Contiguous (where the blocks that we use to store a file is ordered)
* Linked (where one block is not entirely used to store data but pointers as well)
* Indexed (where there is one block that stores the pointers to the data blo
I UNDERSTAND IT NOW (WP)
T-minus 4 hours exam notes
Controllers
Basically does the logic and connects view with the model
Faker
whats the difference of different kinds of fake instead of fake and real
Simple Form Implementation
Simple implementation of forms in laravel for creating data
Seeder
files used to populate the table