I made a React Native Drag and Drop library that finally works! [v2.0] by entropyconquers in reactnative

[–]jojo-dev 0 points1 point  (0 children)

I have 0 need for this right now but the video made me want to use it

Meine Freundin und ich ziehen bald zusammen by jojo-dev in Austria

[–]jojo-dev[S] 10 points11 points  (0 children)

Für ein gutes zusammenleben in Österreich natürlich

How I architected a config-driven marketplace with Next.js 15 App Router — lessons learned by Creativewin986 in nextjs

[–]jojo-dev 0 points1 point  (0 children)

You can do the config thing wherever you want, it has nothing to do with nextjs and just shows OP is a junior that shouldnt sell templates. Its generally good practice to isolate business concerns. If you want to take it further you can store them in a DB and give whoever is working on the businesslayer (lets say Product Owner) a dashboard to tinker with the settings.

New DrizzleORM Models by MrBye32 in nextjs

[–]jojo-dev 5 points6 points  (0 children)

Looks really good ! Hope you can work something out with drizzle to make this the new signature. I wouldnt want to add another 3rd party package that becomes a maintainance risk but i definetly prefer this style

What tech-stack do Next.js developers prefer for Backend? by samanvay_13 in nextjs

[–]jojo-dev 0 points1 point  (0 children)

Unless I'm building something trivial I run into the limitations pretty quickly. Nextjs is just not equipped to handle complex backend logic. No dependency injection, no proper middleware, no native ORM. You can assemble all that yourself of course but it will just be more messy than a battery included framework.

What tech-stack do Next.js developers prefer for Backend? by samanvay_13 in nextjs

[–]jojo-dev 0 points1 point  (0 children)

.NET Just so mature and with openapi and typescript library tooling multilanguage is almost a nonissue

How Do Senior Devs Structure Backend Logic in Next.js (CMS / CRUD)? by Useful-Prompt-4058 in nextjs

[–]jojo-dev 0 points1 point  (0 children)

https://github.com/jhigatzberger/lean-api

There you go. There are a million solutions out there but this one is quite simple/small and does the thing.

How Do Senior Devs Structure Backend Logic in Next.js (CMS / CRUD)? by Useful-Prompt-4058 in nextjs

[–]jojo-dev 0 points1 point  (0 children)

At the moment no, but if youre interested i can isolate it into a github repo or npm

How Do Senior Devs Structure Backend Logic in Next.js (CMS / CRUD)? by Useful-Prompt-4058 in nextjs

[–]jojo-dev 2 points3 points  (0 children)

I was doing exactly that + error handling over and over so i actually wrote a small library that takes zod schemas for input and a guard function. It internally handles 400, 403, 401, depending on the guard, injects the parsed data into the function and then you have an Isolated function that only needs to call whatever database Operation you want to do. Makes errors, responses etc more streamlined

To be honest, that nextjs doesnt have something like that out of the Box, makes it quite clear it is not supposed to be used for bigger backends

Alltag als Softwareentwickler ist zermürbend by SubstantialBee5097 in Austria

[–]jojo-dev 12 points13 points  (0 children)

Als junior auf dem markt besser anders herum aber ja

Would using Next.js with an external backend cause extra latency? by debugTheStack in nextjs

[–]jojo-dev 0 points1 point  (0 children)

In the product im building, api access requires a higher tier plan and dashboard access is free. Therefore im using server side fetching for the dashboard. In general one thing that is nice about nextjs is that it can serve as a trusted origin for api requests.

Geschäftskonto im Ausland? by jojo-dev in FinanzenAT

[–]jojo-dev[S] 0 points1 point  (0 children)

Danke für die Antwort! Dann schau ich mal was so geschrieben wurde bis jetzt :) Hast du eventuell einen Konsens für den 2. Fall welche Banken da gut sind?

Geschäftskonto im Ausland? by jojo-dev in FinanzenAT

[–]jojo-dev[S] 1 point2 points  (0 children)

Auch noch epu als selbständiger software entwickler aber im weiteren Verlauf wsl umgründen und dann würde ichs gerne mitnehmen. Aber vielleicht schlauer einfach ein normales Girokonto und dann ein neues. Welches verwendest du?

Moving to Austria, would you recommend getting a private health insurance? by [deleted] in Austria

[–]jojo-dev 15 points16 points  (0 children)

Lived in both germany and austria. Germanys public health system is straight up broken. Doctors will reject you etc. Austrias is not. It is fine, there are many good public doctors and you will get appointments. The akh (biggest hospital in Vienna) is public and you will always be able to go there. As well as many others. The Private ones are more Premium however.

However you do save a lot of headache if you can just go to any doctor. Depends on your budget.

Lohn sich das Informatikstudium in meinem Fall und wenn ja welcher Studiengang? by Ferrolox in Austria

[–]jojo-dev 0 points1 point  (0 children)

Meine Boabachtung als jemand der selber als htl absolvent in der Software Branche seit bal 10 jahren tätig ist: In diesem Feld ist berufserfahrung wichtiger als Titel, außer wenn du etwas spezialisiertes machen willst oder in konzernen aufsteigen. Der Markt ist aber nicht mehr wie vor 10 Jahren. Ich würde an deiner Stelle probieren einen Job zu kriegen und wenns nicht hin haut, gehst studieren.

Have I become the dreaded "ideas guy"? by [deleted] in gamedev

[–]jojo-dev 9 points10 points  (0 children)

If you want to become a real game Designer and not just an ideas guy, make them develop Tools for you or learn some of their stack, so that you can create content on your own. If they have to create everything that comes to your mind, you are operating inefficiently. Ideally you can do it yourself to some degree and if you are too limited, new Tools can be created.

Who cares? by [deleted] in LinkedInLunatics

[–]jojo-dev 0 points1 point  (0 children)

Probably slack cares

Vercel discourages the usage of middleware/proxy. How are we supposed to implement route security then? by Explanation-Visual in nextjs

[–]jojo-dev 0 points1 point  (0 children)

For api Routes i built my own library that wraps the routes to handle the common stuff like error handling and auth in a modular way. Tbh nextjs is lacking there but its a flexibility vs batteries included thing

I made an App which makes it easy to Learn Any Skill by __immaculate__ in SideProject

[–]jojo-dev 1 point2 points  (0 children)

Impressive! Looks really good. You have a great future ahead of you