I am a daylily #php developer, used to working on large #symfony#laravel projects with complex business logic, as well as designing application architecture.
I have found an incredible Golang tutorial about channel, context, and interface. I wish there was more content of the same quality on YouTube. I like the author's relaxed, smooth, and gentle expression style. @ryancodez has a talent for explaining stuff. https://t.co/8SHPrhyNq0
#phpstorm Tip of the day๐ก
In PHPStorm, there is an option to turn on AI assistant to code auto-completion to improve your productivity.
You can find this under
Preferences > Editor > General > Code Completion
#PHP#symfony#Laravel
@tobias_petry I used @ClickHouseDB in my previous work, and it's great. It works very well and fast.
Some tools help you collect your single insert into one batch and send them to servers if you can't handle it on your side.
https://t.co/YHtadic5OF
@rajkbnp@repman_io@FoomanNZ@yireo@spatie_be Actually, it is not necessary to use third-party services for that you can use the VCS repository inside of your composer.json
https://t.co/wmvX47JSwz
@BrdejDamian Now I prefer to make clear goals with clear steps like:
1. Learn the type of joins in MySQL
2. Practice "Join left"
3. Practice "Join right"
4. Find out problem spots with Left and Right and try to tackle them.
@BrdejDamian I used to make that type of abstract goal but then I figure out that it was hard to reach because it was not clear what means "advanced" or "master".
@tdinh_me I used to play multiplayer games and always wanted to have my dedicated server, and then I bought it. After that, the desire to have a website came up. I started learning to program and practiced a lot.
๐กTip of the day.
In #PHP 8, you can combine class fields, constructor definition, and variable assignments into one syntax. It helps you inject dependency without creating a dedicated property.
#symfony#laravel