I am excited to announce the release of my 2nd LinkedIn Learning course titled Cybersecurity Foundations: Application Security. Check it out the link below: Learn…
Category: Software Engineering
Facebook’s annual developer conference over last week has had lots of talking points. Key among them is Mark Zuckerbergs bold statement that the future is…
In part I, we created database tables, models and defined relationships. Let’s now see how relationships make dev a breeze. For the purpose of demonstrating…
This two part tutorial will show you how to create and use Laravel Eloquent relationships. Laravel comes packed with a simple, beautiful ActiveRecord implementation for…
A design pattern is a well described approach to solving a software engineering problem. Design patterns are used as a standard approach to solve recurring…
Laravel is currently the top web framework for PHP. It’s based on Symphony and follows the Model-View-Controller (MVC) architecture. If you are reading this, however,…