#nestjs search results

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

Abdulsalamdev's tweet image. 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
Abdulsalamdev's tweet image. 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

Abdulsalamdev's tweet image. 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

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,…

valerymelou's tweet image. 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,…

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

Mana_boy07's tweet image. 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
Mana_boy07's tweet image. 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
Mana_boy07's tweet image. 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
Mana_boy07's tweet image. 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

projecthanif's tweet image. Started the morning  building Auth on nestjs using jwt for the first time  #nestjs a very nice and easy stuff by the way
projecthanif's tweet image. Started the morning  building Auth on nestjs using jwt for the first time  #nestjs a very nice and easy stuff by the way
projecthanif's tweet image. Started the morning  building Auth on nestjs using jwt for the first time  #nestjs a very nice and easy stuff by the way

I have been meaning to do a crash course on nestjs for work. Any recommendations? Adding video for better recognisability #nestjs


Pov: the project is built using #Nestjs

My project may be small, but my dependencies are mighty.

GithubProjects's tweet image. My project may be small, but my dependencies are mighty.


Just wrapper up the auth system for my fintech project. Nestjs has been an interesting ride so far, learning about guards, strategies and decorators. These are basics middleware but fancier. Coming from express, this was eye-opening. #backend #buildinginpublic #nestjs

delightsheriff's tweet image. Just wrapper up the auth system for my fintech project. Nestjs has been an interesting ride so far, learning about guards, strategies and decorators. These are basics middleware but fancier. Coming from express, this was eye-opening.
#backend #buildinginpublic #nestjs

One-Click Sign-Up DONE! ✅ My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal! Have Good days #TypeScript #NestJS #Dev

omo_iya_oniRice's tweet image. One-Click Sign-Up DONE! ✅

My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal!
Have Good days
#TypeScript #NestJS #Dev

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

TuoyoS26091's tweet image. 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

TuoyoS26091's tweet image. 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


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

CedarDaniel2's tweet image. 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

How do you monitor client requests and prevent abuse in an enterprise app? 🤔 The solution is strategic Rate Limiting! Learn the core concepts & project setup for implementing this security technique in #NestJS straight from @codebeast: prgress.co/3JEe6XI

KendoUI's tweet image. How do you monitor client requests and prevent abuse in an enterprise app? 🤔 

The solution is strategic Rate Limiting! 

Learn the core concepts & project setup for implementing this security technique in #NestJS straight from @codebeast: prgress.co/3JEe6XI

🚀 Progress update on my startup app. No vibe coding ✊🏻 Day 4 ✅ Mailing service w/ NodeMailer ✅ Queueing w/ BullMQ ✅ Basic CRUD for models ✅ Seeders & factories Slowly shaping the foundation—sharing a code peek #buildinpublic #startuplife #nestjs #typescript🚀

newbie_dev25's tweet image. 🚀 Progress update on my startup app. No vibe coding ✊🏻

Day 4

✅ Mailing service w/ NodeMailer
✅ Queueing w/ BullMQ
✅ Basic CRUD for models
✅ Seeders & factories

Slowly shaping the foundation—sharing a code peek

#buildinpublic #startuplife #nestjs #typescript🚀

🚀 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... 🧵

Dmj_wise's tweet image. 🚀 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... 🧵

🚀 Day 2 of showing up 📸 Focused on backend resilience, security & dev experience today 👇 ✅ Auth + custom guards ✅ Redis caching integrated ✅ Prisma DB health checks middleware ✅ Global rate limiting with Throttle ✅ Swagger API docs setup ✅ #buildinpublic #nestjs

quiora301's tweet image. 🚀 Day 2 of showing up 📸

Focused on backend resilience, security & dev experience today 👇

✅ Auth + custom guards
✅ Redis caching integrated
✅ Prisma DB health checks middleware
✅ Global rate limiting with Throttle 
✅ Swagger API docs setup ✅

#buildinpublic #nestjs
quiora301's tweet image. 🚀 Day 2 of showing up 📸

Focused on backend resilience, security & dev experience today 👇

✅ Auth + custom guards
✅ Redis caching integrated
✅ Prisma DB health checks middleware
✅ Global rate limiting with Throttle 
✅ Swagger API docs setup ✅

#buildinpublic #nestjs
quiora301's tweet image. 🚀 Day 2 of showing up 📸

Focused on backend resilience, security & dev experience today 👇

✅ Auth + custom guards
✅ Redis caching integrated
✅ Prisma DB health checks middleware
✅ Global rate limiting with Throttle 
✅ Swagger API docs setup ✅

#buildinpublic #nestjs

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

newbie_dev25's tweet image. 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
newbie_dev25's tweet image. 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

Starting programing on #Nestjs


HR System backend with NestJS + PostgreSQL 👨🏽‍💻 ✅ Auth done (JWT + Roles) 🚧 Next: REST API + Employees + Leave modules NestJS is teaching me real scalable backend flow! 🚀 #NestJS #BackendDev #BuildInPublic


