https://tangled.org/0x4d6165.synth.download/lionsmane
hey does anyone think they could help with my nestjs exception filter? i'm trying to move to fastify but I can't get the reply typing right
#typescript #nestjs
import {
ArgumentsHost,
Catch,
ExceptionFilter,
HttpException,
} from '@nestjs/common';
import { FastifyReply, FastifyRequest } from 'fastify';
@Catch(HttpException)
export class MiniHttpExceptionFilter implements ExceptionFilter {
catch(exception: HttpException, host: ArgumentsHost) {
const ctx = host.switchToHttp();
const response = ctx.getResponse<FastifyReply>();
const status = exception.getStatus();
response.code(status).send({
error_message: exception.message,
});
}
}Day 46 of Year 3
Day 777 overall since Jan 1, 2024.
Today:
• Tested backend routes and set up Postman for API validation
• Wrote clean Markdown documentation mapping client → controller flow
• Configured ESM TypeScript compilation in my NestJS backend
• Fixed module imports and wired AuthModule with UsersModule
#freeCodeCamp #100DaysOfCode
#Year3OfCode #Day777Overall
#Spring2026Cohort #TeamTealIris
#NHCarriganMentorship
#BackendDevelopment #NestJS
#LearningInPublic #Consistency
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.
Парсинг, боль и AI-напарник: Как я в 16 лет строил Open Source API и оптимизировал Postgres
Рассказываю историю создания Mumin API — современной Open Source платформы для работы с хадисами. Внутри: битва с «кривыми» PDF-сканами через регулярки Python, ускорение Fuzzy Search в PostgreSQL почти в 2 раза с помощью GIN-индексов, публикация Kotlin SDK в Maven Central и опыт работы с AI как с Senior-напарником. Без «воды», только код, архитектура и реальные грабли 16-летнего разработчика
https://habr.com/ru/articles/1002178/
#NestJS #PostgreSQL #Prisma #Open_Source #API #Kotlin #Claude #Парсинг #Trigrams #Fullstack_разработка
RE: https://mastodon.social/@h4ckernews/116105137504773423
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
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:
https://prishusoft.com/blog/implementing-microservices-in-nestjs-using-mqtt
Contact Prishusoft to build production-ready systems.
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:
https://prishusoft.com/blog/implementing-microservices-in-nestjs-using-grpc
Contact us for custom development work and scalable backend solutions.
My friend works here, and they're hiring a junior frontend dev. ⚛️
Onsite / hybrid in San Francisco
https://fablesecurity.com/careers/?ashby_jid=aa900256-a8c4-4491-9d69-9f36d865ea71
("Hiring a junior dev!? In 2026!?")
I know, right!