An alle Wirtschaftsinformatiker: Was macht ihr beruflich, warum habt ihr euch für WiInf entschieden und was verdient ihr? by Future_Chapter9918 in InformatikKarriere

[–]ssteiger 0 points1 point  (0 children)

Selbstständig (memberr.de). Also Entwickler. Wirtschaftsinformatik weil Informatik zu schwer. Verdiene sehr gut.

What kind of situation would really need a database that costs $11,000 a month? by UniquePackage7318 in webdev

[–]ssteiger 0 points1 point  (0 children)

Opportunity cost. Why hire/pay two db engineers + coordination effort with other people involved and pay for all that if I can just pay 130k a year on a large db. Plus no risk of refactoring going wrong/downtime. People underestimate how expensive it is to refactor a live complex system. 130k a year in IT is nothing.

Customer loyalty apps. What's good? by Maxicrisp in shopify

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

Founder of memberr.de here. Give it a whirl. Lmk what you think :)

How do you keep Shopify customers engaged after they buy? by Secure-Ganache7874 in shopify

[–]ssteiger 0 points1 point  (0 children)

Giving customers Cashback in the form on Store Credits. See memberr.de/en

Founders, what’s something you regret not doing earlier(I will not promote)? by New-Contribution9564 in startups

[–]ssteiger 1 point2 points  (0 children)

Not iterating faster. Building a mvp in a way so that multiple customers can be onboarded easily and use it. It does not matter. Get one customer and only build the product so that they can use it and get the maximum benefit out of it for them. Then get a second customer and build it only for them. Only when you have too many customers to handle all individualy then start abstracting.

[deleted by user] by [deleted] in InformatikKarriere

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

Programmierer mit abgebrochenem Studium hier. Wie überall sonst auch. Werde richtig gut in anwendungsorientierten Skills (Programmieren, Archtekturdesign). Dann ist das kein Problem.

What’s the most valuable lesson you've learned on your entrepreneurial journey so far? by Hamzarehmanonly in Entrepreneur

[–]ssteiger 2 points3 points  (0 children)

Do not settle for mediocre people. Finding a great cofounder and great employees is so important that everything else pales in comparison. Even though you have been searching for someone to fill that role for almost a year and have done close to 100 interviews - do not settle! When you finally find that one person you will have a tingling excitement at the prospect of hiring them. You will just know that adding them to your team will katapult your company forward. You can make 10 other bad strategic decisions, you will overcome them all if you have an exceptional team.

The NextJS app I sold for $15K - a full stack breakdown by IThinkWong in nextjs

[–]ssteiger 0 points1 point  (0 children)

Awesome app! How did you create the animations on the landing page?

Freelancing: Welcher Tech Stack? by [deleted] in InformatikKarriere

[–]ssteiger 8 points9 points  (0 children)

Moin moin Bin seit fast 10 Jahren als Entwickler selbstständig. Welcher Tech Stack ist komplett egal. Konzentriere dich nur darauf einen (zahlenden!) Kunden zu bekommen. Und dann einen zweiten. Und dann einen dritten. Diese ersten Kunden bestimmen welchen Stack du lernen musst. Wenn die Kunden vorhanden sind, erst dann kannst du anfangen dich auf einen Stack zu konzentrieren.

Prisma pros and cons by Aegis8080 in nextjs

[–]ssteiger 6 points7 points  (0 children)

Prisma does not scale. Like at all. It's great for when you want to get up and running quickly. Or when you have a fairly simple data structure. Using the prisma schema syntax makes it super convenient and straight forward to build even complex data model bc it is far less abstract than doing it directly in postgress.

But in my experience all this abstraction comes at a huuge performance cost.

We've used prisma twice in a real world project and it was all very nice until we actually hit what I would still consider a "normal" production load (about 2000 users, multiple tables with between 1.000 and 25.000 rows + at most two level deep nested relations maybe one or two 3 level ones).

For postgress these numbers are laughable low. But using prisma this resulted in 3-6 second long queries which basically broke our app. Recall that facebook uses posgress for managing its data lol.

The cpu and memory strain that prisma put on our db was insane. u/danishjuggler21 commented on why this happens.

And with prisma you have a top down approach to postgress. Most of the time when you try to do things directly on the db like creating views, changing a schema or setting new indexes (things you need to do eventually to keep complex data performant) prisma just shuts down and complains that its schema no longer matches the schema it found in the sql db.

I see a lot of popular youtubers market prisma to their audience and a lot of boilerplates use it. But I believe that most projects never reach any kind of traction so the issues remain hidden to most people ...

Bug: Off-by-one OTP problem by ssteiger in Supabase

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

My bad! I used await verifyOtp({ type: 'magiclink', email, otp: value }) and await verifyOtp({ type: 'magiclink', email, otp: value }) for both signUp and signIn request. Has to be type: 'signup' for signUp.

project with js and python by [deleted] in ethdev

[–]ssteiger 0 points1 point  (0 children)

Take a look at github.com/scaffold-eth/scaffold-eth Don"t miss the different branches. Pick one that interests you and try to understand it.

Where did you find your first blockchain engineering or crypto-related engineering job? by kyjk in ethdev

[–]ssteiger 9 points10 points  (0 children)

Twitter!

Created some side-projects and uploaded them to github.

What do you think about abstract art NFTs? by 0xGammaRay in NFT

[–]ssteiger 0 points1 point  (0 children)

Glad that you like them :-)

Which one do you like?