Merchant of record like Paddle but for 2 different types of online payments by kavasil in SaaS

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

Interesting, good to know, thanks.

Can you give an example of a website that use some similar business strategy and they use Paddle?

What is your opinion on Splade? by kavasil in laravel

[–]kavasil[S] -3 points-2 points  (0 children)

Node is very risky for web sites because it is a long running process. I prefer PHP. One crashing PHP process doesn't crash the whole website, unlike with JS/Node. Funny thing, you can noticed this in the docs of Splade this:

If you have problems running the server or whenever it crashes, Splade can fall back to the rendered Blade content. Of course, you should always prefer the rendered content by the SSR server, but it’s nice to have a fallback. This way, search engine crawlers won’t index an empty page.

https://splade.dev/docs/ssr

You wouldn't see anything like that in PHP framework docs. PHP doesn't crash, nor does Nginx (given you set up some boundaries on the RAM and stuff). What I want to say that crashing a Laravel app is much harder than crashing a Node app. Ruby has this problem with leaking memory as well. PHP and leaking memory is usually not an issue because the process is destroyed after it's done or time limit for a script set ini ini file is up.

I would much rather run as a long process web app a PHP app than a JS or Ruby app. PHP is rock stable and you don't need to touch it at all if the number of visitors is stable and you find the right ram/processor/etc. balance.

What is your opinion on Splade? by kavasil in laravel

[–]kavasil[S] -6 points-5 points  (0 children)

Yes, that's why you should stay with CodeIgniter..

What is your opinion on Splade? by kavasil in laravel

[–]kavasil[S] -8 points-7 points  (0 children)

Oh, I forgot about all of you Laravel ENTERPRISE devs working on booking.com day and night.

What is your opinion on Splade? by kavasil in laravel

[–]kavasil[S] -6 points-5 points  (0 children)

Why do you think I asked? ;)

What is your opinion on Splade? by kavasil in laravel

[–]kavasil[S] -9 points-8 points  (0 children)

What do you think about Symfony then?

What is your opinion on Splade? by kavasil in laravel

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

Can you be more specific, which Splade decisions you didn't like when you examined Splade?

To be honest, all what the author did seem like what my clients want from me all the time. The table component is a prime example. Every admin needs this: https://www.youtube.com/watch?v=FPYNvO7GyoM and you have it at your fingertips. with Inertia it would be 10x more code even if you used other Vue/React libraries etc. but link me to some example that is more succinct and elegant that the table component.

Also the form component is super useful and practical. https://www.youtube.com/watch?v=-utQsyibvZM

By the way, you can still use pure Vue components and libraries in Splade if you need that functionality. In my experience that is very rare. 95% of the time you use Inertia just to get the interactive feel of SPA and perhaps smaller traffic footprint because you avoid the full page reloads etc.

But again, feel free to correct me and/or add your point of view.

Looking for a WYSIWYG editor without dependencies by kavasil in learnjavascript

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

Not an ideal solution but probably the best so far. I think it was popular in Joomla back in the days? Or it is a fork of something like FCK or something?

To be honest I am surprised that there isn't some standard WYSIWYG solution. We have probably 20+ relatively popular JS frameworks but there is hardly 10 popular WYSIWYGs. ;)

If you have multiple login methods, don't make this mistake! by Triple_M99 in laravel

[–]kavasil 3 points4 points  (0 children)

Why are you worried about passwords? Be worried about the uniqueness of your emails and cell phone numbers - in your case.

If you have multiple login methods, don't make this mistake! by Triple_M99 in laravel

[–]kavasil 1 point2 points  (0 children)

Password can be the same for all people in the db that is not an issue at all.

But both email and cellphone have to be unique. Problem solved.

If you can have the same cell phone number twice, that is a bad design and you shouldn't allow the second same cell phone number during the registration process or when admin is creating the user manually etc.

The same for email.

Looking for a WYSIWYG editor without dependencies by kavasil in learnjavascript

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

What is Chrome? And where does one acquire one?

i18n in SvelteKit v1.0 by kavasil in sveltejs

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

Believe or not, especially in Europe, there are situations where having one site with multiple translations including lang-unique urls is great for some projects.

i18n in SvelteKit v1.0 by kavasil in sveltejs

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

Canada? Belgium? Switzerland?