#NestJs

2026-02-21

I asked an AI (please forgive me, but it did actually save me a lot of time researching), what the largest #Discord communities are, for #OpenSource projects.

I generally dislike AI, but dislike Discord even worse, BTW.

I figured it might be realistic to appeal to these communities' sense of OpenSource values (taking advantage of recent controversy, and shift in sentiment against Discord), to migrate to, say, a #Flarum forum (or #XMPP, etc) instead:

Top 20 Open Source Projects on Discord (by Members)

| Rank | Project | Members | Description |
|------|---------|---------|-------------|
| 1 | #RPCS3 | 481,000 | Open source PlayStation 3 emulator |
| 2 | #OBS Community | 244,000 | Open source streaming/recording software |
| 3 | #Reactiflux | 222,000 | #React, Redux, GraphQL community |
| 4 | #HomeAssistant | 126,000 | Open source home automation platform |
| 5 | #Vue Land (Vue.js) | 122,000 | Vue.js frontend framework community |
| 6 | #osu! | 106,000 | Open source rhythm game |
| 7 | #Electron | 81,000 | Open source desktop app framework |
| 8 | #Godot Engine | 64,000 | Open source game engine |
| 9 | #Rust Community | 66,000 | Rust programming language |
| 10 | #NestJS | 52,000 | Node.js framework |
| 11 | #TypeScript Community | 51,000 | TypeScript language |
| 12 | #Laravel | 39,000 | PHP framework |
| 13 | #Tailwind CSS | 37,000 | CSS framework |
| 14 | #Flutter | 61,000 | Google's UI toolkit |
| 15 | #Deno | 17,000 | JavaScript runtime |
| 16 | #Manim | 17,000 | Mathematical animation engine |
| 17 | #JetBrains | 40,000 | IntelliJ platform community |
| 18 | #Sentry | 35,000 | Error monitoring platform |
| 19 | #Quasar | 28,000 | Vue.js framework |
| 20 | #LibreNMS | 20,000 | Network monitoring system |

Key observations:

