Built a slick tool for teams handling shared emails like info@ or support@! It streamlines collaboration and keeps things organized. Looking for a few beta testers to try it out and give me feedback, any teams want to give it a spin? DM me!
Built a slick tool for teams handling shared emails like info@ or support@! It streamlines collaboration and keeps things organized. Looking for a few beta testers to try it out and give me feedback, any teams want to give it a spin? DM me!
Ok so i didnโt check in here for a couple of days after joining Blue Sky, and suddenly I got a bunch of followers. So hello ๐๐ฝ everyone all the way from Sweden ๐
Standard UI of Laravel Horizon, a package from laravel for showing status of your redis workers ๐ Pretty neat when you have lots of jobs.
Nice! Great to get some more inspiration on how to use the components ๐
Just tried Flux for Livewire, and wow - it's just amazing how easy it is to build with this beautiful UI kit. Made this demo in less than an hour! Can't wait to try out the other components.
Just so brutally tired of Cookie-banners, and have now completely stopped using third-party or tracking cookies on my sites to spare my visitors from it. The EU does some good things but this.....
Requested this earlier today on the other platform, and now we got it! Just bought it, can't wait to start trying it out, thanks!
Laravel & redis updating 95k products daily on a 5$ Hetzner-box!
So a fair bit of pSEO going on. Currently have 95k products listed, and while processing the feeds from the vendors I match EAN and some other stuff to be able to compare the prices. Anyways, launched this in Oct and now getting 4-5 sales per day ๐ค So simple that I never thought this would work!
๐งต Heard a lot of people complaining about recent Google-updates tanking their affiliate-sites. So I just built a new one (on an existing domain but with barely any content). I built a site that processes feeds from different vendors that sell beauty products and compare the prices between them.
This is great! I'm building inboxpond.com aswell as some other stuff ๐
Agree, although I feel like on X the feed is super pro-trump / republican and now that I signed up here it's super anti-trump / republican instead. Almost feels like both platforms are biased on the opposite poles when it comes to this.
Not even joking ๐
Definitely interesting when you sign up and the algorithm hasn't learned what you like yet, and the whole feed is basically cat pictures.
Route::get('/first-post', function () {
return response()->json([
'message' => 'Hello Bluesky! ๐',
'stack' => 'Laravel',
'status' => 'Indie Hacker: Online',
], 200);
});