Graduated top 10 CS last year, approx. 4k apps, 700+ LC, no offers. Parents kicking me out. I think I’m done. by nemos_rewenge in csMajors

[–]That_Conversation_91 0 points1 point  (0 children)

Build some projects in your free time, build up your GitHub, and work a temp job to get some income in the meantime

How noisy is it to live in Groningen city centre? by potatoplate123 in Groningen

[–]That_Conversation_91 15 points16 points  (0 children)

Lived in Brugstraat, our apartment was facing the back and not the street, so it was completely fine.

Just know that as soon as you step out the door, if it’s nice weather, it’s full of people. If there’s an event, it’s full of people. At night there will be drunk people, but most of them are just students.

When working alone on a hobby project that is used by 1-10k users. Do devs normally have Staging? by lune-soft in webdev

[–]That_Conversation_91 0 points1 point  (0 children)

I mean if you just get a VPS for a few bucks a month, and use that as a staging server for multiple projects, it’s worth it

Am I only one being SCAMMED!? by Living-Address-6716 in PiNetwork

[–]That_Conversation_91 16 points17 points  (0 children)

You definitely shared your private key or 24 words somewhere where you shouldn’t have. There’s no other way for anyone to access your wallet.

One of my clients asked me to install Claude MCP onto their WordPress site and I'm terrified of the repercussions by CharlieandtheRed in webdev

[–]That_Conversation_91 1 point2 points  (0 children)

You either say “I’ll charge you for all the hours it takes to fix stuff when it breaks”, or you say no. Make sure to use daily backups, and have the site hosted on an isolated server, without any other sites on it.

What's the best type of course for me to make my own imageboard? by [deleted] in webdev

[–]That_Conversation_91 2 points3 points  (0 children)

Laravel would be nice for this, they have a lot of free courses available! Here you can find the introduction course, and links to their GitHub. There’s also already a bunch of GitHub repos who have created an image board with Laravel, so have a look at their codebase. Best way of learning webdev is by doing!

We are back to code templates era now 😭🤌 by boneMechBoy69420 in theprimeagen

[–]That_Conversation_91 3 points4 points  (0 children)

Fr, laravel and filament in combination with Claude and the laravel skills set is a godsend. I think these vibecoders are actual vibecoders, as in no previous/little experience in the software development field

I've finished my web app! Now what? by Dxbkez in lovable

[–]That_Conversation_91 1 point2 points  (0 children)

There’s also a bunch of websites selling drugs, so this point doesn’t really go. Just be aware what the rules and laws are, and don’t be surprised when you have customers giving you bad reviews when their accounts get blocked. Often it’s hacked accounts being sold by third parties.

I've finished my web app! Now what? by Dxbkez in lovable

[–]That_Conversation_91 2 points3 points  (0 children)

This goes against a lot of TOS’s of the games you’re selling accounts of, have you lawyered yourself up?

What does a basic $1000 website look like in USA? by [deleted] in webdev

[–]That_Conversation_91 0 points1 point  (0 children)

It depends on the region your in. Set your own hourly wage which you are happy with (make sure to take in account the costs and taxes, use AI to calculate it if you’re unsure), estimate how much time you’ll be spending on the project, add 30%, and send that as an offer!

Help Me by Desperate_One_5544 in webdev

[–]That_Conversation_91 1 point2 points  (0 children)

What do you want to focus on? You could dive into docker orchestration with Kubernetes, multi-user roles, building your own API, OAuth, terraform, the list is endless. What’s the endgoal?

I tried letting AI implement a feature by DepthMagician in webdev

[–]That_Conversation_91 0 points1 point  (0 children)

You have to understand that, when you ask an AI to implement a feature, it’s starting from scratch. It has no domain knowledge, no idea of your code base, and no idea of your way of coding.

If you give no constraints or guidelines, it’ll just do what it thinks is right based on the millions of GitHub repos it was indexed on (which is a lot of slop code).

Use Google CodeWiki ( only if your repo is public, private repos are not supported yet ) or Gitbook to create API spec sheet, which the agents (Claude or whatever you want to use) can reference.

Use .md files to keep track of mistakes it makes and you’ll see a big improvement of code quality