#nestjs resultados de búsqueda
Building backend for a mobile app using NestJS, currently implementing multi-provider authentication. Working on phone registration with Twilio API for African numbers, email auth coming up next. What are you working on this week? #nestjs
Building a Multi-Tenant #SaaS API? 🤯 I recently compared #Django vs #NestJS for this exact challenge and built a complete solution with Django Rest Framework using the Shared Database approach. The result was surprisingly robust and straightforward. I wrote a full,…
Last week, I started learning NestJS and contributing to an HR System backend at my internship 👨🏽💻 Even with my Node.js + MongoDB experience, I’m seeing how much structure and scalability Nest brings. Learning and building ,one endpoint at a time. #BuildInPublic #NestJS #backend
#day2 talking about #nestJs NestJs modules are really interesting, instead of dumping files everywhere, Nest forces you to group your 1. Services 2. Controllers 3. Providers 4. Exports and imports. Into one clean box. Love it.
Backend: NestJS (secure modular APIs + Prisma) Frontend: Next.js (SSR + smooth routing) State management: ⚡ TanStack Query → server state 🧠 Zustand → client state JWT for Auth Auto data caching Type safety #NestJS #NextJS #TypeScript #ReactQuery #Zustand #Fullstack
Started the morning building Auth on nestjs using jwt for the first time #nestjs a very nice and easy stuff by the way
First time diving into NestJS + PostgreSQL to build a backend app 😁 Coming from Node.js/Express, and wow . the structure and decorators are a whole new vibe! Any tips from NestJS devs out here? 🚀 #NestJS #BackendDevelopment #PostgreSQL #100DaysOfCode
Yo, so today i implemented symmetric encryption for user bank details, storing them encrypted in the database and decrypting on demand with a secure key, keeping sensitive data safe end-to-end. #nestjs #cryptography
Still cooking @happrhq with @TuoyoS26091 🔥 Just finished designing the last page and added QR code generator so users can share their pages easily. Moving into the functional phase, time to bring the UI to life. Before 🫲🏽🫱🏽 After
🚀 Just set up CI/CD for my #NestJS DegenXpert app using GitHub Actions + Docker Hub. Every push to main now automatically builds & ships a fresh Docker image. ⚡️ Let me break it down... 🧵
I wrote an article on building a blog app with NestJS using Microservices Architecture. I use RabbitMQ for service communication, MongoDB for each service, and Docker for setup. shorturl.at/rOIc7 Feel free to share! #nestjs #rabbitmq #rabbitmq #typescript #docker
Just wrapped up the Swagger API docs for the HR system 🚀 Everything’s now documented, secured, and ready for endpoint testing before production. Bit by bit, this system’s shaping up nicely. #BuildInPublic #NodeJS #NestJS #BackendDev #Documentation
Yo, wrapped up email and phone authentication. Currently rounding up the onboarding flow before moving on to the next module.” #NestJs
Building backend for a mobile app using NestJS, currently implementing multi-provider authentication. Working on phone registration with Twilio API for African numbers, email auth coming up next. What are you working on this week? #nestjs
At @Dev_codehub We build Websites and Mobile applications that looks like money For startups, Web3 dApps, E-commerce, Investment and all kinds of websites #WebDevelopment #WebDevelopment #nestjs #Website #mobile_app_developers
NestJSにFirebase Authで認証実装してみました。 FirebaseAuthGuardで認証ガードをつけて、認証中のユーザー取得も記載のように手軽に行けます! zenn.dev/stellarcreate/… #nestjs #firebase #認証
Day 5 Startup update on my Anki-like app: - Refactored Auth module - Added login history for users - Deck sharing - WIP: Import Anki deck, Bookmark and Clone deck features Making spaced repetition simpler, fun, social, & more powerful. #nestjs #typescript #buildinpublic #next
I have been meaning to do a crash course on nestjs for work. Any recommendations? Adding video for better recognisability #nestjs
Day 14/100 on the #NestJS server: Database schema COMPLETE! Defined the entire e-commerce blueprint in Prisma. Implemented Product Variants, Category Hierarchy, and Order Snapshotting for transactional integrity.
Transactional integrity is secured! Next: Payments! #NestJS #Transactions #Prisma #BackendDev #100DaysOfCode
Just dropped a new breakdown on why NestJS is beating raw Node.js in enterprise engineering — faster, cleaner, more scalable. 🚀 If you're into backend, TypeScript, or architecture… this one is worth a read. 👇 🔗 Full post on LinkedIn: linkedin.com/posts/visaj-pa… #NestJS #NodeJS
#day2 talking about #nestJs NestJs modules are really interesting, instead of dumping files everywhere, Nest forces you to group your 1. Services 2. Controllers 3. Providers 4. Exports and imports. Into one clean box. Love it.
Next: Finalizing cart totals and linking to checkout! #NestJS #Cart #Ecommerce #BackendDev #100DaysOfCode
Stripe’s idempotency keys and saving your own transaction state before calling their API ensure every action is processed once, even if the request is sent multiple times. Safe retries aren’t a nice to have in payments they’re a requirement. #nestjs thanks for making it simple
I was recently Working with @stripe in a @nestframework backend really shows why idempotency matters in payments. When network issues or timeouts happen, clients may retry the same request without idempotency, that can mean duplicate charges. #Stripe #NestJS #Backend #Payments
Add Stytch authentication to NestJS Enable passkeys, magic links, OAuth, and session management with a production-ready starter. Learn more 👉 u11d.com/blog/nestjs-st… #NestJS #Authentication #Security
Today I continue my building on #SkillSwap using @nestframework though I've my regular job but I'll still squeeze out time to work on it Might be slow but steady #NestJS #OpenSource #DevCommunity #TechTwitter
Why #nestjs ? Structured Microservices Modularity Typescript Rest API #code #typescript #node #backend #day2 #programming
Another way to master your craft is to teach the little you've learned #dev #TechTwitter #NestJS #OpenSource #DevCommunity
Start learning #nestjs . #code #engineering #programming #day1 #node #typescript
Next: Linking products to these categories! #NestJS #Prisma #Categories #BackendDev #100DaysOfCode
Admin product management is secured and functional! #NestJS #CRUD #Interceptors #BackendDev #100DaysOfCode
The product catalog is officially open for business! #NestJS #RBAC #AdminAPI #BackendDev #100DaysOfCode
Tip of the day #1 - NestJS Logging Do you know you can tune TypeORM logging ? I didn’t know until I couldn’t bear to see every single SQL query my backend would run. docs.nestjs.com/techniques/log… Have fun, stay safe & be nice until next time, cheers ! 🤘🏼🍻 #javascript #reactjs #nestjs
The core catalog is ready. Next: Services for product creation! #NestJS #Prisma #Ecommerce #BackendDev #100DaysOfCode
Last week, I started learning NestJS and contributing to an HR System backend at my internship 👨🏽💻 Even with my Node.js + MongoDB experience, I’m seeing how much structure and scalability Nest brings. Learning and building ,one endpoint at a time. #BuildInPublic #NestJS #backend
Started the morning building Auth on nestjs using jwt for the first time #nestjs a very nice and easy stuff by the way
Building backend for a mobile app using NestJS, currently implementing multi-provider authentication. Working on phone registration with Twilio API for African numbers, email auth coming up next. What are you working on this week? #nestjs
Backend: NestJS (secure modular APIs + Prisma) Frontend: Next.js (SSR + smooth routing) State management: ⚡ TanStack Query → server state 🧠 Zustand → client state JWT for Auth Auto data caching Type safety #NestJS #NextJS #TypeScript #ReactQuery #Zustand #Fullstack
Just wrapped up the Swagger API docs for the HR system 🚀 Everything’s now documented, secured, and ready for endpoint testing before production. Bit by bit, this system’s shaping up nicely. #BuildInPublic #NodeJS #NestJS #BackendDev #Documentation
I wrote an article on building a blog app with NestJS using Microservices Architecture. I use RabbitMQ for service communication, MongoDB for each service, and Docker for setup. shorturl.at/rOIc7 Feel free to share! #nestjs #rabbitmq #rabbitmq #typescript #docker
Yo, so today i implemented symmetric encryption for user bank details, storing them encrypted in the database and decrypting on demand with a secure key, keeping sensitive data safe end-to-end. #nestjs #cryptography
Still cooking @happrhq with @TuoyoS26091 🔥 Just finished designing the last page and added QR code generator so users can share their pages easily. Moving into the functional phase, time to bring the UI to life. Before 🫲🏽🫱🏽 After
Yo, wrapped up email and phone authentication. Currently rounding up the onboarding flow before moving on to the next module.” #NestJs
Building backend for a mobile app using NestJS, currently implementing multi-provider authentication. Working on phone registration with Twilio API for African numbers, email auth coming up next. What are you working on this week? #nestjs
Building a Multi-Tenant #SaaS API? 🤯 I recently compared #Django vs #NestJS for this exact challenge and built a complete solution with Django Rest Framework using the Shared Database approach. The result was surprisingly robust and straightforward. I wrote a full,…
#day2 talking about #nestJs NestJs modules are really interesting, instead of dumping files everywhere, Nest forces you to group your 1. Services 2. Controllers 3. Providers 4. Exports and imports. Into one clean box. Love it.
Kicking off a crypto tournament platform! ✅ Completed user management: Unique usernames, emails, and wallet addresses Validation + Swagger docs set up Excited for the next steps! #buildinpublic #web3 #nestjs #devjourney
😼 Actualización al curso: #NestJS: Desarrollo backend escalable con Node ⚠️ Actualizadas las secciones 9, 16 y la despedida; básicamente fueron cambios en los despliegues. ¡Gracias a todos los que hacen posible que podamos seguir manteniendo los cursos vigentes por tantos años!
Implemented CI/CD using GitHub Actions + Railway Now every push to main triggers automated build & test pipelines, and only after all checks pass, railway auto-deploys the latest version. #DevOps #NestJS #GitHubActions #Railway #Backend
Built a PATCH /user/:id route to update user profiles. It handles image uploads , validates, queues them with BullMQ, and runs the jobs in the background to process and upload to the cloud. Once done, it updates the user record with the new file URL. Clean, async, and scalable
Day 5 Startup update on my Anki-like app: - Refactored Auth module - Added login history for users - Deck sharing - WIP: Import Anki deck, Bookmark and Clone deck features Making spaced repetition simpler, fun, social, & more powerful. #nestjs #typescript #buildinpublic #next
I learned a lot—both about #insurance products and #Flutter development—as I tackled these challenges. Beyond the app, I also worked on a #NestJS (#React) back-office portal, contributing to #Britam’s digital transformation and helping it keep pace with industry trends.
Chat con NestJS utilizando Web Sockets para la clase de "Sockets y comunicación en tiempo real" en el bootcamp de "JavaScript en el Backend" de @codigofacilito con @Fernando_Her85 🌐💬🚀🔧 #JavaScript #BackendDevelopment #NestJS #NodeJS
Something went wrong.
Something went wrong.
United States Trends
- 1. #Kodezi N/A
- 2. Brian Cole 7,284 posts
- 3. Chronos 1,309 posts
- 4. Walter Payton 7,936 posts
- 5. Price 270K posts
- 6. Merry Christmas 69.5K posts
- 7. The FBI 111K posts
- 8. #WPMOYChallenge 13.2K posts
- 9. #25SilverPagesofSoobin 31.9K posts
- 10. #NationalCookieDay N/A
- 11. $META 12.8K posts
- 12. yihe N/A
- 13. #thursdayvibes 2,975 posts
- 14. Good Thursday 39.3K posts
- 15. The Blaze 5,767 posts
- 16. Tong 17.3K posts
- 17. GLOWING FAYE AT RED SEA FILM25 70.1K posts
- 18. Earl Campbell 3,480 posts
- 19. Dealerships 1,892 posts
- 20. Somali 252K posts