John Au-Yeung's Avatar

John Au-Yeung

@jauyeung.bsky.social

Software developer. Experienced in #javascript #react #vuejs

52 Followers  |  204 Following  |  117 Posts  |  Joined: 05.06.2025  |  1.5103

Latest posts by jauyeung.bsky.social on Bluesky

Same β€” let’s get AI to handle the mess so we can focus on the code (or just chill).

11.06.2025 04:20 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Free SaaS Starter Template β€” Flask + Vue.js + Docker + Stripe + S3 + SendGrid + Celery + Redis + Nginx + Let's Encrypt Kickstart your SaaS project with this fully integrated, production-ready starter template featuring:πŸš€ Backend: Python Flask API with clean architectureβš›οΈ Frontend: Modern Vue.js SPA🐳 Containerized: Do...

Grab this FREE SaaS Starter Template β€” built with modern tech, auth, billing, dashboard, and more.

Perfect for founders, indie hackers, and devs who hate boilerplate.

Start building in minutes πŸ‘‡

jauyeung.gumroad.com/l/oeingk

#SaaS #IndieDev #DevTools #Startup

10.06.2025 22:28 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ‘€ Devs: What’s your most controversial HTML take?

Mine: <b> and <i> aren’t deadβ€”they’re just misunderstood.

Change my mind.
#htmlhottakes #webdebate

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ› οΈ Building a form? Don’t forget:
βœ… <label> for accessibility
βœ… required for validation
βœ… type="email" for UX
HTML forms can do a lot before JS gets involved.
#HTMLFormTips #frontend

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

🧡 Thread: 5 HTML elements you’re probably underusing

<details>

<summary>

<meter>

<output>

<fieldset>

Let’s make HTML fun again.

Which one surprises you the most?
#htmltips #webdev

10.06.2025 16:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

⚠️ Unpopular opinion:

<br> is not a layout tool.

Use CSS for spacing.

HTML is for structure.

Let’s stop the <br><br><br> madness.

#htmlrant #devthoughts

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ‘» You ever look at some HTML from 1999 and just... admire it?

No build tools. No frameworks.

Just raw tags and table layouts.

Who else remembers <marquee>?

#throwbackweb #htmlnostalgia

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ“œ HTML tip of the day:

Always use <label> with <input>β€”it improves accessibility and UX.

Don’t ship code that screen readers can’t read.

#a11y #frontenddev

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ’» Every web dev should have a personal HTML cheat sheet.
Here are 5 tags I still use every day:

<main>

<article>

<button>

<input>

<label>
What are your top 5?
#HTML #WebDevTools

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

🧠 Quick quiz:

What’s the difference between <section> and <div>?

Don’t Google itβ€”drop your answer below πŸ‘‡

#HTMLQuiz #DevTalk

10.06.2025 16:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ”₯ Hot take:

If you can’t write clean, semantic HTML, your fancy CSS and JS don’t matter.

Good structure is the foundation.

Agree or disagree?

#frontend #html

10.06.2025 16:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ’‘ Did you know?

You can build a functioning webpage with just 13 lines of HTML.

No CSS. No JavaScript. Just raw structure.

Sometimes simplicity is all you need.
#HTML #WebDev

10.06.2025 16:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

CSS is the only language where I can feel both brilliant and deeply humbled in the same 10 minutes.

10.06.2025 05:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Is using !important ever actually okay? Be honest.

(β€œNever” is a lie and you know it.)

10.06.2025 05:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Drop a weird CSS property you’ve used that made people say β€œwait, that’s legal?”

I’ll go first: writing-mode: vertical-rl;

10.06.2025 05:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Let’s settle this:

rem vs em vs px β€” what’s your default and why?

10.06.2025 05:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

CSS grid is powerful but I still reach for flexbox 80% of the time.

Am I just lazy or is this normal?

10.06.2025 05:30 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Real talk: have you ever used @supports in a real project?

If yes, what for? Genuinely curious.

10.06.2025 05:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

🧡 What's your favorite small CSS trick that feels like a cheat code?

I'll go first: :has() is finally usable and it rules.

10.06.2025 05:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You have 5 minutes to impress: What’s your cleanest one-liner in any language? Go. #codegolf

10.06.2025 01:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Found a 700-line function in prod with no comments. Just… vibes. 🫠 #devhell

10.06.2025 01:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Pick your poison:

1. Git merge conflicts
2. CSS bugs
3, Race conditions

Off-by-one errors

Which one has ruined your week recently?

#programmerproblems

10.06.2025 01:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hey codersβ€”what's one tool or plugin you can’t live without? (No wrong answers... except maybe Notepad.exe) #programmerhumor

10.06.2025 01:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What's a tiny piece of code you wrote that made you feel way too proud? Drop it below πŸ‘‡ #100DaysOfCode

10.06.2025 01:48 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I still use console.log for debugging. Fight me or join me. πŸ˜… #devlife #coding

10.06.2025 01:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

JavaScript is both the most loved and most cursed language. Change my mind. πŸ§‘β€πŸ’» #programming

10.06.2025 01:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Got to be React πŸ˜€

09.06.2025 23:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

CSS animations or JavaScript animationsβ€”what do you prefer for smoother UI effects?

09.06.2025 20:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I just switched to TypeScript and I’m hooked. What was your experience going from JS to TS?

09.06.2025 20:37 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

What’s the one browser dev tool feature you can’t live without? Mine’s definitely the network throttling.

09.06.2025 20:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@jauyeung is following 19 prominent accounts