HackerTrans
トップ新着トレンドコメント過去質問紹介求人

danielpetrica

no profile record

投稿

[untitled]

1 ポイント·投稿者 danielpetrica·20 日前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·26 日前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·2 か月前·0 コメント

The Ecosystem Security Team at the PHP Foundation

thephp.foundation
1 ポイント·投稿者 danielpetrica·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·6 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·6 か月前·0 コメント

Show HN: I built a health score for 1,800 Laravel packages

laraplugins.io
3 ポイント·投稿者 danielpetrica·6 か月前·1 コメント

Open Source as a Way of Giving Back: The Artisan of the Day Is Daniel Petrica

laravel.com
1 ポイント·投稿者 danielpetrica·7 か月前·1 コメント

Ask HN: Loocking for advice new product: Fast link shortener

coz.jp
1 ポイント·投稿者 danielpetrica·8 か月前·2 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·9 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·10 か月前·0 コメント

[untitled]

1 ポイント·投稿者 danielpetrica·10 か月前·0 コメント

コメント

danielpetrica
·13 日前·議論
Sounds like a unified directory of domain with lower security that attackers can target to me. not sure the domain for self hosting is such a great idea.
danielpetrica
·20 日前·議論
[flagged]
danielpetrica
·26 日前·議論
[flagged]
danielpetrica
·2 か月前·議論
The short version: Someone exploited an outdated Livewire version on a dormant side project of mine. They stole my .env file, used the Mailcoach API keys to send 50,000 spam emails, and I spent a panicked night tearing through every project I own trying to find the source.
danielpetrica
·2 か月前·議論
I run it for my apps with traefik in front and is awesome. you can easily add services, DBs, backups and more and using the bin mounts you can migrate in painless way.
danielpetrica
·6 か月前·議論
At the end of November, I shared a questionnaire to discover what the community thinks about the state of Laravel packages today.

I wanted to focus on the real-world pain points developers face.

To ensure I got busy developers to respond, I kept it short, under 3 minutes on average.

Without an established audience, I managed to reach around 200 responses.

This article illustrates what the community had to say.
danielpetrica
·6 か月前·議論
If you are building high-performance Laravel applications, you are likely already exploring the limits of what's possible with FrankenPHP and Laravel Octane. In my previous work designing a production-ready Laravel architecture with Traefik and FrankenPHP, I promoted this stack for its simplicity and raw power.

However, bleeding-edge tech often comes with bleeding-edge problems. Recently, I lost three hours debugging an issue that should have been obvious: The FrankenPHP binary installed by Laravel Octane is version-locked.

In my case, it was locked to PHP 8.4, despite my system running the latest stable PHP 8.5. If you are trying to upgrade your stack or build a high-performance directory like I did for LaraPlugins.io, you need your environment to match your expectations.

Here is how to force FrankenPHP to use PHP 8.5 and stop chasing ghost bugs.
danielpetrica
·6 か月前·議論
As someone who built a standard shortener (coz.jp), this is hilarious. I spent so much time trying to make links look trustworthy; doing the exact opposite is a surprisingly fun concept.
danielpetrica
·6 か月前·議論
Nice project, I love the laravel stack. but why did you use the laravel 11 version if i may ask?
danielpetrica
·6 か月前·議論
upvote for the laravel topic
danielpetrica
·6 か月前·議論
Launching Laraplugins.io

Hello artisans!

I'm excited to launch Laraplugins.io, a Laravel-built directory that helps you discover healthy, maintained plugins faster.

The platform features automated health scores for each plugin, so you can quickly assess quality and make confident decisions without spending hours researching. Check it out the launching page here
danielpetrica
·6 か月前·議論
Also I should also mention that the site also expose this health data as Readme embeds for developers to use in their projects
danielpetrica
·7 か月前·議論
Honored to be featured by Laravel as artisan of the day
danielpetrica
·8 か月前·議論
I’ve built COZ.JP, and I’m now looking to promote it. However, I’ll admit, I’m not great at marketing or promoting. Could you please share some advice on how to effectively market my product? Any tips, personal experiences, or even harsh realities I should prepare for would be incredibly helpful! Thank you in advance for your help.
danielpetrica
·8 か月前·議論
Thank you for any advice you may share with me
danielpetrica
·8 か月前·議論
Between Japanese lessons and a lot of coffee, I'm happy to launch API beta support for Coz.jp! To make automation easy, I've also built an n8n node and a Laravel plugin.
danielpetrica
·9 か月前·議論
I'm speacking of the self hosted version you can install on your own vps not the managwment version. I don't like using managed services if possible.
danielpetrica
·9 か月前·議論
In this moments I think devs should invest in vendor independence if they can. While I'm not to that stage yet (cloudlfare dependence) using open technologies like docker (or Kubernetes), Traefik instead of managed services can help in this disaster situations by switching to a different provider in a faster way than having to rebuild from zero. as a disclosure I'm not still to that point on my infrastructure But I'm trying to slowly define one for my self
danielpetrica
·9 か月前·議論
Really enjoyed putting this system together — Laravel with FrankenPHP and Traefik makes a huge difference in real-world performance and maintainability. The full architecture and Docker setup are detailed here if you’d like to dive deeper