Harmonizing line breaks while working with different OS
When working in a team, someone will be using windows, while some will be on mac. Usually, it won’t be an issue, but windows and mac/linux has a different wa...
When working in a team, someone will be using windows, while some will be on mac. Usually, it won’t be an issue, but windows and mac/linux has a different wa...
Sometimes it can be pretty frustrating when the error message doesn’t show the root cause of the problem, usually that’s because it is not straightforward wh...
When it comes to releasing software projects to production, versioning can be a topic that is easily overlooked as something that is too trivial and done man...
Cucumber is a great way for users to automate acceptance testing, as it allows using somewhat natural language to define the test cases. With a little learni...
In the project I’m working on, there are some local configurations (typically database connection strings) that I do not push to the git remote. This causes ...