sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

596
active users

#microservices

2 posts2 participants0 posts today

Day 12

Implemented password reset functionality using JWT:
/auth/remind-password generates a short-lived token and sends it via email
/auth/reset-password verifies the token and updates the password using bcrypt

Validation handled with class-validator.
Endpoints documented with Swagger.
Token secret and base URL configured via environment variables.

write.tyolabs.com/?p=33

write.tyolabs.comDay#12 Password Reset Flow with JWT in a NestJS Backend – Ideas. Engineered.

I'm looking for job, usually I prefer Mexican payrole jobs ( with mexivan law benefits and plus) but I open to a good contractor/freelance offer
I'm a software engineer and full stack developer with 7 years of experience.
My technologies are
The recent ones are
#ReactJS
#NextJS
#RubyOnRails
#AWS #microservices
#NodeJS #JavaScript and #TypeScript
#algolia #indexer
#CSM #contenful
I also have experience.
#Laravel #PHP
#workflow
#vuejs

💡 Rethinking #Microservices? Listen to the #InfoQ #podcast with Sam Newman for key lessons:

🔹 Use Microservices as a last resort, as distributed systems bring serious complexity
🔹 Architecture is a Continuous Journey, not a fixed destination
🔹 Focus on the Outcome
🔹 Build in Observability from day one to enable better decision-making
🔹 Microservices are not binary, but a gradient. It's OK to have microservices for part of your systems, while the rest remain monoliths

🔗 bit.ly/3FYjFyr

Day 8
TL;DR: Yesterday I took a break. Today I’m back – and permissions are under control :)
Spent the day designing a fine-grained permission model.
I now support 96 distinct permissions across 8 modules, 4 CRUD operations, and 3 scopes: self, group, global.
Three system roles bind these into meaningful sets:
admin: full global access (32 permissions)
supervisor: read self + full group scope (32)
employee: read/update self only (16)

That's 80 role-permission bindings total. Uff.

write.as/bmariusz/designing-a-

Mariusz Balewski · Day#8 📊 Designing a Scalable Permission ModelYesterday I took a break. Today I’m back – and permissions are under control, I hope. I’ve implemented a structured permission model tha...