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@jauyeung.bsky.social
Software developer. Experienced in #javascript #react #vuejs
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 π 0Grab 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
π Devs: Whatβs your most controversial HTML take?
Mine: <b> and <i> arenβt deadβtheyβre just misunderstood.
Change my mind.
#htmlhottakes #webdebate
π οΈ 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
π§΅ 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
β οΈ 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
π» 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
π 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
π» 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
π§ Quick quiz:
Whatβs the difference between <section> and <div>?
Donβt Google itβdrop your answer below π
#HTMLQuiz #DevTalk
π₯ 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
π‘ 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
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 π 0Is using !important ever actually okay? Be honest.
(βNeverβ is a lie and you know it.)
Drop a weird CSS property youβve used that made people say βwait, thatβs legal?β
Iβll go first: writing-mode: vertical-rl;
Letβs settle this:
rem vs em vs px β whatβs your default and why?
CSS grid is powerful but I still reach for flexbox 80% of the time.
Am I just lazy or is this normal?
Real talk: have you ever used @supports in a real project?
If yes, what for? Genuinely curious.
π§΅ What's your favorite small CSS trick that feels like a cheat code?
I'll go first: :has() is finally usable and it rules.
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 π 0Found a 700-line function in prod with no comments. Justβ¦ vibes. π« #devhell
10.06.2025 01:49 β π 0 π 0 π¬ 0 π 0Pick your poison:
1. Git merge conflicts
2. CSS bugs
3, Race conditions
Off-by-one errors
Which one has ruined your week recently?
#programmerproblems
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 π 0What'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 π 0I still use console.log for debugging. Fight me or join me. π #devlife #coding
10.06.2025 01:48 β π 1 π 0 π¬ 0 π 0JavaScript is both the most loved and most cursed language. Change my mind. π§βπ» #programming
10.06.2025 01:48 β π 0 π 0 π¬ 1 π 0Got to be React π
09.06.2025 23:31 β π 0 π 0 π¬ 1 π 0CSS animations or JavaScript animationsβwhat do you prefer for smoother UI effects?
09.06.2025 20:37 β π 0 π 0 π¬ 0 π 0I 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 π 0Whatβ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