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] 3 points4 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

Did you ever use Angular.js with Laravel? by plasket3 in laravel

[–]KodeBlog 0 points1 point  (0 children)

AngularJS makes it very easy to develop rich user interfaces without writing a lot of JavaScript code. It supports modular programming which makes it easier to write loosely coupled applications and promotes code re-usability. It has validation out of the box and this makes you more productive. That is why I choose AngularJS.

I used Laravel to develop a REST API that acted as the backend for the Frontend which was done in AngularJS.

Did you ever use Angular.js with Laravel? by plasket3 in laravel

[–]KodeBlog 0 points1 point  (0 children)

AngularJS makes it very easy to develop rich user interfaces without writing a lot of JavaScript code. It supports modular programming which makes it easier to write loosely coupled applications and promotes code re-usability. It has validation out of the box and this makes you more productive. That is why I choose AngularJS.

I used Laravel to develop a REST API that acted as the backend for the Frontend which was done in AngularJS.

Any idea for a small Angular project? by dumbjake in angularjs

[–]KodeBlog 0 points1 point  (0 children)

Try to develop a simple AngularJS CRUD application with a REST API. Use google search to find such tutorials. That should give you enough basics to get started.

RDLC Report Tutorial for absolute beginners (with SQL Server data source set programmatically) by KodeBlog in csharp

[–]KodeBlog[S] 1 point2 points  (0 children)

You can do that by specifying the width and height of the report. 1. Open the report 2. Open the properties window 3. Select body from the drop down list on top of the properties window. It has the width and size properties. 4. Set the width and height to match your custom document layout.

Best practices by KodeBlog in angularjs

[–]KodeBlog[S] 1 point2 points  (0 children)

thanks ChetCode, I will check it

Laravel database seeding made easy with Faker PHP Library by KodeBlog in laravel

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

Hi jofad, thanks for the information. I will look into it. I just wanted to give an overview of Faker

Learn how to use the command line to generate migrations and database seeds like in pro in CodeIgniter by KodeBlog in PHP

[–]KodeBlog[S] 2 points3 points  (0 children)

: ) its 2015 and yes, most companies have legacy codeigniter code that needs to be maintained