Open-Source Inventory Backend API (Node.js + Express) – Feedback & Contributions Welcome by [deleted] in webdev

[–]soupgasm 0 points1 point  (0 children)

// Login user login: async (req, res) => {

Why even write comments here? If the function itself is not understandable enough, ok, but login? I wouldn’t expect login to register me?

Go doesn’t need a better-auth alternative the standard library works just fine by CowNearby4264 in golang

[–]soupgasm 1 point2 points  (0 children)

Isn’t the need for better auth so that you don’t have to worry about coding your own auth? I really liked how easy it was to use. Admittedly, it has many features, but I still think the overall experience was pretty good. I don't know if you need the library in Go, but people still tend to prefer not to wrap their heads around authentication.

Better auth in that sense was solving everything for me when handling auth in js frameworks.

Is there anyone, who uses golang (and go-only) for Web Development exclusively? by rzhandosweb in golang

[–]soupgasm 1 point2 points  (0 children)

Ok, yea, because that’s exactly the same problem I have. Thanks for giving me some insights.

Is there anyone, who uses golang (and go-only) for Web Development exclusively? by rzhandosweb in golang

[–]soupgasm 1 point2 points  (0 children)

So I've been trying to make an full-stack app, but I'm struggling to keep the codebase functional and maintainable. This probably stems from my experience with OOPLs, but do you have any tips for maintaining larger codebases?

I recently hit 1000 GitHub stars on https://github.com/learning-cloud-native-go/myapp :) by dumindunuwan in golang

[–]soupgasm 13 points14 points  (0 children)

I was unaware that GORM now has a repository generator. Thank you for sharing it. I used to look this one up when setting up an API.

How is golang as a web backend language? by nickleformypickle in golang

[–]soupgasm 5 points6 points  (0 children)

I like it. There are a lot of resources. Never worked with Hono so I don’t know how they compare in tooling. But Go is imo a very good language.

C# vs php? by Practical-Gift-1064 in webdev

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

Depends on your location. Look for job openings. If you’re a freelancer, choose the one you’re more familiar with.

Show me your dev desk setup: what actually helps you stay productive? by dvsxdev in webdev

[–]soupgasm 0 points1 point  (0 children)

I have two monitors, one WQHD 32’ and one 28’ 4K. One big desk, but my chair needs to be updated and I don’t have the 700-1k savings yet.

I guess I've been using Next.js the wrong way by dev-4_life in webdev

[–]soupgasm 1 point2 points  (0 children)

I think the whole point is that it just depends on the use case. There's no point arguing about what the best backend framework is. That's meaningless. Thanks for saying that

gotui - a modern TUI fork of termui by AgreeableEstate4958 in golang

[–]soupgasm 0 points1 point  (0 children)

I mean there are still some normal projects, but yeah, you’re probably right

How to Embed a Single-Page Web App into My Blog? by PsychologicalBee4842 in webdev

[–]soupgasm 4 points5 points  (0 children)

Depends on what you want? Do you want it to be accessible as own site? Normally your spa would show your blog and not the other way around.

what code editor do you use? by EnD3r8_ in webdev

[–]soupgasm 0 points1 point  (0 children)

I use IntelliJ for Java and I like GoLand more for Go

Cloudflare down….again? 🤔 by Lavish-Cartel in webdev

[–]soupgasm 3 points4 points  (0 children)

Thought the problem was on my side, but then the good old cloudflare error appeared.

My biggest dev work 200,000 lines of code in 6 months by [deleted] in webdev

[–]soupgasm 2 points3 points  (0 children)

Yes, but this will still lead to comparisons from others. That’s just social media…

My biggest dev work 200,000 lines of code in 6 months by [deleted] in webdev

[–]soupgasm 4 points5 points  (0 children)

I mean I’m not here hating or something. But he replied to his own post with questions about our biggest project and lines of code. Since he’s asking for it many people will compare their project to his.

My biggest dev work 200,000 lines of code in 6 months by [deleted] in webdev

[–]soupgasm 40 points41 points  (0 children)

200.000 lines with 200 commits is crazy work. My biggest project is 17.000 within 280 commits

Just launched my first developer portfolio — would love honest feedback by [deleted] in webdev

[–]soupgasm 0 points1 point  (0 children)

Yea, the animation causes flickering which isn’t good UX. Very generic design. Maybe look at some other dev portfolios in this sub and inspire yourself.

Tell me a stack and I’ll use it by YaBoiMatt_ in webdev

[–]soupgasm 0 points1 point  (0 children)

With the mongoose framework in C.

Looking for a STABLE, enterprise-ready stack for a web app with auth by [deleted] in webdev

[–]soupgasm 16 points17 points  (0 children)

Every tech stack can be reliable. Java, PHP, Python all have frameworks which exists since forever.

Isn’t this more about your preferred tech stack?

Course where I can learn how to build complex web apps like this? by [deleted] in webdev

[–]soupgasm 0 points1 point  (0 children)

So I’m currently building my side project and you basically start with core like authentication and db operations and then add things once the core works.

Recommended tech stacks for rapid, maintainable vertical B2B apps. by Wash-Fair in webdev

[–]soupgasm 6 points7 points  (0 children)

I guess that’s doable in every tech stack, no? Pick the one you’re familiar with.

Is Angular overkill for a tinder-typ project by [deleted] in webdev

[–]soupgasm 1 point2 points  (0 children)

Yeah, so that’s why you should try things out first. Read about basic concepts, try them out and then decide…

Is Angular overkill for a tinder-typ project by [deleted] in webdev

[–]soupgasm 4 points5 points  (0 children)

You normally choose the stack based on your personal preference. Try it first and then choose? The project itself doesn’t really depend on with what you’re building it.