For a long time I automatically created abstract
methods for things I wanted to see in all my (data) objects but recently I switched quite a few to virtual
, let me show why.
Month: March 2015
Laravel – Many routes lead to Rome, but most got prettier!
But we’ve moved on from dirt roads to cobblestone to asphalt. Let’s modernize our Laravel routes and make the old ones deprecated, not broken! Continue reading Laravel – Many routes lead to Rome, but most got prettier!
Windows 10 – How to remove OneDrive a.k.a. I use Dropbox
It is possible, but I’m going to cover how to hide it so it doesn’t get in the way of your typical Windows experience.
Continue reading Windows 10 – How to remove OneDrive a.k.a. I use Dropbox
Windows 10 – Old Start Menu
InnoDB Recovery from .frm .ibd files
A happy-end-horror-story the making of.. prerequisites for my recovery plan assuming that you had/have the following InnoDB setting:
inno_db_file_per_table = 1
- A recovery (development/virtual) machine
- MySQL Utilities for schema (CREATE TABLE) recovery
- XAMPPÂ for rebuilding your databases