(07-20-2020, 12:38 PM)marcogmonteiro Wrote: That is the most complete one that is out, but I kinda disagree about some stuff he does, that was one of the reasons I decided to start this venture 
It is very appreciated! I am surprised that such basic stuff isn't covered by examples already. There is a lot of focus on testing and other more deep subjects. I am sure that also they are important, but without the basic explanation at least I have no use for it.
No mean to be hard on the one that is making all the hard work, just trying to say that I have been stuck with CI4 for about a year, my projects are still written in CI3, and I can't change that until I am 100% familiar with how CRUDs are done in CI4.
Understanding CRUDs gives you so much learning you can use in other CI4 applications:
- Connect and use db with manipulation, migrations and seeding
- Writing HTML and CSS
- Learning about requests
- Validation
- Add in libraries and write your own
- Get a good understanding of multidimensional arrays and getting to loop and manipulate them
- Authentication
- Session handling
So with that said, I look forward to being able to switch to CI4 as soon as possible. I am very excited!