- RPCS3 (PS3 #emulator) is the largest with nearly half a million members
- OBS Studio is the largest productivity/tool open source project
- Game emulators and game engines have massive communities
- #JavaScript/TypeScript frameworks (React, Vue, NestJS) have very active communities
- Home automation (Home Assistant) has a huge community due to DIY enthusiast adoption

Note: These numbers fluctuate constantly as members join and leave. Data gathered from Discord server listings in early 2025.

2026-02-21

Парсинг, боль и AI-напарник: Как я в 16 лет строил Open Source API и оптимизировал Postgres

Рассказываю историю создания Mumin API — современной Open Source платформы для работы с хадисами. Внутри: битва с «кривыми» PDF-сканами через регулярки Python, ускорение Fuzzy Search в PostgreSQL почти в 2 раза с помощью GIN-индексов, публикация Kotlin SDK в Maven Central и опыт работы с AI как с Senior-напарником. Без «воды», только код, архитектура и реальные грабли 16-летнего разработчика

habr.com/ru/articles/1002178/

#NestJS #PostgreSQL #Prisma #Open_Source #API #Kotlin #Claude #Парсинг #Trigrams #Fullstack_разработка

codeDude :archlinux: :neovim:codeDude@floss.social
2026-02-20

RE: mastodon.social/@h4ckernews/11

I have a good story with #dependabot
I was working with a team that depended totally in #bots #llms #ai stack. So one day checking PRs I noticed a PR that overrides the dependencies of the framework that we used to build an API( #NestJS ) Yeah it was overriding the depends of Nestjs in our repo, I mean the dependencies of the dependencies

Why?

They told me that dependabot warnings about it.

I'm pretty sure the solution came from #chatgpt hahahahaahhaa

PrishusoftPrishusoft
2026-02-16

Building Scalable Microservices with NestJS + MQTT

Looking to build a fast, scalable, event-driven backend?

Our latest blog shows how to implement microservices in NestJS using MQTT, a lightweight protocol for real-time and distributed systems. Learn architecture support, service communication, and practical high-performance use cases.

Read the full blog:
prishusoft.com/blog/implementi

Contact Prishusoft to build production-ready systems.

PrishusoftPrishusoft
2026-02-13

Building Scalable Microservices with NestJS & gRPC

Modern applications demand speed, scalability, and reliability. In our latest blog, we explain how to implement microservices in NestJS using gRPC, enabling high-performance, strongly-typed communication between services.

Read the full blog here:
prishusoft.com/blog/implementi

Contact us for custom development work and scalable backend solutions.

Dusk to Don :raccoon:dusk@todon.eu
2026-02-10

My friend works here, and they're hiring a junior frontend dev. ⚛️

Onsite / hybrid in San Francisco

fablesecurity.com/careers/?ash

("Hiring a junior dev!? In 2026!?")
I know, right!

#fedihire #react #nestjs #dev

PrishusoftPrishusoft
2026-01-30

Building Scalable Microservices with NestJS + Redis

When performance and real-time communication matter, Redis becomes a game changer. It is not just a cache — it is a powerful in-memory data store that enables fast messaging, event-driven systems, and scalable microservices.

Read the full blog here:
prishusoft.com/blog/implementi

Contact Prishusoft for custom software development and scalable architecture solutions.
Let us help you build systems that perform at scale.

2026-01-29

Tạo bộ starter kit full-stack với Vue, Element Plus, NestJS, Astro, PostgreSQL, Valkey. Ai sẽ sử dụng bộ công cụ này? #FullStack #Vue #NestJS #Astro #PostgreSQL #Valkey #BộCôngCụ #PhátTriểnWeb #FullStackDevelopment #VueJS #NestJSDramework

reddit.com/r/SaaS/comments/1qp

2026-01-20

Повторяющиеся задачи без RRULE: мой опыт реализации в своём таск-трекере

Повторяющиеся задачи кажутся базовой функцией любого таск-трекера, но мне пришлось их реализовывать с нуля в уже работающем проекте с десятками тысяч пользователей. У меня был выбор: внедрять тяжелый стандарт RRULE или писать свой велосипед? Для своего трекера задач в Telegram «OK, Bob!» я выбрал второй путь. В статье рассказываю про подход «буферизированной материализации»: как хранить бесконечные серии в MongoDB, не убивая базу, зачем нужно «скользящее окно» генерации и почему работа с таймзонами сложнее, чем просто хранение в UTC. Разбор архитектуры, кода и неочевидных UX-компромиссов.

habr.com/ru/articles/986794/

#тасктрекер #таскменеджер #повторяющиеся_задачи #nestjs #agenda #rrule #dayjs

PrishusoftPrishusoft
2026-01-13

Implementing Microservices in NestJS Using Kafka - A Practical Guide

Scalability, reliability, and performance are critical in modern applications.

Read here: prishusoft.com/blog/implementi

If you are planning to build scalable, event-driven systems or modernize your architecture, Prishusoft can help you design and implement robust microservices solutions.

Contact Prishusoft for expert backend and architecture services.

PrishusoftPrishusoft
2026-01-12

How to Build Production-Ready Microservices Using NestJS

Microservices architecture is no longer a trend. It is a necessity for scalable, maintainable, and high-performance applications.

Read the full blog here:
prishusoft.com/blog/implementi

Need expert help with NestJS, microservices, or full-stack development?
Contact Prishusoft for reliable, scalable, and cost-effective development services.

Let us build something powerful together.

2026-01-08

Ứng dụng thực tế Next.js + NestJS giới thiệu bất động sản Baytak vừa hoàn thành. Công nghệ sử dụng: Next.js và NestJS. Tính năng: trang bị thanh trượt ngang, thiết kế UI đơn giản, kiến trúc REST API. #Nextjs #NestJS #RealEstate #BấtĐộngSản #Tech #CôngNghệ

reddit.com/r/SaaS/comments/1q7

2026-01-07

Recrutement – Lead Backend Developer Node.js

On renforce notre pôle backend et on cherche un·e lead pour concevoir des archis solides, accompagner l’équipe et piloter la migration d’un projet clé de Symfony vers NestJS.

🔗 Détails & candidature : linkedin.com/jobs/view/4351480

#recrutement #backend #nodejs #nestjs #fediverse #techjobs

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2025-12-19

雑談会から始まった社内勉強会を、Next.js + NestJS + AI で学習プラットフォームに進化させた話
qiita.com/TokomaBaou/items/cff

#qiita #ポエム #AI #Next_js #NestJS #AIエージェント

Blonder 🇨🇴 :verified:blonder413@mastodon.la
2025-12-09

Dicen que la IA no le va a quitar el trabajo a los desarrolladores, pero llevo todo el año diciéndole a copilot y chatgpt que me hagan el trabajo, ojalá para el próximo año sí aprenda #TypeScript #React #NestJs

2025-11-28

Một người đã xây dựng công cụ phân loại ticket hỗ trợ AI trong 4 giờ bằng NestJS & OpenAI. Ứng dụng này tóm tắt, xác định ý định và mức độ ưu tiên của ticket từ văn bản thô. Ý tưởng tập trung vào việc giúp các doanh nghiệp B2B xử lý email hiệu quả hơn.

#AI #OpenAI #NestJS #phanloai #trive

reddit.com/r/SideProject/comme

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2025-11-28
2025-11-27

Универсальный Backend for Frontend для всех платформ RUTUBE

У аббревиатуры BFF кроме Backend for Frontend есть и другая расшифровка — Best Friends Forever. И в контексте статьи это только отчасти шутка. Общение фронтенда и бэкенда не всегда происходит гладко (опустим тот факт, что существует множество мемов о противостоянии фронтендеров и бекендеров): клиент запрашивает данные, бэкенд отдаёт то, что запросили, но часто данных сильно больше, чем нужно, а это значит, что запрос будет возвращаться дольше, фронтенд будет отрисовываться тоже дольше и всё это отразится на опыте конечного пользователя. А что если между фронтендом и бэкендом построить мостик, который распределит нагрузку и сделает всех дружелюбнее? Примерно в этом и состоит суть паттерна BBF, а в статье разберём подробнее: зачем его внедрять и какую роль он играет в масштабировании современных сервисов; как мы реализуем этот подход в рамках RUTUBE, какой профит он нам даёт; почему мы отказались от GraphQL; в чём отличия от API Gateway и как вообще проектировать такие сервисы.

habr.com/ru/companies/habr_rut

#bff #nestjs #nodejs #архитектура_приложений #рефакторинг #fastify #redis #backend #frontend #видеосервисы

0x4d6165 (Julie or Mae)0x4d6165@wanderingwires.net
2025-11-26
hey is there a way in nestjs to debug and log from bullmq queues without using bull board? #fediHelp #nestjs

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst