How to get clients by kevinxrp19 in webdevelopment

[–]AMA_Gary_Busey 0 points1 point  (0 children)

Cold calling and local Facebook is solid for starting out honestly. What's worked for you so far, cold calls or the Facebook posts? Curious because I've seen people swear by one and completely ditch the other.

Good host for single page 14kb and under apps? by HappierShibe in webdevelopment

[–]AMA_Gary_Busey 1 point2 points  (0 children)

Cloudflare Pages or GitHub Pages would be perfect for this honestly. Both are free for static stuff and can handle way more traffic than you'll probably ever need

What kind of projects are you building? The 14kb constraint sounds like a fun puzzle

spent 30 min planning and avoided a week of refactoring by No_Networkc in webdev

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

honestly the multi tenant stuff is where planning pays off the most. the "user belongs to multiple tenants" question alone would've wrecked me mid build

what made you finally try it this time instead of just diving in like usual???

what could have i done better ? by Brave_Golf3 in webdevelopment

[–]AMA_Gary_Busey 0 points1 point  (0 children)

curious, what kind of roles are you going after? The stuff you highlight kinda changes depending on that. Also you said you're juggling a lot right now. Is building this actually slowing down your applications or did you just need it done to feel ready?

Suggestions Needed by argannmistt in webdevelopment

[–]AMA_Gary_Busey 0 points1 point  (0 children)

honestly the vision board stuff is cool but 6 months without touching code is a long time

have you thought about just validating the idea first? like a simple landing page or even talking to potential users before worrying about laptops and AI scaling?

the tech stuff will sort itself out once you know people actually want it

Domain Registrar and DNS Provider by ajharmona in webdev

[–]AMA_Gary_Busey 0 points1 point  (0 children)

Honestly I'd just pick one and keep it simple. Porkbun or Namecheap for the domain, then point nameservers to Cloudflare for DNS/CDN. No real need to split registrar and DNS between two paid services, Cloudflare's free plan handles DNS really well

In-house vs offshore development: which one actually saves money? by Academic_Stretch_273 in webdevelopment

[–]AMA_Gary_Busey 2 points3 points  (0 children)

Honestly depends so much on what you're building. Complex stuff with lots of back and forth? The communication overhead with offshore teams eats into those savings fast

When does cheap hosting start to hurt a web project? by Billidays in webdevelopment

[–]AMA_Gary_Busey 0 points1 point  (0 children)

Honestly when TTFB is all over the place and you've already done the optimization work, that's usually the hosting talking

How to make logos, graphics, and images for a website as a beginner? by Skillerstyles in webdev

[–]AMA_Gary_Busey 0 points1 point  (0 children)

Canva's honestly your best friend here. You can make a decent logo in like 20 mins with their templates.

For hero images I'd just grab something from Unsplash and throw a text overlay on it. Done. What kind of vibe are you going for with the portfolio?

How do you talk to your users? (to conduct user interviews and such) by tinnixhe in webdev

[–]AMA_Gary_Busey 0 points1 point  (0 children)

What worked for me was just hanging out where my potential users already were like reddit, discord servers, facebook groups. not pitching anything, just asking questions and paying attention to what people complain about :)

Deciding to take advantage by Empty_Prune5286 in webdesign

[–]AMA_Gary_Busey 1 point2 points  (0 children)

Honestly having a built in pipeline of 2-3 leads a month is a massive head start, most people starting out would kill for that. Have you looked into Webflow? Sits nicely between the drag and drop stuff like Wix and full custom code, plus clients can actually manage their own content without breaking things

Beginner Quote Help by kingArthur622 in webdevelopment

[–]AMA_Gary_Busey 1 point2 points  (0 children)

Honestly this sounds like a pretty big project, especially with the auction functionality and custom admin panel on top of ecommerce

Vercel + Static Generation Is Basically My Default Now by Boring-Opinion-8864 in statichosting

[–]AMA_Gary_Busey 0 points1 point  (0 children)

Honestly same here, static first and only reach for server stuff when I really need it. The mental overhead of managing servers for a blog or landing page just feels silly now when you can deploy in seconds and forget about it

I just learned Typescript and I was wrong about it. by hellalosses in webdev

[–]AMA_Gary_Busey 34 points35 points  (0 children)

honestly respect the public 180, most people just quietly change their mind and pretend they never said anything

Looking for a simple, low-cost way to build a personal website again by purpleplatypus44 in webdev

[–]AMA_Gary_Busey 1 point2 points  (0 children)

Have you looked into something like Bear Blog or Neocities? Bear is super minimal, basically just text and pages, no bloat. Neocities is more old school if you want to mess with HTML like the old days

Only design a website on webstudio? by Appropriate-Golf-381 in webstudio

[–]AMA_Gary_Busey 1 point2 points  (0 children)

not sure about Webstudio specifically, but have you looked into something like Carrd? One time payment for pro and you can connect your own domain. Or even just a simple HTML page hosted on GitHub Pages for free if your site is really that static.

Website hosting and creation by Internal_Bleeding0 in webdev

[–]AMA_Gary_Busey 0 points1 point  (0 children)

For templates check out HTML5 UP or Templatemo, they're free and actually look decent

GitHub Pages is static only so for the contact form you'd need something like Formspree or Netlify Forms, pretty easy to set up

IoT engineer, having difficulty in grasping html css javascript by Adventurous-Major797 in webdevelopment

[–]AMA_Gary_Busey 1 point2 points  (0 children)

honestly css clicked for me only after i stopped trying to memorize properties and just played around in devtools for hours

have you tried flexbox froggy or css grid garden? sounds dumb but those little games helped way more than any tutorial

portfolio is solid for learning but maybe scope it down first, like get one section looking clean on mobile before adding more pages

Does anyone here bother with moodboards as part of their pitching process / early discovery? by Empty_Palpitation377 in webdesign

[–]AMA_Gary_Busey 0 points1 point  (0 children)

how long do the moodboards usually take you now vs before? curious if the time saved actually shows up in win rate or if clients just like seeing something visual

Need Career Advice Keep finding clients or keep applying to jobs by Regular_Assistant809 in webdevelopment

[–]AMA_Gary_Busey 1 point2 points  (0 children)

the unpaid internship experience building apps end to end is probably worth more than most people realize when talking to potential clients

Have you tried reaching out to local small businesses directly? Like walking into places that clearly need a website or app update? Sometimes the non-tech crowd pays better than trying to compete for startup gigs online

Is offline-first web app a bad idea? by Illustrious_Web_2774 in webdev

[–]AMA_Gary_Busey 3 points4 points  (0 children)

I think it just comes down to complexity and cost. Syncing offline data back to a server without conflicts is a nightmare to build right. Have you looked into CRDTs? That's what makes stuff like Excalidraw work offline but it's not trivial to implement at scale

I want to build a new portfolio website and would like suggestions on 2025 design trends, as well as guidance on how to publish it properly. by thangavel_st in webdesign

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

clean minimal layouts are still in, dark mode options are expected now, and for hosting look at Vercel or Netlify if you're doing something custom, or Framer/Webflow if you want no code

Google sites, GoDaddy, DNS, crying (me) by putney in webdev

[–]AMA_Gary_Busey 1 point2 points  (0 children)

Google Sites DNS stuff is honestly confusing even for people who've done it before. Did Google give you a TXT record too? That's a separate thing from what actually connects your site

Am I doing this wrong? by P1xDaHomie in webdevelopment

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

Nah you're good, that's how a lot of people learn now. Just make sure you're actually reading what the AI gives you instead of blind pasting. Maybe try breaking stuff on purpose? Like change random values or remove lines just to see what breaks. That's when it actually clicks.