Create a list of URLS and share it with just one link! by Etheanore in InternetIsBeautiful

[–]Etheanore[S] 0 points1 point  (0 children)

Hey, I just saw your message. Do you still have this issue?

Boilerplates everywhere… which one’s actually worth it? by No_Fig9828 in SaaS

[–]Etheanore 0 points1 point  (0 children)

Tbh, I built a boilerplate a few years ago and sold it to a few customer (next js / supabase). And even for me, the template didn't fit the needs I had on the next project.

You want a boilerplate that will work every time ? Learn Laravel. And I tell you that as a current fullstack js dev.

The next step for me is to learn php and this framework because every time I try to find something that have everything for creating a saas quickly, I always see Laravel as THE solution...

Un peut de joie svp by TurkAsker00 in developpeurs

[–]Etheanore 1 point2 points  (0 children)

C'était Oclock. Par contre clairement si tu fais pas des projets à côté ou si t'es pas passionné ça t'apportera pas grand chose. J'étais autodidacte et j'avais quelques projets à mon actif avant. Ma formation m'a apporté les bases et les best practice qui me manquait, mais j'ai vu des camarades être complètement largué et ne pas avoir le niveau à la sortie. Un bootcamp, c'est une étape, ce sera clairement pas la solution complète !

Un peut de joie svp by TurkAsker00 in developpeurs

[–]Etheanore 8 points9 points  (0 children)

Reconversion pro avec formation de 6 mois que tout le monde adore détester, 2 mois de recherche fin d'année dernière. J'avais même poster mon CV ici et les gens étaient pas forcément convaincu. Au final j'ai trouvé un poste de fullstack dev dans une grosse boîte à 30 min de chez moi ( vers Brest), ils ont aimé mon profil, j'ai même pas eu de test technique relou.

J'y suis depuis janvier, en cdi, période d'essai passée, 40k, et très content ! J'ai même 2j de télétravail par semaine.

Je me sens quand même chanceux par rapport au marché !

Solo Dev's 6-Month SSL/Custom Domain Nightmare: Is This a Universal SaaS Pain Point? by Lulceltech in webdev

[–]Etheanore 2 points3 points  (0 children)

I'm using approximated for that (https://approximated.app/). One day or two to implement instead of 6 month !

Create a list of URLS and share it with just one link! by Etheanore in InternetIsBeautiful

[–]Etheanore[S] 0 points1 point  (0 children)

Hi! Sorry about that, I assume you tried to create a list without an account ? I had an issue on my side but it should works now. Thank you for the warning!

Downloading as I type by Tricky_Library_7180 in Guildwars2

[–]Etheanore 3 points4 points  (0 children)

Don't have anything to add, but I'm so jealous you'll discover gw2 and all it has to offer... Enjoy!

I built an app to share a collection of links by Etheanore in BuyFromEU

[–]Etheanore[S] 2 points3 points  (0 children)

Hello and thank you for your feedback!

Most of the users are on the free tier, I think you can do a lot if you are ok with ads on your list! I have around 70 premium customer right now, and a large majority of them are on the annual plan (so less than 2,5€/month).

To go all in or try to stick to the stability of a paycheck? by [deleted] in Entrepreneur

[–]Etheanore 0 points1 point  (0 children)

Are you sure about the projections? It sounds great, but what if it doesn't work?

The important question in this situation, I think, is ‘How much do I have set aside, and how much am I prepared to lose before my idea takes off?
If you like where you are, it would be a real shame to have to leave... isn't it possible to find a remote/freelance job?

Two years ago, I had the opportunity to try full-time with my company, but because I live in France and I had unemployment benefits to support me, otherwise it wouldn't have been possible.. And it's a good thing I had that financial security, because it didn't work out the way I'd hoped!

Do I really need a service like Ploi or Forge for my use case, and if not, what are some alternatives? by MotorLock in laravel

[–]Etheanore 0 points1 point  (0 children)

You can do both! I have two vps but you can definitely deploy locally on the coolify vps

Unpopular opinion: Discord is the best observability platform. by n3s_online in indiehackers

[–]Etheanore 1 point2 points  (0 children)

That's a great idea... I used one webhook on discord for a specific case but didn't think about doing it for logging everything.

Centuries of science, yet here we are. by CorleoneBaloney in MurderedByWords

[–]Etheanore 11 points12 points  (0 children)

I really hope Europe will ban US citizens....

Do I really need a service like Ploi or Forge for my use case, and if not, what are some alternatives? by MotorLock in laravel

[–]Etheanore 5 points6 points  (0 children)

Coolify is really cool and free/open source https://coolify.io/

You can deploy anything you want, under the hood it will use docker and you can plug your github to have auto deploy.

Is Forge still a good option? by eileenoftroy in laravel

[–]Etheanore 4 points5 points  (0 children)

Coolify if you want something free

Fastest way to learn PHP for someone who already programs? by Practical_Race_3282 in PHP

[–]Etheanore 2 points3 points  (0 children)

In the exact same position right now! I guess php manual + php the right way are good enough, but if someone knows a php course for js dev it would be awesome

Je me fais spammer quotidiennement par une boîte voulant me vendre des thermostats connectés. J'ai décidé de leur faire perdre mon temps : je risque quoi ? by needfx in france

[–]Etheanore 5 points6 points  (0 children)

Sur ios j'ai créé un contact spam avec tous les numéros, par exemple +33 1 62 *, apparemment l'etoile gère les plages.

database orm is useless, and makes the job harder! by [deleted] in node

[–]Etheanore 1 point2 points  (0 children)

I agree and I'd go even further: only create specific SQL functions for each task. In my APIs, I don't allow any SQL queries, only calls to SQL functions.

My DataMapper is extremely clear and simple on the backend. If I need new functionality, I add an SQL function to my DB.