Skip to main content

Questions tagged [role]

2 votes
3 answers
408 views

Handling authorization and authentication with an API gateway

Recently, I’ve found myself designing a microservices system, and I’m currently facing some challenges with authentication and authorization. Context All my microservices will be placed behind an API ...
ikiwq's user avatar
  • 97
2 votes
1 answer
287 views

Designing a Role-Based Permission System for FastAPI: Integer Roles vs Database Roles?

Problem: I am building a FastAPI based API and need to design a role-based permission system for authorization. Users can have one of three roles: Admin, Developer, and Operator. These roles are ...
Mehdi Ben Hamida's user avatar
6 votes
3 answers
873 views

ScrumMaster rotation with multiple scrum masters and teams

I'm currently working in a project where we discuss the question whether it is a good idea or not to rotate the scrum masters through all teams. We have different teams for ONE project. The context ...
user3705887's user avatar
0 votes
1 answer
333 views

Polymorphism versus authorization

I have something bother me in the understanding of polymorphism (vs role): Note: I am using rails (but it's a general question) I have 4 models: User Pro Customer Company There is a polymorphic ...
benoitr's user avatar
  • 103
7 votes
3 answers
2k views

What's an incorporated software developer?

I saw a job posting asking for "incorporated software developers" and asking them to state their "incorporated rate" when applying. What's the difference between an incorporated developer and a ...
AlliterativeAlice's user avatar
4 votes
2 answers
2k views

What .NET objects should I use to create a cookie based session in MVC?

I'm writing a custom password reset application that uses a validation technique that doesn't fit cleanly with ASP.NET Membership Provider's challenge questions. Namely I need to invoke a workflow ...
makerofthings7's user avatar
11 votes
1 answer
11k views

Who is Configuration Manager?

I would like to ask members of the community about the role of Configuration Manager, as you see it. I'm not asking what Configuration Management is, as long it had been asked before. What I need to ...
altern's user avatar
  • 765
13 votes
1 answer
9k views

What are the differences between aspect-oriented, subject-oriented, and role-oriented programming?

I know there are many papers describing these three paradigms but I'm looking for a schematic explanation. There are a few very good descriptions of aspect-oriented programming on here so I'm asking ...
user avatar
7 votes
4 answers
3k views

Is performance engineering a different specialization from general software development?

A major objective of software development is to focus on delivery of features implemented in good quality code. Knowledgeable developers are supposed to write software with good performance to the ...
rwong's user avatar
  • 17.2k