-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My 3 cents :) #12
base: master
Are you sure you want to change the base?
My 3 cents :) #12
Conversation
- Is your infrastructure setup under version control / available as code? | ||
- What's the workflow from the planning to the finished task? | ||
- How do you prepare for disaster recovery? | ||
- Is there a standardised development environment? Is it enforced? | ||
- How quickly can you setup a new local test environment for the product? (minutes / hours / days) | ||
- How quickly can you respond to security issues in the code or dependencies? | ||
- Are all developers allowed to have local admin access of their computers? | ||
- Do you follow ["12-factor app"](https://12factor.net/) methodology? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
- What is your approach to working overtime? How often it is required to work overtime and what are the compensation rules for it? | ||
- Is there possibility to change projects / roles? | ||
- Do you organise internal/public meetups / attend conferences? | ||
- Is it allowed to allocate N hours per week for career development purposes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say this one is a bit too vague. What do you mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is meant to be open-ended question. I'll give you example from my current company: during each week, we can allocate 2 hours for non-sprint related stuff - reading blogs, contributing to open source, doing some courses etc...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And may I ask if you're able to do those things? I know some times is hard to make a case for things which don't have a direct impact on the business
README.md
Outdated
@@ -33,21 +33,26 @@ Having a bug tracking system doesn't make bug handling efficient and CI/CD doesn | |||
# Tech | |||
|
|||
- What are the usual stacks used at the company? | |||
- How do you use source control? | |||
- Is there default operating system used or is it up to employees to choose one? | |||
- How do you use source control? Is it git/svn? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thoughts about re-phrasing this to be more general?
- How do you use source control? Is it git/svn? | |
- What do you use for source control and how do you use it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Maybe instead of how do you use it?
ask if they use any branching strategies or practices.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I've added proposed change + reference to example of branching strategy 😸
…example of branching strategy
Feel free to modify / correct my poor english 😸