deeseeker
deeseeker.bsky.social
deeseeker
@deeseeker.bsky.social
Frontend @ Revva • On a mission to master UI • Building, breaking, learning.
Time to take a dive into Backend🛠️
September 26, 2025 at 7:04 AM
Enjoying the experience, optimizing the codebase😊

#buildinpublic #webdev
September 8, 2025 at 9:11 PM
Figured it out. Turns out I was using staff.id as the key, but the same staff could appear in multiple bookings → duplicate keys.
Lesson: don’t rely on array index or non-unique IDs for keys — always ensure uniqueness.
#buildinpublic #frontendev #webdev
September 3, 2025 at 5:29 PM
Did some Superman stunts on the project management app I am working on. it was crazily slow and it is already getting annoying.
#webdev #frontend #buildinpublic
August 26, 2025 at 9:51 PM
A pro frontend hack: always play around with the API docs before coding. 🛠️
A colleague hit a major bug on mobile—turns out you can’t clock in for future dates.
I’d already spotted it earlier just by testing the API. Saved me a headache. 🚀

#buildinpublic #webdev #Frontend
August 21, 2025 at 9:06 PM
So cool to learn about the underlying concepts in Webpack.
#buildinpublic #frontend #webdev
August 11, 2025 at 4:36 AM
I'm currently working on optimizing a page that embeds Google Maps. Right now, taking 8 seconds to fully load, which is far from ideal in terms of user experience.
Has anyone dealt with similar performance bottlenecks when using Google Maps on a web page? Thanks in advance!
#frontend #buildinpublic
August 1, 2025 at 5:46 PM
Learning time 📕

#webdev #buildinpublic #frontend
August 1, 2025 at 4:15 AM
August 1, 2025 at 4:08 AM
Next on, redesigning the banter feed🛠️

@leerob.com @joshwcomeau.com @cassidoo.co

#frontend #webdev #buildinpublic
July 28, 2025 at 5:22 AM
Learning every day takes us far. When I finished today's learning, a gut feeling told me to check the app I built. Lo and behold! It makes sense now how Next.js handles font optimization—very tiny discovery but worth it.

#buildinpublic #frontend #webdev
July 24, 2025 at 7:19 AM
Learning time📕

#buildinpublic #frontend
July 24, 2025 at 6:34 AM
Learning time 😍

#frontend #webdev #buildinpublic
July 23, 2025 at 4:13 AM
Just wrapped up some crucial UI fixes yesterday 🔧

The CTO raised some concerns about the login page not matching the design. As frontend devs, being meticulous isn’t optional — it’s our craft. Pixel by pixel, I addressed:

✅ Responsiveness

✅ Removed hardcoded widths/heights
July 22, 2025 at 1:07 PM
I completed the delete chat feature last week, and I’m really happy with how it turned out. I’d love to hear your feedback.

app.myrevva.com

@leerob.com

@cassidoo.co

#frontend #buildinpublic #web
July 21, 2025 at 7:01 AM
I've been heads down for a while, deep in building out the messaging feature for the app. Finally coming up for air. Learned a ton — excited to keep sharing and learning in public. 🚀
app.myrevva.com

@leerob.com @cassidoo.co
#frontend #buildinpublic #web
July 16, 2025 at 7:17 AM
Get 1% better every day. I am following @leerob.com's advice. There's no substitute for putting in the hours.💪💪💪

#buildinpublic #frontend #webdev
July 11, 2025 at 6:39 AM
Next on Next.js documentation😍. Strenghtening my skills to build for all

#buildinpublic #frontend
July 9, 2025 at 4:32 AM
Hi Frontend mentors and devs,
I continued working on the chat feature!
✅ Built the chat UI
✅ Added the "add new message" functionality
Excited to see it come together! Feedback is welcome 🙌
@cassidoo.co

@leerob.com

@joshwcomeau.bsky.social

#buildinpublic #frontend #React #Nextjs #DevProgress
July 8, 2025 at 7:55 PM
Starting work on a new open-source feature! 🛠️
I'll be integrating a chat UI with Deepseek API to enable real-time Q&A and feedback (👍/👎) on AI responses.
Looking forward to improving the UX and learning in the process. github.com/AURORALAOrg/...

Let’s build! 💬✨
#opensource #Nextjs #buildinpublic
July 4, 2025 at 8:25 PM
I fixed the Google One Tap dark theme issue.
Just slapped style={{ colorScheme: "light" }} on the parent.

Problem solved, I thought...

Then Google One Tap said: “There’s another level.”

Why??😴

Thanks to @scuti_sundae (Reddit) — 7 months late, but right on time 😂
June 30, 2025 at 2:10 PM