Pov: the project is built using #Nestjs

My project may be small, but my dependencies are mighty.

GithubProjects's tweet image. My project may be small, but my dependencies are mighty.


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

Abdulsalamdev's tweet image. 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
Abdulsalamdev's tweet image. 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

Learn Nest.js with this comprehensive tutorial. Covers framework basics, features, and related tech. #nestjs #typescript #nodejs

essamamdani's tweet image. Learn Nest.js with this comprehensive tutorial. Covers framework basics, features, and related tech.
#nestjs #typescript #nodejs

HR System backend with NestJS + PostgreSQL 👨🏽‍💻 ✅ Auth done (JWT + Roles) 🚧 Next: REST API + Employees + Leave modules NestJS is teaching me real scalable backend flow! 🚀 #NestJS #BackendDev #BuildInPublic


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

Abdulsalamdev's tweet image. 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

How do you monitor client requests and prevent abuse in an enterprise app? 🤔 The solution is strategic Rate Limiting! Learn the core concepts & project setup for implementing this security technique in #NestJS straight from @codebeast: prgress.co/3JEe6XI

KendoUI's tweet image. How do you monitor client requests and prevent abuse in an enterprise app? 🤔 

The solution is strategic Rate Limiting! 

Learn the core concepts & project setup for implementing this security technique in #NestJS straight from @codebeast: prgress.co/3JEe6XI

I’ve started learning NestJS to go deeper into backend architecture. Really liking how it brings structure and scalability to Node.js, can’t wait to dive into modules, providers, and dependency injection and so much more. #NestJS #BackendDevelopment #NodeJS


💻 Building Something Big Currently working on a clean, modern investment platform that makes trading simple, secure, and transparent. Real-time market data, smart dashboards, and a smooth user experience — all in one. Here’s a quick look at the progress 🚀 #WebDev #Nestjs


Tired of handcrafting saga patterns for distributed NestJS systems? We think the ecosystem deserves better tooling for workflow orchestration. Does this approach look promising to you? What would your ideal solution look like? Drop your thoughts 👇 #NestJS #Microservices


Wrapped up role-based access — auth now returns cookies perfectly 🍪 — Connected to the frontend with @nextjs and it works clean 👨🏽‍💻 — UI coming together too, just refining the posts & comments flow before the final demo 🚀 #NestJS #BetterAuth #FullStackDev #BuildingInPublic

demoladevop's tweet image. Wrapped up role-based access — auth now returns cookies perfectly 🍪

— Connected to the frontend with @nextjs and it works clean 👨🏽‍💻
— UI coming together too, just refining the posts & comments flow before the final demo 🚀
#NestJS #BetterAuth #FullStackDev #BuildingInPublic
demoladevop's tweet image. Wrapped up role-based access — auth now returns cookies perfectly 🍪

— Connected to the frontend with @nextjs and it works clean 👨🏽‍💻
— UI coming together too, just refining the posts & comments flow before the final demo 🚀
#NestJS #BetterAuth #FullStackDev #BuildingInPublic
demoladevop's tweet image. Wrapped up role-based access — auth now returns cookies perfectly 🍪

— Connected to the frontend with @nextjs and it works clean 👨🏽‍💻
— UI coming together too, just refining the posts & comments flow before the final demo 🚀
#NestJS #BetterAuth #FullStackDev #BuildingInPublic
demoladevop's tweet image. Wrapped up role-based access — auth now returns cookies perfectly 🍪

— Connected to the frontend with @nextjs and it works clean 👨🏽‍💻
— UI coming together too, just refining the posts & comments flow before the final demo 🚀
#NestJS #BetterAuth #FullStackDev #BuildingInPublic

One-Click Sign-Up DONE! ✅ My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal! Have Good days #TypeScript #NestJS #Dev

omo_iya_oniRice's tweet image. One-Click Sign-Up DONE! ✅ My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal! Have Good days #TypeScript #NestJS #Dev
omo_iya_oniRice's tweet image. One-Click Sign-Up DONE! ✅ My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal! Have Good days #TypeScript #NestJS #Dev

One-Click Sign-Up DONE! ✅ My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal! Have Good days #TypeScript #NestJS #Dev

omo_iya_oniRice's tweet image. One-Click Sign-Up DONE! ✅

My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal!
Have Good days
#TypeScript #NestJS #Dev

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


tech-lab.sios.jp/archives/49157 🚀 Next.js×Nest.jsの型定義齟齬を完全解消! ⚡ OpenAPI Spec + Orvalによる自動生成パイプライン構築 📈 フロントエンド・バックエンド並行開発を実現 💪 コードレビュー工数削減&品質向上 #TypeScript #NextJS #NestJS #OpenAPI


