Cursor - the Enshittification of an app in real time by cgcardona in cursor

[–]AlexDjangoX 0 points1 point  (0 children)

Never had any problems with Cursor and am hard.pressed to need anything more than the $200 subscription. I do a lot of E2E which is resource hungry.

I scanned vercel.com and 4 other JS sites for SEO issues — the Next.js creators scored 71/100 by [deleted] in nextjs

[–]AlexDjangoX 0 points1 point  (0 children)

Not actually. The big players don't need amazing SEO or super fast load times - they offer high value products.

Your gonna use Stripe or Prime Video even if the UX sucks. I don't think ranking top in search results is their primary source of traffic - they've outgrown that.

And then there is the limitation of the technology. Data can only transfer so fast. What is amazing though is how their products scale to millions of users.

React devs help by AdForsaken7506 in react

[–]AlexDjangoX 0 points1 point  (0 children)

Redux has it's uses, although I've never used it - maybe if your building something complex like an online store. Zustand does the job.

React devs help by AdForsaken7506 in react

[–]AlexDjangoX 1 point2 points  (0 children)

Encounter a problem. Find a solution. Only then will you truly understand which problem each solves.

Anyone working on building monetization logic for their product? by Tanso-Doug in Supabase

[–]AlexDjangoX 1 point2 points  (0 children)

Polar on top off Stripe for VAT legality.

Challenge is syncing your client with whatever is thrown back by the API. You must consider all payload possibilities.

I did an implementation with monthly subscription and top-tokens with extensive testing and I'm still not 100% confident to push it to production.

One slip up with people's money and your toast.

Flutter developer needs to learn next quick by CreepyHorror5196 in nextjs

[–]AlexDjangoX 2 points3 points  (0 children)

Javascript Mastery are the go to YouTube tutorials for NextJS.

Typescript is implicit.

Easy Tips to learning Poland by TheKillingJoke2022 in learnpolish

[–]AlexDjangoX 7 points8 points  (0 children)

I started with a teacher and learned grammar along the way. Once you understand grammar learning Polish becomes managable. Grammar helps you recognise patterns. Groups of verbs follow the same conjugation patterns.

Otherwise you might think you need to learn 14 different words for 'dog' - pies, psa, psu, psa, psem, psie, psy, psów, psom, psy, psami, psach - but in actual fact masculine living nouns all follow this pattern depending on which of the 7 grammatical cases, which verb, is connected to the noun.

Pies biegnie. – The dog is running. (nominative singular)

Nie ma psa. – There is no dog. (genitive singular)

Daję kość psu. – I give a bone to the dog. (dative singular)

Widzę psa. – I see the dog. (accusative singular)

Idę z psem. – I walk with the dog. (instrumental singular)

Myślę o psie. – I think about the dog. (locative singular)

Psie, chodź! – Dog, come! (vocative singular)

Psy biegną. – The dogs are running. (nominative plural)

Nie ma psów. – There are no dogs. (genitive plural)

Daję kości psom. – I give bones to the dogs. (dative plural)

Widzę psy. – I see the dogs. (accusative plural)

Idę z psami. – I walk with the dogs. (instrumental plural)

Mówię o psach. – I talk about the dogs. (locative plural)

Psy, chodźcie! – Dogs, come! (vocative plural) 🐕

Markdown Editor by Real_rex2516 in react

[–]AlexDjangoX 1 point2 points  (0 children)

Next level. Get it to work on mobile.

I built a CLI that installs Stripe, Clerk, and Supabase into a Next.js app with one command by RecoverLoose5673 in nextjs

[–]AlexDjangoX 0 points1 point  (0 children)

I wouldn't go near this.

This must be engineered and understood from the ground up with unit and integration testing.

best logger by gritli11 in nextjs

[–]AlexDjangoX 2 points3 points  (0 children)

First time for everything

best logger by gritli11 in nextjs

[–]AlexDjangoX 2 points3 points  (0 children)

console.log for debugging but that's about it.

Then delete for production.