r/Nestjs_framework

Trying to improve the NestJS + Sequelize developer experience — Feedback wanted

I've been working on a project called **nest-sequelize-repository** that aims to bring a TypeORM-like repository experience to **NestJS + Sequelize**, while still using Sequelize under the hood.

The goal isn't to replace Sequelize or build another ORM. It's simply to reduce boilerplate and provide a reusable, strongly typed abstract repository for common CRUD operations and patterns.

# Current features

* Generic abstract repository
* Type-safe CRUD operations
* Pagination support
* Soft delete support
* Transaction support
* Custom repository extensions
* Better error handling

# Planned roadmap

* Cursor pagination
* More repository helpers and developer experience improvements

I'd really appreciate feedback from people using **NestJS + Sequelize**.

* What repetitive code do you find yourself writing in every repository?
* What's the biggest pain point when working with Sequelize in NestJS?
* Are there any features you'd love to see in a library like this?

NPM: [https://www.npmjs.com/package/@nestlize/repository\](https://www.npmjs.com/package/@nestlize/repository)

Repository: [https://github.com/stbestichhh/nest-sequelize-repository\](https://github.com/stbestichhh/nest-sequelize-repository)

I'd love to hear your thoughts and ideas!

reddit.com
u/stbestichhh — 9 days ago
▲ 13 r/Nestjs_framework+1 crossposts

Official NestJS Courses - Updates !

I'm considering buying the official courses by Kamil and the core team. I know they advertise free lifetime updates, but I wanted to see if anyone can confirm if the content has been updated for NestJS 11 or just NestJS 10 and the breaking changes (like the Express v5 switch)?

Are the videos actually up to date, or are some parts starting to show their age?

Thanks in advance

reddit.com
u/ousan19 — 10 days ago

How production grade websockets, redis and micro services work?

I'm frontend developer moving to full stack. I'm working on chat app with tubro repo architecture.

My questions are:

  1. How to setup production grade websockets and what are the considerations before implementing?

  2. What are micro services in nestjs. If this application depooy on cloud will a micro services actually work as micro services like can I deploy it on another server from a monolithic architecture?

  3. How redis is being implemented at production grade?

  4. How kafka or rebbitmq being implemented?

Any nice resourc ir GitHub repo will be helpful. I'm scrapping internet for weeks now and nothing feels satisfactory.

My stack is turbo repo, expo, nextjs, nestjs, redis and postgress on docker.

reddit.com
u/___Noob___ — 13 days ago