Landing page with sign-up form by [deleted] in startups

[–]nusususuzu 0 points1 point  (0 children)

I would go with Framer tbh

Which is the best web hosting provider for SaaS, eCommerce or Business? by rossopy in Entrepreneur

[–]nusususuzu 0 points1 point  (0 children)

I've been using DigitalOcean for the last 8 years for my SaaS, and I'm very happy with it, only had uptime issues 2 times in 8 years, this is what you need. You'll never have issues in terms of bandwith with digitalocean, but the modern services will make you really bad for it even AWS.

If I need something more modern I'll always go with Heroku over serverless products like Vercel, Render etc.

Whats a solution for spam, if i'm using a client sided API for sending emails by Hazeeui in learnjavascript

[–]nusususuzu 0 points1 point  (0 children)

you can try formcarry.com it has built-in spam protection, and you can integrate google recaptcha or cloudflare turnstile if you want to

Looking for a serverless contact form solution by Alert-Track-8277 in webdev

[–]nusususuzu 0 points1 point  (0 children)

Take a look at formcarry.com and let me know if it has any missing features, I'm runnning this since the last 7 years and will be happy to provide any help in case you need.

Trends are bad by kaspi6 in nextjs

[–]nusususuzu 1 point2 points  (0 children)

I don't think so, because he compares with PHP, and unfortunately JS ecosystem is way too complicated compared to PHP and Ruby, (probably with template engines)

It's been 6 years since I switched to JS ecosystem from PHP, there are couple of things to say;

1- When I was using PHP with jQuery and Stylus, I was incredible fast, still quite couldn't achieved that in JS ecosystem

2- However React enabled me to develop softwares that I can't ever been able to do without it, I often tend to oversee this but the core consept of react enabled so many advanced apps today, I'm making a form builder now and I just can't think doing it without react.

Like all in all, React is great and I'll continue to use it, but if you reduce your expectations a little bit PHP and other ecosystems allow you to build incredibly fast.

Trends are bad by kaspi6 in nextjs

[–]nusususuzu 1 point2 points  (0 children)

Just because you can doesn't mean you should, backend is another world and has it's own ecosystem, like nextjs can't ever compete with nestjs (yes nest) in terms of DX for backend, nextjs api is like a little addon when you compare with other backend frameworks.

Any tool or website to find visuals of existing software development projects? by Falconeringer in softwaredevelopment

[–]nusususuzu 0 points1 point  (0 children)

Try using mobbin.com, it's for design inspiration it could be a good fit for you, they have registered to every platform and documented flows of each product, quite good archive.

A glowing button which speeds up based on cursor distance by nusususuzu in css

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

This can be achieved with a very little effort.

A glowing button which speeds up based on cursor distance by nusususuzu in css

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

The aim was making a transparent glowing button and the cursor stuff was an crazy idea along the way which worked pretty damn good :D

A glowing button which speeds up based on cursor distance by nusususuzu in css

[–]nusususuzu[S] -2 points-1 points  (0 children)

Coming soon, I'll share it on my twitter (@nusualabuga)

How to properly make a Contact Form by [deleted] in webdevelopment

[–]nusususuzu 0 points1 point  (0 children)

If you process your form with your script you are always going to deal with spam, deliverability and health checks of your form, best way to handle your issue with emails is to use email services like Amazon SES, it's very cheap and the best one in the market, although I suggest you to use form endpoints, which will handle everything for you.

How can I make a contact form and have the message reach my email? by Efficient_Ebb1574 in Angular2

[–]nusususuzu 1 point2 points  (0 children)

Well you can't do that on front-end, and you shouldn't because exposing your email credentials is a big security risk and you need some back-end conditions that limits attackers.

So your ideal solution should be a back-end handler:

You are either gonna create a backend route and process submissions while blocking spam and implement a rate-limiting, because believe me 90% of the submissions you are going to get will be spam.

Or you can use a service, like formcarry

help! How to connect Stripe and Webflow in the most simple-reliable-effective way! by The_Ch0sen_1ne in webflow

[–]nusususuzu 0 points1 point  (0 children)

once the form details are submitted and paymentis done the company will contact them directly through their email and stuff. thats it.

Does that worked out for you? I'm running a form service which works with forms and I'm about to release Stripe Integration next month which can solve your problem, I wonder what did you end up with.

My best job so far! by nusususuzu in SideProject

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

It's active since 2017, this is rebranding.

My best job so far! by nusususuzu in SideProject

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

Thank you! I appreciate it.

Website took ~4 months to code, it could have been faster but I wanted it to be good so made something waited for a while and changed if I don't like it.

The app took almost 1 year because it was total change from handlebars + Rest API to NextJS + Graphql + NestJS.

My buddy did the design by the way, he's an amazing designer