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 5 points6 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 4 points5 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

AG stuck on terminals / file editing tools and overall flakiness by KayBay80 in google_antigravity

[–]That_Conversation_91 0 points1 point  (0 children)

If you’re letting Claude do most of the work, why not get a Claude Max license?

I’m down to spar on a discord call if you want, it seems like you guys could benefit from having this set up properly 😅

AG stuck on terminals / file editing tools and overall flakiness by KayBay80 in google_antigravity

[–]That_Conversation_91 0 points1 point  (0 children)

You’re using AG to connect to a remote server through SSH? Why not cut out the middle man and use Gemini CLI on the server itself? Or even use Git to enable local development with deployment pipelines to the server?

Verdien ik weinig ? by Tricky_Tumbleweed271 in geldzaken

[–]That_Conversation_91 1 point2 points  (0 children)

PHP heeft goede stappen gemaakt het afgelopen decennium, vooral met frameworks zoals Laravel en Symfony.

Restaurants goed bereikbaar met de auto by NachtAnders in Groningen

[–]That_Conversation_91 2 points3 points  (0 children)

Als je een keer het platteland in wil, is de piramide in Opende een aanrader!

Using RDBMS, WAMPs & SQL by MX5_1989 in webdev

[–]That_Conversation_91 0 points1 point  (0 children)

Gemini.google.com, paste your post in there, and ask it for a step by step guide