This is my Laravel Tutorial Part 2 – Migrations and Artisan video to introduce you into creating migrations using Artisan in order to manage your database by writing PHP instead of SQL. We’ll be using the Schema Builder and Fluent Query Builder to interact with our database using Laravels migrations. You can download any related […]
This is my Laravel Tutorial Part 1 – Installation and Configuration video to help you get started with the MVC PHP framework Laravel. I discuss downloading, installing, configuring, using mod_rewrite, and connecting to a database using the Laravel framework. You can download any related final source code for my video tutorials at my website: andrewperkins.net/laravel
In Level 7 of the Crockford on JavaScript series, Yahoo! JavaScript architect Douglas Crockford outlines the changes made to the language in the 5th edition of the ECMAScript standard.
Software development is hampered by a specific set of design mistakes that were made in the first programming languages and repeated in everything that has been done since. And, somewhat miraculously, JavaScript is going to make it right, radically transforming the way we write applications. Again. In the Loop of History, it has all happened […]
Yahoo!’s JavaScript architect Douglas Crockford continues his lecture series on the JavaScript programming language with an analysis of the Document Object Model (DOM) and an exploration of Ajax.
Yahoo!’s JavaScript architect Douglas Crockford concludes his five-part lecture series on the JavaScript programming language with a review of issues related to security and performance in JavaScript.
Learn MVC in 16 hours www.youtube.com/watch?v=Lp7nSImO5vk Learn AngularJS Step by Step in 8 hours www.youtube.com/watch?v=0kmdjqgO9IY Learn Design Pattern in 8 hours www.youtube.com/watch?v=YDobmucohqk Learn C# and .NET in 60 days www.youtube.com/watch?v=yh2SrzCkNQA Learn MSBI in 32 hours www.youtube.com/watch?v=mGPJx3ocFgg In this video we will create a simple input screen with customer code , amount and id inputs. Using […]
Learn AngularJS Step by Step in 8 hours www.youtube.com/watch?v=0kmdjqgO9IY Learn Design Pattern in 8 hours www.youtube.com/watch?v=YDobmucohqk Learn C# and .NET in 60 days www.youtube.com/watch?v=yh2SrzCkNQA Learn MSBI in 32 hours www.youtube.com/watch?v=mGPJx3ocFgg In the last two videos of the MVC series we have only seen how the controller and view work. Model is one the important part […]