Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

My 3 cents :) #12

wants to merge 4 commits into from

Conversation

ninsy
Copy link

@ninsy ninsy commented Sep 9, 2019

Feel free to modify / correct my poor english 😸

- 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?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
- 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?
Copy link

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?

Copy link
Author

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...

Copy link

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?
Copy link

@gylaz gylaz Sep 10, 2019

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?

Suggested change
- How do you use source control? Is it git/svn?
- What do you use for source control and how do you use it?

Copy link

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.

Copy link
Author

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 😸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants