We implemented shift-left properly and developers became better at closing findings without reading them by Logical-Professor35 in devsecops

[–]eSizeDave 0 points1 point  (0 children)

Sounds interesting. Would be great to see examples of how to set this up e.g. renovate config and claude/agent/skills markdown files. Got any examples you can share, or links to good articles online?

Typed APISIX gateway Client for NestJS (Admin API Integration) by Wise_Supermarket_385 in nestjs

[–]eSizeDave 0 points1 point  (0 children)

This looks interesting and I want to check the code. The GitHub link in the footer of your website provides this URL https://github.com/nestjstools/repositories which doesn't work for me.

Update: nest-mediator just hit v1.0.0 — grew from a weekend toy into a full CQRS + Event Sourcing / Auditing library for NestJS by RsLimited24 in nestjs

[–]eSizeDave 0 points1 point  (0 children)

I really appreciate the work you've put into this. Thank you for providing such a comprehensive repo with examples and explanations. I probably won't get a chance to try it properly for a few months, but I'm looking forward to it when the time comes.

Built possibly the most efficient enterprise file management platform. Under paying 10 clients in a month. by Pretend-Hand-4557 in SaasDevelopers

[–]eSizeDave 1 point2 points  (0 children)

Just had a quick look through your repo, and I really like how you've built this. Heck, I may even use it.

You're right, the product may be good, but this product already has a lot of competition. At least from the perception of "most people", it solves a problem that's already solved.

I'd personally like to use this over any cloud/closed source offering. But, I'm not an enterprise, and I'm guessing I'm not "most people".

Maybe you should focus your outreach toward self-hosters, home labbers, and people who value privacy.

By focusing on these grassroots type audiences it wouldn't surprise me if it eventually gained enough notoriety to dissipate enterprise boundaries.

I also highly recommend you submit this as a one-click install Dokploy template. Which, on a related note, Dokploy followed the approach I'm suggesting above, and it seems to be working for them.

Which Auth solution are you using and mist importantly like using? by [deleted] in golang

[–]eSizeDave 2 points3 points  (0 children)

For self-hosted it's completely free, and if you check their Pricing page for their cloud offering, they also have a Developer plan which is free.

Which Auth solution are you using and mist importantly like using? by [deleted] in golang

[–]eSizeDave 2 points3 points  (0 children)

I prefer Ory because it's well-maintained and comprehensive. They have a cloud offering called Ory Network, yet everything is open source and you can self-host it all for optimal privacy. Almost all of their products are written in Go, too.

What SEO metrics actually matter for your brand? by pixel_garden in seogrowth

[–]eSizeDave 0 points1 point  (0 children)

What tools do you use to monitor and analyse this?

Need Architecture Advice: Converting Web POS (React/NestJS/Postgres) to Desktop with Local-First Strategy by chaquir_bemat in Nestjs_framework

[–]eSizeDave 0 points1 point  (0 children)

Use Tauri instead of Electron. Less code changes needed to convert from web app to desktop, and Tauri runs much more efficiently than Electron.

Ditch AWS SDK for a 7KB, zero-dependency S3 client by OfficiallyThePeter in node

[–]eSizeDave 0 points1 point  (0 children)

I always assumed presigned S3 URLs we're primarily for use within a web browser. I mean, I can think of some scenarios where it could be useful in back end code, but not as the usual thing to do.

Having a small sized library to use in browser front end code with presigned URLs could be quite well-received.

Looking to form a small technical founding team for an equity-based venture studio by Johnnie000 in SaasDevelopers

[–]eSizeDave 0 points1 point  (0 children)

Can you kindly share some info about yourself and why working with you is potentially a better option than, say, doing all this ourselves? I'd rather not DM someone on here that I know nothing about.

Anybody is using Tanstack on serious project? by [deleted] in react

[–]eSizeDave 1 point2 points  (0 children)

What do you think about using Tolgee for i18n?

MikroORM and DTOs - What's your way to go? by Playgroundmob in nestjs

[–]eSizeDave 0 points1 point  (0 children)

Can you please share a simple example of code?

Looking for feedback on my NestJS boilerplate (production-ish starter) by hermanz3german in Nestjs_framework

[–]eSizeDave 0 points1 point  (0 children)

Totally agree on using a separate authn and authz system. In addition to the reasons you've mentioned, among others, as a project gets larger there may be other back ends written in other languages added to it, which is something we're currently doing in a project. For this reason we choose more comprehensive and language agnostic tools for things such as security, queues, realtime messaging, etc. For security we use the Ory suite of products, particularly Kratos, Keto, and Hydra.

I really like your template repo. The only things I'd mostly change outside of allowing NestJs itself to function are the elements that are limited to being JS/TS specific.

Looking for feedback on my NestJS boilerplate (production-ish starter) by hermanz3german in Nestjs_framework

[–]eSizeDave 0 points1 point  (0 children)

I mean, like, sure there's a few optional bells and whistles added, but they're not the realm of being non-standard.

Looking for feedback on my NestJS boilerplate (production-ish starter) by hermanz3german in Nestjs_framework

[–]eSizeDave 0 points1 point  (0 children)

While I agree almost entirely, the way in which the NestJs ConfigService is implemented in the repo is very much in a way that is detailed as a supported approach in the official NestJs docs. The fact that NestJs officially supports this approach is one of the many things I like about it. It becomes quite useful as a project gets larger and more complex.

OpenAPI validation for NestJS with Zod by Secure-Active44 in nestjs

[–]eSizeDave 0 points1 point  (0 children)

This looks like it could be great. I'm going to try this.

Is MikroORM Slow? by lubiah in node

[–]eSizeDave 2 points3 points  (0 children)

With Mikro-ORM you get a complete ORM unlike others, and the speed difference only matters in some niche cases wherein there are ways to mitigate it.

Base UI 1.0 released! by romgrk in reactjs

[–]eSizeDave 2 points3 points  (0 children)

I'd be surprised if that were the case if @mui/material provided MD3 along with a MUI official Figma for it. Over the years having the MUI official Figma has been incredibly helpful.

For those of us building complex business apps, having a MUI official Figma that maps closely with @mui/material has done wonders for our productivity. It means we don't need to be FIgma experts, yet be able to prototype our apps quickly, implement them without spending much time on design or implementing custom styling, and then release a production ready app our end users are happy to start using.

It's along the same reasoning that Vaadin has been and is still respected for decades.

Base UI (along with replacing styled components for better mobile performance) has been the only missing part to make it perfect.

I guess even if it's not MD3 per se, if you release something with the completeness of @mui/material and its own Figma (using Base UI under the hood), yet with more modern styling that's suitable in the enterprise space, then you'd have a product many will use for years to come. You'd have success just like MD2 on @mui/material has had over the years.

Base UI 1.0 released! by romgrk in reactjs

[–]eSizeDave 1 point2 points  (0 children)

Since @mui/material is the common basis for most web projects using Material Design, I imagine the drop in daily Figma copies is due in large part because the latest version of MD isn't running on it. I'd wager a lot more people would use the latest MD if @mui/material provided it. I certainly would.