3 new HestiaKit nativewind components #nativewind #reactnative #uiux #mobiledev
๐๐ป check in bio
Toots ๐ฆฃ from 01/13 to 01/17: Toots for the Week of January 13th, 2025
john.colagioia.net/blog/2025/01/17/week.html
This week, we have January 6th hypocrisy, leather greenwashing, Facebook-internal censorship, gender inequality in computer science, solar energy in Pakistan, getting meat on the table, holding John Roberts accountable, Trump's imperialism, and quotes.
Working on the new SaaS project and just picked a domain! Todayโs focus: building all the actions and API. Join the stream! ๐บ
- twitch.tv/enunomaduro.
- youtube.com/nunomaduro
I'm developing websites and webapps since over 15 years and watching @nunomaduro livestream, I started using testing, refactoring phpstan and it blows my mind so freaking hard, ... what have I done all the years? lol
I'm curios if you store Enumerations/Enums of your #laravel projects in App\Enum , App\Enumerations or simply the default App\, since artisan make:enum supports all three paths.
github.com/laravel/framework/blob/1f174fc3cb81849058ae5c35c1b0c29f0d09aa0d/src/Illuminate/Foundation/Console/EnumMakeCommand.php#L70
My current project has a domain structure, so App\Domain\DOMAIN_FOLDER\Enums. If a standard/basic Laravel app, App\Enums.