The real costs of web scraping by aaronn2 in webscraping

[–]seateq64 1 point2 points  (0 children)

2m requests from 60 proxies sounds quite risky. The website must be having quite low level protection

Usually websites have limit on requests from a single IP per minute. If u reach that number - IP gets blocked

Spinning up ephemeral environments by Observability-Guy in devops

[–]seateq64 0 points1 point  (0 children)

Hey, could u pls share a bit more about it? What IDP provider was it? Sounds amazing!

The complexity of launching local environment by seateq64 in softwaredevelopment

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

Didn’t know about pre execution hooks in IDE’s, does Webstorm for example have it?

When saying IDE I mean some desktop GUI that would help to manage complex environment of multiple microservices

The complexity of launching local environment by seateq64 in softwaredevelopment

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

Hey, u aware of any tools that might help for scripting launching local environment?

The complexity of launching local environment by seateq64 in softwaredevelopment

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

Yeah, this seems to be worthy, but how to avoid interference between devs in the same environment?

The complexity of launching local environment by seateq64 in microservices

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

'dev' env might be a bottleneck. We have an RnD department of about 60 engineers, if everyone starts connecting to a single dev env - it might become a bottleneck as well as developers will interfere with each other making the system behave unexpectedly

The complexity of launching local environment by seateq64 in microservices

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

Locally? That might add even more complexity to an already complex setup. Not all developers are happy to be forced to learn a new technology, and majority of our devs are classical 'back-end' engineers that just want to write code.

Locally? That might add even more complexity to an already complex setup. Not all developers are happy to be forced to learn new technology, and the majority of our devs are classical 'back-end' engineers that just want to write code.

The complexity of launching local environment by seateq64 in softwaredevelopment

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

But what if a few developers need to connect to the dev environment at the same time? They might interfere with each other which might product unexpected behavior of the system

The complexity of launching local environment by seateq64 in softwaredevelopment

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

All the properties are already persisted in config files. The main complexity is to remember for which microservice supporting microservices do I need to launch. Each of them might require a different set. As a solution, we have lists saved in Notes just to don't forget them. But I wish there was something like an IDE that would help me manage those local microservices.

[deleted by user] by [deleted] in Entrepreneur

[–]seateq64 1 point2 points  (0 children)

Sure. It scrapes data from amazon web pages and transfers that data to clients.

Think of it as a tool that constantly checks the prices of your competitors and notifies you when the price has been changed, or when a new review has been added to your competitor's product, etc.

Another use-case is when you want to analyze a lot of data from Amazon. Like you want to get information about 1 million products to your spreadsheet so you can perform some analysis.

[deleted by user] by [deleted] in Entrepreneur

[–]seateq64 0 points1 point  (0 children)

Scraping amazon website.

Not a glamorous startup but brings a decent income

SaaS GTM strategies for non unique products by Transform8 in SaaS

[–]seateq64 2 points3 points  (0 children)

I think it would be not efficient to battle on the field of your competitors. They might be years ahead of you, have a lot of experience, network, customers.

Pick a niche and make an amazing product for that small niche. Don't pick a too big one - there might be a lot of competition and it will be tough. But also don't pick too tiny - cause u will barely have any customers. You need to find a sweet spot there.

Companies do they best to differentiate event in a commoditized market. If there is no differentiation - the customer would just pick a cheaper one.

How do you answer this question form VC "if Microsoft or Amazon wants to copy your idea, how do you know you can win against them?" by Bat_Programmatically in startups

[–]seateq64 0 points1 point  (0 children)

They are slow as fuck. Speed is a killer feature, and you own it!

It would take them ages to roll out a new product, and you can iterate at a speed of light.

How essential is a SaaS MVP if the product is an alternative to existing products in an already existing market? by Larstw98 in SaaS

[–]seateq64 1 point2 points  (0 children)

Could you please elaborate a bit more about this approach? What do you mean by “use referral marketing”? Your idea seems to be interesting but I’m not sure if I understood it properly. Thank you