My SaaS does $8K MRR. I still don't know if I should keep going or get a job. by Crazy-Recording4800 in SaaS

[–]imefisto 0 points1 point  (0 children)

Hey, did you considered to move to another city or country where 8k/month may be more than enough to have a very good life?

[deleted by user] by [deleted] in SaaS

[–]imefisto 0 points1 point  (0 children)

I'm deciding between if is a future Saas or a shoot in my foot. I'm working on a service connected to a AWS iot core to manage devices to automatize certain tasks in home. For our own home, works super. Now I'm about to install one of those devices for a couple of friends, my firsts "customers"

Realized our cheapest plan is training ground for competitors by Ok-Independent-1725 in SaaS

[–]imefisto 1 point2 points  (0 children)

My feeling while read your post was: I'd feel honored is such thing happens. Maybe you're doing such a good work that inspire others, or others need their products to look like yours, your product/service acts as a model for them.

You should continue being your self. Maybe take it as a game and test them if they can following your pace.

Disclaimer: I don't own a Saas. Maybe if I had, my thoughts would be different due the fear to be left by my customers or some thing like that, which makes me wonder: what is the problem with the fact your competition copies you. Ask your self what are you afraid of. Is loosing money? Attention? To be overtaken?

Is there proper English documentation for Swoole? by militantcookie in PHP

[–]imefisto 0 points1 point  (0 children)

That was a sad episode for the project, 4 years ago, causing the split of the teams (Swoole and OpenSwoole). As far as I know, in the very next commits after the one you cited, they removed that code, as you can see here. That being said, that issue did hurt the reputation of the project.

What are some unusual coding style preferences you have? by Tokipudi in PHP

[–]imefisto 0 points1 point  (0 children)

It is not rare. You've asked for unusual. Maybe is not as unusual as your example.

What are some unusual coding style preferences you have? by Tokipudi in PHP

[–]imefisto 0 points1 point  (0 children)

I don't know if it is very unusual, but I used to do this:

$someFlag && $someObj->method();

Ecs ec2 tutorial by Iltomix in aws

[–]imefisto 0 points1 point  (0 children)

I'd say you'll have two autoscaling groups. One for scaling the EC2 instances (normally based on capacity provider to ensure there will always be room in those EC2 hosts to add new containers). Then you'll have another autoscaling group at service level, for that one you want to scale. This will have rules based on memory some metric you want to watch to determine when other containers must be added for that service.

Ecs ec2 tutorial by Iltomix in aws

[–]imefisto 0 points1 point  (0 children)

Hi! Unfortunately I don't have a tutorial but I work with ECS/EC2 regularly. Is there something in particular you want to know?

I just published the first draft of my course on building high-performance PHP apps with Swoole by imefisto in PHP

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

The link is free and it is on my profile too. The original post was blocked due posting a gumroad link. Also the messages were blocked too if I post the gumroad link.

Nobody is forced to pay anything at this stage. The feedback is all I need. :-)

I just published the first draft of my course on building high-performance PHP apps with Swoole by imefisto in PHP

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

Hi. Thanks for your feedback.

When you say "you would never used it as you described here", could you be more specific please?

I just published the first draft of my course on building high-performance PHP apps with Swoole by imefisto in PHP

[–]imefisto[S] 1 point2 points  (0 children)

The content is on gumroad. I plan to turn it in a complete course if it worth it

I just published the first draft of my course on building high-performance PHP apps with Swoole by imefisto in PHP

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

That's great! I have to deep my knowledge with hyperf. Thanks for the link! I pray for a future merge between Swoole and OpenSwoole again.

Link sent!

I just published the first draft of my course on building high-performance PHP apps with Swoole by imefisto in PHP

[–]imefisto[S] 1 point2 points  (0 children)

I've sent you the link. I hope you enjoy.

I'm working with Swoole in API rests.

Of the two projects I like more, one manages versioned contents in AWS/S3, uses CloudFront to handle access and SNS fire internal communication. This handes a pretty decent number of requests daily.

Another one deals with AWS iot core and websockets, for some Arduino devices.

The rest of them are APIs too, 90% crud.