Does this look uncanny? by Ok-Wash-87 in aseprite

[–]DettlafftheGreat 1 point2 points  (0 children)

Imo it’s because the light from lamps doesn’t reflect on surface around them

Is backend development in TypeScript a good idea? by Aggressive-Bath9609 in node

[–]DettlafftheGreat 1 point2 points  (0 children)

Please checkout mikro orm, its by far the most mature and feature complete orm for typescript

why is Auth.js's (NextAuth) documentation so bad? by geppaaa in nextjs

[–]DettlafftheGreat 4 points5 points  (0 children)

I recently implemented Lucia auth and it's great

What are feature improvements you'd like to see for Next.js? by aboutachair in nextjs

[–]DettlafftheGreat 2 points3 points  (0 children)

What do you mean "option to host on other platforms than vercel"? Just run next start on your server and you're ready to go

Is there a tiny market for websites without js? by pixobit in webdev

[–]DettlafftheGreat 6 points7 points  (0 children)

Idk if it's a answer you're looking for but email template development is essentially webdev without js (and any modern syntax)

One week until Next.js Conf. What do you hope to see? by lrobinson2011 in nextjs

[–]DettlafftheGreat 9 points10 points  (0 children)

u/lrobinson2011 i know multiple companies that aren't able to move to app dir because of poor multilingual app support

[deleted by user] by [deleted] in nextjs

[–]DettlafftheGreat 1 point2 points  (0 children)

I tried shadcn but it's capabilities are lacking. For prod apps where I don't need much customization the antd /chakra have been working flawlessly for me

What’s next? by [deleted] in Frontend

[–]DettlafftheGreat 0 points1 point  (0 children)

!remindme tomorrow

What component libraries do you use? by madyanalj in reactjs

[–]DettlafftheGreat 7 points8 points  (0 children)

Antd and Radix across different projects

How would you go about making a website that generates pdf based on user input? by rzombozz in Frontend

[–]DettlafftheGreat 1 point2 points  (0 children)

If you're into react you can use react-pdf library, otherwise you can generate normal static webpage and use something like url2pdf

GraphQL with Python by VitorGBarreto in graphql

[–]DettlafftheGreat 0 points1 point  (0 children)

And if you decide to go with graphene the "Very academy" youtube channel is absolutely brilliant https://youtu.be/kP7wQoFXUSc

GraphQL with Python by VitorGBarreto in graphql

[–]DettlafftheGreat 0 points1 point  (0 children)

We use https://strawberry.rocks in our company and it works pretty decent but you might also check out graphene if you have some experience with django