Pivot table in Laravel

When you work on an app that requires a many-to-many relationship between tables, you often need a pivot table in your database to manage the associations between records. Let's consider…

Gradual Progress towards goals!

Achieving something, even if it little is built upon gradual behavior. If you haven't been engaging in sports for a while, expecting to wake up and immediately do a one-hour…

PHP note: For Loop Performance

About a year ago I started to writing code ā€œBUT NOT JUST FOR WRITING ITā€, I focused on to trying to fully understand what I’m about to write, in the…

About code smells

In software engineering field you are probably heard about ā€œCode Smellā€ before right?, the name comes from Martin Fowler and Kent Beck. So let me explain a little about this…