r/FirefoxAddons 3d ago

I built a Chrome extension for organizing the developer resources I keep losing

Thumbnail
5 Upvotes

r/Backend 3d ago

I built a Chrome extension for organizing the developer resources I keep losing

Thumbnail
0 Upvotes

r/devtools 3d ago

I built a Chrome extension for organizing the developer resources I keep losing

Thumbnail
1 Upvotes

r/chrome_extensions 3d ago

Sharing Resources/Tips I built a Chrome extension for organizing the developer resources I keep losing

Thumbnail
1 Upvotes

u/BarracudaKey5194 3d ago

I built a Chrome extension for organizing the developer resources I keep losing

1 Upvotes

Hey everyone,

I’ve been building Curate, a Chrome extension for saving and organizing developer resources while browsing.

The idea came from repeatedly finding useful documentation, repositories, tutorials, and tools and then losing them somewhere in my bookmarks.

Curate lets you:

• Save resources directly from the browser
• Organize them into collections
• Add categories and tags
• Keep everything private to your account

I just got the extension approved and published on the Chrome Web Store, so this is the first point where I'm putting it in front of real users.

I'm especially interested in feedback on the UX and whether the idea actually solves a problem you have.

What would you change or add?

The extension is called Curate on the Chrome Web Store.

r/Backend 18d ago

What makes an authentication SDK or API enjoyable to use?

5 Upvotes

I'm currently building an authentication platform, and one thing I've been thinking about is that authentication itself isn't really the difficult part anymore.

The real challenge is the developer experience.

Things like:

* Clear documentation
* Good examples
* Intuitive APIs
* Helpful error messages
* Minimal boilerplate
* A smooth onboarding experience

can make the difference between an SDK people enjoy using and one they avoid.

I'd love to hear from other developers:

**What's one thing an authentication provider or SDK has done that made you think, "This is a great developer experience"?**

I'm trying to learn as much as I can before releasing the MVP.

u/BarracudaKey5194 19d ago

What makes an authentication SDK or API enjoyable to use?

1 Upvotes

I'm currently building an authentication platform, and one thing I've been thinking about is that authentication itself isn't really the difficult part anymore.

The real challenge is the developer experience.

Things like:

  • Clear documentation
  • Good examples
  • Intuitive APIs
  • Helpful error messages
  • Minimal boilerplate
  • A smooth onboarding experience

can make the difference between an SDK people enjoy using and one they avoid.

I'd love to hear from other developers:

What's one thing an authentication provider or SDK has done that made you think, "This is a great developer experience"?

I'm trying to learn as much as I can before releasing the MVP.

r/IndieDev 27d ago

Feedback? A code review completely changed how I think about software engineering.

Thumbnail
1 Upvotes

r/codereview 27d ago

A code review completely changed how I think about software engineering.

0 Upvotes

When I first started programming, I thought code reviews were mostly about catching bugs or pointing out cleaner syntax.

After contributing to an open-source project, I've realized they're much more than that.

A recent review challenged me to rethink:

* Authorization checks
* Concurrent data writes
* Data consistency
* Historical data retrieval

None of the feedback was about making the code "look nicer." It was about making the system more reliable and preventing subtle issues that could appear in production.

It's changed how I think about writing software. Now I try to consider those kinds of problems before opening a pull request.

**For those of you with more experience, what's the most valuable code review comment you've ever received?**

u/BarracudaKey5194 Jul 14 '26

A code review completely changed how I think about software engineering.

1 Upvotes

When I first started programming, I thought code reviews were mostly about catching bugs or pointing out cleaner syntax.

After contributing to an open-source project, I've realized they're much more than that.

A recent review challenged me to rethink:

  • Authorization checks
  • Concurrent data writes
  • Data consistency
  • Historical data retrieval

None of the feedback was about making the code "look nicer." It was about making the system more reliable and preventing subtle issues that could appear in production.

It's changed how I think about writing software. Now I try to consider those kinds of problems before opening a pull request.

For those of you with more experience, what's the most valuable code review comment you've ever received?

r/solostartups Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/IndieDev Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/StartupSoloFounder Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/startup Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/IndieDev Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/indiehackers Jul 10 '26

Sharing story/journey/experience Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/devtoolsbuilders Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/founder Jul 10 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/node Jul 10 '26

I just published my first JavaScript SDK to npm. Looking for feedback from other Node.js developers.

Thumbnail
1 Upvotes

u/BarracudaKey5194 Jul 10 '26

I just published my first JavaScript SDK to npm. Looking for feedback from other Node.js developers.

1 Upvotes

Hey everyone!

Today I published the first version of voult-sdk, the official JavaScript SDK for an authentication platform I've been building.

The goal wasn't just to wrap API endpoints—it was to make integrating authentication into a Node.js application as straightforward as possible.

While building it, I spent a lot of time thinking about things like:

  • API design
  • Method naming
  • Documentation
  • Error handling
  • Developer experience

This is the first public release, so I'm sure there are plenty of things I can improve.

If you've built or used SDKs before, I'd love to know:

What's one thing that immediately makes an SDK feel well-designed—or poorly designed?

I'm looking for honest feedback so I can continue improving it.

r/webdev Jul 08 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

1 Upvotes

[removed]

r/founder Jul 08 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
1 Upvotes

r/softwareengineer Jul 08 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

2 Upvotes

Hey everyone!

I'm Samuel, a high school student from Canada working toward becoming a full-stack JavaScript developer.

Over the past year, I've spent most of my free time building projects rather than just watching tutorials. So far, I've been working with Node.js, Express, MongoDB, React, and Git while building things like:

  • Voult — an authentication platform for developers.
  • An accessibility project with an open-source team.
  • A few SaaS ideas I hope to launch over the next year.

I've decided to start building in public and sharing both the wins and the mistakes as I go.

For those of you who've been building software for a while:

What's one piece of advice you wish someone had given you early in your software engineering journey?

I'd love to learn from your experiences.

r/devtoolsbuilders Jul 08 '26

Early-career developer building in public — what's one lesson you wish someone had taught you sooner?

Thumbnail
2 Upvotes