Hello! I'm creating a small programming team and I'm thinking of using a platform like git or bitbucket to host the code. But I want after loading the code on this platform I want for example, the frontron programmer not to look at the code that the backend programmer pushes, also the same with the backend programmer I want not to look at the front end programmer code . I know github does not work this way so i'm wondering what platform can i use for this. In other words, to create a branch for each programmer and for each to have access only to his branch
I want for example, the frontron programmer not to look at the code that the backend programmer pushes, also the same with the backend programmer I want not to look at the front end programmer code
Any new code should be pushed and a pull request opened. If you don’t want front-end developers touching back-end code and vice versa then you can pick it up there.
I don't know why you would do that if they're both in the same team, but you can use 2 different repos and connect them yourself. And then you are going have to deal with the communication between front-end and back-end during development.
At what point will the front team know how to communicate with and display back end data. They won't even know the database fields they need to work with. Just have full stack developers and pay them very high since they need to do both is a suggestion.