mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#microservices

1 Beitrag1 Beteiligte*r0 Beiträge heute

Practical Serverless &Microservices with Azure by Gabriel Baptista and Francesco Abbruzzese is out now.
Learn how to build and run microservices on Azure using AKS, Functions, API Management, and more.

You’ll get hands-on with:
1. Designing #microservices architecture
2. #Serverless with Azure Functions
3. Messaging with Service Bus & Event Grid
4. CI/CD for microservices
Link- amazon.com/dp/1836642016

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...
#sql#Microservices#monorepo