Building in public keeps me accountable. Big shoutout to @Kaperskyguru for the inspiration and learning resources! What challenges have you faced in integrating AI into your projects? #BuildInPublic #NestJS #AI #TypeScript


Afternoon Debugging and Testing Session. ✅Fixed JWT 401 errors ✅ Configured env variables in monorepo ✅ Got Swagger Bearer auth working ✅ Reviewed Prisma schema ✅ Auth now solid in Postman + Swagger #BuildInPublic #NestJS #TypeScript


Just wrapper up the auth system for my fintech project. Nestjs has been an interesting ride so far, learning about guards, strategies and decorators. These are basics middleware but fancier. Coming from express, this was eye-opening. #backend #buildinginpublic #nestjs

delightsheriff's tweet image. Just wrapper up the auth system for my fintech project. Nestjs has been an interesting ride so far, learning about guards, strategies and decorators. These are basics middleware but fancier. Coming from express, this was eye-opening.
#backend #buildinginpublic #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

Abdulsalamdev's tweet image. 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
Abdulsalamdev's tweet image. 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

Abdulsalamdev's tweet image. 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

🚀 Progress update on my startup app. No vibe coding ✊🏻 Day 4 ✅ Mailing service w/ NodeMailer ✅ Queueing w/ BullMQ ✅ Basic CRUD for models ✅ Seeders & factories Slowly shaping the foundation—sharing a code peek #buildinpublic #startuplife #nestjs #typescript🚀

newbie_dev25's tweet image. 🚀 Progress update on my startup app. No vibe coding ✊🏻

Day 4

✅ Mailing service w/ NodeMailer
✅ Queueing w/ BullMQ
✅ Basic CRUD for models
✅ Seeders & factories

Slowly shaping the foundation—sharing a code peek

#buildinpublic #startuplife #nestjs #typescript🚀

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.

SiroDevs's tweet image. 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.

One-Click Sign-Up DONE! ✅ My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal! Have Good days #TypeScript #NestJS #Dev

omo_iya_oniRice's tweet image. One-Click Sign-Up DONE! ✅

My new signUpOneClick in NestJS auto-generates user credentials, hashes the password, and issues an API Key, all in one go. Smooth onboarding is the goal!
Have Good days
#TypeScript #NestJS #Dev

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

CedarDaniel2's tweet image. 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 wrapper up the auth system for my fintech project. Nestjs has been an interesting ride so far, learning about guards, strategies and decorators. These are basics middleware but fancier. Coming from express, this was eye-opening. #backend #buildinginpublic #nestjs

delightsheriff's tweet image. Just wrapper up the auth system for my fintech project. Nestjs has been an interesting ride so far, learning about guards, strategies and decorators. These are basics middleware but fancier. Coming from express, this was eye-opening.
#backend #buildinginpublic #nestjs

Started the morning building Auth on nestjs using jwt for the first time #nestjs a very nice and easy stuff by the way

projecthanif's tweet image. Started the morning  building Auth on nestjs using jwt for the first time  #nestjs a very nice and easy stuff by the way
projecthanif's tweet image. Started the morning  building Auth on nestjs using jwt for the first time  #nestjs a very nice and easy stuff by the way
projecthanif's tweet image. Started the morning  building Auth on nestjs using jwt for the first time  #nestjs a very nice and easy stuff by the way

What framework do you use for your backend? It's Nestjs for me bro. Just look at how clean and easy it is to schedule jobs. #nestjs #Crypto #blockchain

longlivethrill's tweet image. What framework do you use for your backend? 
It's Nestjs for me bro.  Just look at how clean and easy it is to schedule jobs. 
#nestjs #Crypto #blockchain

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

newbie_dev25's tweet image. 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
newbie_dev25's tweet image. 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

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

Mana_boy07's tweet image. 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
Mana_boy07's tweet image. 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
Mana_boy07's tweet image. 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
Mana_boy07's tweet image. 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

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

TuoyoS26091's tweet image. 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

TuoyoS26091's tweet image. 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


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,…

valerymelou's tweet image. 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,…

自分の絵をステッカーにして、ショップ作って買えるようにした!! akinorikotani.com/shop/373423725 #printful #stripe #nestjs #web

AkinoriKot13156's tweet image. 自分の絵をステッカーにして、ショップ作って買えるようにした!!

akinorikotani.com/shop/373423725

#printful #stripe #nestjs #web
AkinoriKot13156's tweet image. 自分の絵をステッカーにして、ショップ作って買えるようにした!!

akinorikotani.com/shop/373423725

#printful #stripe #nestjs #web
AkinoriKot13156's tweet image. 自分の絵をステッカーにして、ショップ作って買えるようにした!!

akinorikotani.com/shop/373423725

#printful #stripe #nestjs #web

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

Vhic_mar's tweet image. 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

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

coding_this's tweet image. 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

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

Emilio17Tech's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends