Caleb (@okicoder) 's Twitter Profile
Caleb

@okicoder

I am a Software Engineer. I tweet about Indiehacking and Software Engineering.

#buildinginpublic

ID: 1704606959524012032

calendar_today20-09-2023 21:22:32

131 Tweet

35 Followers

201 Following

Mahek (@themahekunnisa) 's Twitter Profile Photo

🟥Laravel Developers Insight 🔶I always forget to format code with pint. So, I configured a pre commit hook in all of my repositories. It checks automatically whenever I do git commit. 🔶You can put "exit 0" if you want to get out of git shell anyways. laravel.com/docs/10.x/pint…

🟥Laravel Developers Insight

🔶I always forget to format code with pint. So, I configured a pre commit hook in all of my repositories. It checks automatically whenever I do git commit.

🔶You can put "exit 0" if you want to get out of git shell anyways.

laravel.com/docs/10.x/pint…
Peter Mick (@thepetermick) 's Twitter Profile Photo

Solo startup founders: Act fast. Plan fast. Ship fast. Pivot fast. Learn fast. React fast. Adapt fast. Ideate fast. Iterate fast. Resolve fast. Improve fast. Automate fast. Outsource fast. Buy domain names, fast.

Jayjen (@jayjen_x) 's Twitter Profile Photo

There are *so* many auth solutions you can use for a Javascript app: 1. Firebase 2. Clerk 3. Supabase 4. NextAuth/Authjs 5. Lucia 6. Kinde 7. Cognito 8. Ory 9. Supertoken 10. Zitadel 11. DIY with Passport.js Which do you think is the best? Am I over-complicating things?

Nuno Maduro (@enunomaduro) 's Twitter Profile Photo

Larastan users: we've just moved Larastan to its own organization. Please update your "composer.json" file accordingly when you have the chance. github.com/larastan/laras…

Larastan users: we've just moved Larastan to its own organization. Please update your "composer.json" file accordingly when you have the chance.

github.com/larastan/laras…
Bilal Haidar (@bhaidar) 's Twitter Profile Photo

🌶️ Laravel tip: Clean up your code with the many helper functions in Laravel. Here's a snippet to clean up the code for throwing exceptions using the throw_if() function.

🌶️ Laravel tip: Clean up your code with the many helper functions in Laravel.

Here's a snippet to clean up the code for throwing exceptions using the throw_if() function.
Marc Lou (@marc_louvion) 's Twitter Profile Photo

I shipped 17 startups in 2 years because I gamified the process: - Build in 14 days max - Launch with a fun video - Talk about it on Twitter You can't give up if you're having fun.

I shipped 17 startups in 2 years because I gamified the process:

- Build in 14 days max
- Launch with a fun video
- Talk about it on Twitter

You can't give up if you're having fun.
Taylor Otwell (@taylorotwell) 's Twitter Profile Photo

For a long time, I've dreamed of Cashier "quickstart" docs. A 5 minute intro to selling products / subscriptions with Cashier + Stripe Checkout. Thanks to Dries Vints, it's now a reality. 💰 The full power of Cashier is vast and you likely don't need it. This lets you just

For a long time, I've dreamed of Cashier "quickstart" docs. A 5 minute intro to selling products / subscriptions with Cashier + Stripe Checkout.

Thanks to <a href="/driesvints/">Dries Vints</a>, it's now a reality. 💰

The full power of Cashier is vast and you likely don't need it. This lets you just
PL Bompard (@plbompard) 's Twitter Profile Photo

Just discovered a cool concept: "Minimum Viable Audience." Focus on the audience first, and the product second. Deliver real value to a small group. If they love it, it's likely others will too.

Aniket Magadum (@magadum_aniket) 's Twitter Profile Photo

Hey Laravel Developers 👩‍💻, Starting from Laravel v10.37.0, we now have the Schema::getIndexes($table) method, which returns the indexes added to the table 🚀 Now we should be able to conditionally add indexes to the table if they don't already exist without checking the

Hey Laravel Developers 👩‍💻,

Starting from Laravel v10.37.0, we now have the Schema::getIndexes($table) method, which returns the indexes added to the table 🚀

Now we should be able to conditionally add indexes to the table if they don't already exist without checking the
Taylor Otwell (@taylorotwell) 's Twitter Profile Photo

Announcing FrankenPHP support in Laravel Octane! 🚀 FrankenPHP is a modern PHP application server that supports early hints, automatic SSL certificate management, and more. And, when paired with Octane, it's really, really fast. 😏 Enjoy! 🫡 blog.laravel.com/octane-franken…