matt765
banner
matt765.dev
matt765
@matt765.dev
Front-End Developer | https://matt765.dev/
I'm migrating authentication in my app from Clerk to BetterAuth. First impression:

- excellent docs
- minimal boilerplate
- well-designed plugin architecture

#webdev #coding
October 22, 2025 at 9:59 PM
I just added notifications dropdown in my open source app. What do you think?

#webdev #programming
October 10, 2025 at 9:29 PM
Me: "Okay, the project is estimated for 2 weeks of work."
Client: "Awesome! Can we just add one tiny thing...?"

And that's how 3-month projects are born.

#webdev #programming
October 8, 2025 at 8:30 PM
Reposted by matt765
Finally put everything together and started working on the first "real" map. Engine’s stable, shaders behaving (mostly). Pretty happy with how it’s turning out so far!

#JS #JavaScript #WebGL #GameDev #ScreenshotSaturday #DevLog #IndieDev
October 4, 2025 at 1:09 PM
If you can't find an accurate and descriptive name for a function, it's a strong sign that it's doing too much and should be broken down

#coding #javascript
October 7, 2025 at 8:01 PM
Want to be a better developer? Learn things outside your stack:
- What is DNS and why does it speed up browsing?
- How does the HTTP/S protocol work?
- Why is TCP slower but more reliable than UDP?

#webdev #coding
October 6, 2025 at 8:30 PM
The hardest part of programming is reading the code you wrote a year ago

#webdev #coding
October 6, 2025 at 11:44 AM
Reposted by matt765
Day 4 #100DaysOfCode Throttle deep dive

I kept mixing up clearTimeout vs timer = null.
Here’s the rule I’ll remember 👇

1️⃣ clearTimeout → cancel scheduled work
2️⃣ timer = null → reset state so next call can fire

What JS detail keeps tripping you up? 😅

#javascript #frontend #buildinpublic
October 6, 2025 at 4:46 AM
Your code doesn't need to be perfect on the first PR. Ship it, gather feedback, iterate. Consistency is the key - code quality will improve over time anyway.

#webdev #coding
October 5, 2025 at 6:24 PM
About a year ago I stopped using any styling libraries and switched entirely to CSS Modules — and honestly, I feel like there’s no going back.

- code is clean and pretty
- no need to upgrade dependencies
- naming classes isn't a problem nowadays because AI agent is mostly doing it for me

#webdev
October 5, 2025 at 2:00 PM
built something cool today. might delete it later. probably won't though

#webdev #reactjs
October 4, 2025 at 9:05 PM
hello there
October 3, 2025 at 4:21 PM