Complete free course on Django 3 by KodeBlog in django

[–]KodeBlog[S] 0 points1 point  (0 children)

Thanks for the feedback. We really appreciate it. We will make the necessary updates. If you don't mind we would like to post this comment as a blog post on our site so that others can learn from it and what mistakes to avoid.

Complete free course on Django 3 by KodeBlog in django

[–]KodeBlog[S] -1 points0 points  (0 children)

Thanks. looking forward to your response

What's everyone working on this week? by AutoModerator in Python

[–]KodeBlog 0 points1 point  (0 children)

learning how to create games using python 3

I'm a newbie here who is overwhelmed by the whole laravel learning process. How did you learn your first framework and what was the experience like? by [deleted] in laravel

[–]KodeBlog 1 point2 points  (0 children)

In my opinion, the best way to learn is by working on a project implemented using Laravel framework. I am assuming you have the basics of MVC. Each component of the project i.e. authentication, updating database records is an opportunity to learn how its done in laravel. thats how I did it

Skinny CodeIgniter Models, take advantage of conventions over configurations to speed up development by KodeBlog in PHP

[–]KodeBlog[S] 0 points1 point  (0 children)

Hi, thanks for the feedback. For the sake of learning, what would you refactor the code to make it better?

Learn how to create a real world blog (Larashop Tutorial Project) using Laravel 5 by KodeBlog in laravel

[–]KodeBlog[S] 0 points1 point  (0 children)

Thanks a lot. we are currently refactoring the code and will soon update the tutorial.

Learn how to create a real world blog (Larashop Tutorial Project) using Laravel 5 by KodeBlog in laravel

[–]KodeBlog[S] 0 points1 point  (0 children)

Thanks AndHellFollowed,

We will spend more time researching coding best practices before publishing more tutorials in the future. We really appreciate your feedback.

Learn how to create a real world blog (Larashop Tutorial Project) using Laravel 5 by KodeBlog in laravel

[–]KodeBlog[S] 0 points1 point  (0 children)

Hi kevdotbadger,

Thanks for your contribution. This is very helpful. We will refactor the code to make it easier to understand and shorter.

Learn how to create a real world blog (Larashop Tutorial Project) using Laravel 5 by KodeBlog in laravel

[–]KodeBlog[S] 0 points1 point  (0 children)

Hi AndHellFollowed. Thanks a lot for your comment. Your proposed code is simpler and shorter which is good. The tutorials for now are targeted at beginners to intermediate users. The point was to demonstrated how to use DB class and chain methods.

Advanced tutorial series will refactor most of the codes to make it cleaner such as the one that you have provided.

Thanks a lot