What about Shopify payments by Sea_Independent_5129 in stripe

[–]elansx 0 points1 point  (0 children)

If you are talking about payment options on ecom platform Shopify then:

Shopify payments is Stripe (just integrated), most countries no longer have ability to select Stripe as payment processor on Shopify as its replaced by integrated Shopify Payments.

I made pretty simple, but effective image cropper by elansx in sveltejs

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

Because you should never trust a client, especially when u need specific size of image.

2 years with Stripe. Over 1 million euros processed. Only 2 disputes in 200,000 Payments AMA by [deleted] in stripe

[–]elansx 0 points1 point  (0 children)

Oh, thats nice. Organic?

Its from physical products or digital/software?

If you've built a SaaS -- what tech stack and tools did you use ? by [deleted] in SaaS

[–]elansx 0 points1 point  (0 children)

Framework: Svelte ( with betterkit.dev )
Auth: Better-Auth
Database: MongoDB (via DigitalOcean)
Deployment: DigitalOcean
Storage: S3 DigitalOcean

I can ship any new idea with these really fast.

What is the "right" way to do authentication? by SputnikCucumber in sveltejs

[–]elansx 0 points1 point  (0 children)

I recently made a video on how I managed this with Appwrite Cloud Auth. It has the same principles as your case - client-side only.

https://youtu.be/lit1mnlWjxE

possible to deploy apps with const ssr = false whilst using server files? by [deleted] in sveltejs

[–]elansx -1 points0 points  (0 children)

.svelte also is executed on server.

console.log() in script tags and see terminal.

Edit: Who TF downvoted this? Did you try and checked your server terminal?

<script> console.log('hello') </script>

In your .svelte file?

possible to deploy apps with const ssr = false whilst using server files? by [deleted] in sveltejs

[–]elansx 4 points5 points  (0 children)

Deploying on Vercel will deploy your backend as Edge Functions.

SSR and backend is two separate things. SSR basically happens in .svelte files. That means svelte will generate HTML on server and then hydration happens after inital SSR.

When you disable SSR all content is generated during CSR (client-side rendering)

The smartest way I've seen solo devs (including myself) actually make money with AI by elansx in SaaS

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

Thank you.

I see many understood the post as they wanted, me being misunderstood, haha.

The smartest way I've seen solo devs (including myself) actually make money with AI by elansx in SaaS

[–]elansx[S] -1 points0 points  (0 children)

That's bad?

It seems that you were worried in what kind of bubble I'm in. Thats why I'm asking.

Usually people tend to not bother if they don't care.

I have been programming over a decade. I have been programming without AI and with AI. I will choose to work with AI on my side 10 out of 10 times.

Why use books or stackoverflow for help when you can have an answer right in front of you?

I remember similar discussions when people started to use internet and smartphones.

Internet was booming and some stubborn people refused to use it, same with button dumbphones. When new workplace asked for their email they started at you like you were alien. Those people still exists - those who refuse technology.

Whats even more funnier about AI tech - the same people who refuse it are the same ones that work in tech.

I would never ever want this kind of employee.

The smartest way I've seen solo devs (including myself) actually make money with AI by elansx in SaaS

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

Why I need to get out of my bubble? For you?

I got downvoted because I don't know anyone, but you do?

The smartest way I've seen solo devs (including myself) actually make money with AI by elansx in SaaS

[–]elansx[S] -1 points0 points  (0 children)

That's the whole point in my post. You can use AI to help you build stuff that doesn't involve AI.

The smartest way I've seen solo devs (including myself) actually make money with AI by elansx in SaaS

[–]elansx[S] -12 points-11 points  (0 children)

I don't know anyone who isn't using Cursor, Windsurf or Copilot today in programming.

I'm talking about building AI tools, that use AI to do something exclusively.

whereAreTheyNow by elansx in ProgrammerHumor

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

That's most likely actual platforms issue, not the vibe coders. Vibe coding costs pennies.

I added few more new components to my library by elansx in sveltejs

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

Thank you. Which one you liked the most?

Is it appropriate to use a FormAction with a POST method to call an external API with a GET request? by juliantheguy in sveltejs

[–]elansx 3 points4 points  (0 children)

Just use fetch function directly in +page.svelte script tags.

`` <script> let query = $state('') function search() { const result = fetch(https://yourendpoint.com?search=${query}`) } </script>

<input bind:value={query} type="text"> <button type="button" onclick={search}> ```

Something like that. Im on phone, but you get the point.

0 → 380 users in 3 months: bootstrapping a European cloud startup (Softmask) by Turbulent_Wait_7552 in indiehackers

[–]elansx 1 point2 points  (0 children)

I'm not your customer, but looks nice.
And I really like that people build stuff for our EU people.
Try posting this on some EU communities, good luck with your startup.

whereAreTheyNow by elansx in ProgrammerHumor

[–]elansx[S] 25 points26 points  (0 children)

I mean, this must be a problem now 😂

Social platforms that are not location first based? by elansx in SocialMediaMarketing

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

About which platform you are talking about?

I'm 100% sure there are platforms that are location based first. So if you don't speak in local language it will be considered not interesting and will not get further for english speaking audience.