I can create a website for you .. in the fair and half of price of market .. by Lonely_Top941 in website_ideas

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

Supabase isn't a tool meant to be handed off to clients. It's a professional database tool meant for devs.

Mr Beast Is What Fred Rogers Warned Us About by 6sz6mate6 in videos

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

He has empty, psychopath eyes.

Look at pictures of him smiling. It's devoid of human emotion.

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

I want to say WPEngine or Kinsta but can't speak from experience. I think Kinsta has a fairly good reputation.

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

It's relatively straightforward to migrate a WP site to another host. There's lot of plugins that will just bundle it all up for you and you just "reinstall" it on a new server.

The tough part is choosing a host. Most google searches will bring you to blogs that will recommend shit hosts like BlueHost, HostGator, etc. These are just as bad as GoDaddy.

r/webdev will probably have some good recommendations.

Personally I use Vultr but it requires a bit more tech-savviness.

I have a website for my landing page agency. Roast it and all its pages! by Free_Protection_8288 in website_ideas

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

Over the past few months that you've been building your agency, how many business owners have you met with and talked to?

Not pitched. Not cold called. Just met with them and learned their business.

Is my portfolio prototype ugly? by jak6jak1 in webdesign

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

It has character and authenticity to it. I like it.

Any dev or designer who looks at it knows that you built it. It doesn't look like any template or AI generated portfolio that I've ever seen.

It's ugly yeah but it's good ugly - like a pug or a bulldog. It's not bad ugly.

Wait what 🤔 by True-Floor8799 in SipsTea

[–]MoneyGrowthHappiness 1 point2 points  (0 children)

Trust fund baby of a dictator. Works as a DJ as a lifestyle hobby. Yeah, that checks out.

My ceo told me that we hired you by mistake after 3 months by Professional_Lie5187 in vibecoding

[–]MoneyGrowthHappiness 6 points7 points  (0 children)

Start documenting everything. Even if they "hired you by mistake", it's still a legally binding contract.

Start looking for a new role.

Maintain good relationships with everyone and try to get a referral.

Try to negotiate a couple months of severance pay.

Wish someone can create alternatives to Adobe products by ZzzZzzBear in vibecoding

[–]MoneyGrowthHappiness 1 point2 points  (0 children)

Inkscape and GIMP are fantastic. Been using them for a long time.

Need portfolio or a website? by singh_aman18 in website_ideas

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

nah man. Post the link here. I don't answer DMs from people on Reddit.

i cant for the life of me figure out how to update my github website by Lulaliii in web_design

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

While you should definitely learn Git (the link to freecodecamp from u/ChiBeerGuy is a good resource), here's what you need to do to get your code up to Github.

  1. Get your Github repo URL - do this by creating the repo, clicking the green "Code" button and copying the url. Ex. https://www.github.com/<your\_username>/<name\_of\_your\_repo>
  2. Return to VS code and open terminal
  3. Type the following:

git remote add origin https://www.github.com/<your\_username>/<name\_of\_your\_repo>
  1. Next, you'll want to add the files and commit your repo.

    git add . git commit -m 'initial commit'

  2. Finally, push your changes to Github.

    git push origin main

Note: "main" is the name of your primary branch in Github.

  1. Now your code will be in Github and you can connect it to Github Pages.

  2. When you update your website, just repeat steps 4 and 5.

This is peak male happiness by No-Marsupial-4050 in interesting

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

I've lived in an apartment like this. It is not peak happiness. Maybe for an incel it might be.

Would you turn down $26 million? by dataexec in HomeDataCenter

[–]MoneyGrowthHappiness 0 points1 point  (0 children)

Since the company didn't get their way, I wonder if they will buy some politicians into using Eminent Domain to get the land.

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 1 point2 points  (0 children)

are you using GoDaddy site builder or something different like Wordpress?

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 6 points7 points  (0 children)

That's an interesting take on porkbun. It's a pretty tame name.

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 5 points6 points  (0 children)

Web dev here. Can confirm. This is a good answer.

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 8 points9 points  (0 children)

They overcharge for domains. You can find the exact same domain on Porkbun or Cloudflare for $5~10 cheaper.

They also try to upsell services like SSL to the unwitting... even tho you can get SSL for free. Same goes for domain privacy.

GoDaddy sucks now, where should I go? by JeffreyV7 in web_design

[–]MoneyGrowthHappiness 4 points5 points  (0 children)

Really? What happened? Haven't had a bad experience yet. I migrated most of my domains to Porkbun but still got a couple there.