#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
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
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
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
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,…
Started the morning building Auth on nestjs using jwt for the first time #nestjs a very nice and easy stuff by the way
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 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... 🧵
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
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.
I have been meaning to do a crash course on nestjs for work. Any recommendations? Adding video for better recognisability #nestjs
Why #nestjs ? Structured Microservices Modularity Typescript Rest API #code #typescript #node #backend #day2 #programming
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
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
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
#NestJS The official documentation did help shed some light on authentication using passport (Local), I will admit that it was alot to take in, but the following resources helped alot. youtu.be/i-howKMrtCM?si… github.com/Khidir-Karawit…
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
Day 3-4 of 500: Added RBAC (Role Based Access Control) to the app. Added it to the users CRUD features so admins can CRUD users. #500DaysOfCode #js #nestjs #crud #users #programming #devs
Day 2 of 500: Yesterday I promised to implement user authentication and authorization, and integrate it into the task management system for a complete app with user auth. And I did. Repo: github.com/Ekojoecovenant… #500DaysOfCode #nestjs #js #backend #dev #DevCommunity #auth #app
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
Day 18 of 100days of #NestJS: Product Model Breakdown! Completed the advanced Product schema: Includes Cost Price & Compare Price. Specialized fields for Fragrance Notes and Concentration. Built-in support for Variants & Inventory Logs.
The biggest learning curve? Structuring the "Match" entity. It has to link an Offer (Teacher) and a Request (Learner) while maintaining data integrity. I also dove deep into: Foreign Keys & Cascades Indexing for performance Normalization #buildinpublic #NestJS #backend
Day 2 of 500: Yesterday I promised to implement user authentication and authorization, and integrate it into the task management system for a complete app with user auth. And I did. Repo: github.com/Ekojoecovenant… #500DaysOfCode #nestjs #js #backend #dev #DevCommunity #auth #app
Been working on the email feature flow:- Login, Reset, Forget Password! Integrated NodeMailer in NestJS backend with SMTP Used Handlebars (HBS) templates for dynamic email content Smooth, end-to-end flow ready for production @nestframework #FullStack #NestJS #Backend #DevLife
Time to attach images to our Product model! #NestJS #Cloudinary #Streams #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
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
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
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
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
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,…
Hi guys….I’m Oluwatosin and I’m backend developer…Super excited to dive into functional programming with Typescript and Nestjs ✈️ Embracing new paradigm and cleaner code😎 #FunctionalProgramming #Typescript #Nestjs
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
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
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
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
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
If you're a back-end developer still using Express + Node.js, it's time to level up! 🚀 Learn NestJS and streamline your development with better structure, scalability, and built-in best practices. Make your life easier! #NestJS #BackendDevelopment
Something went wrong.
Something went wrong.
United States Trends
- 1. Lakers 49.2K posts
- 2. Dillon Brooks 6,704 posts
- 3. Bron 24.2K posts
- 4. Giants 84.6K posts
- 5. #WWERaw 70.1K posts
- 6. Patriots 129K posts
- 7. Dart 35.9K posts
- 8. Suns 18.7K posts
- 9. Drake Maye 24.1K posts
- 10. Collin Gillespie 1,987 posts
- 11. #AvatarFireAndAsh 2,780 posts
- 12. Diaz 33.5K posts
- 13. Devin Williams 7,687 posts
- 14. Ryan Nembhard 4,057 posts
- 15. Pats 16.1K posts
- 16. Gunther 15K posts
- 17. STEAK 10.3K posts
- 18. James Cameron 4,326 posts
- 19. Devin Booker 2,593 posts
- 20. Joe Schoen 3,429 posts