If so, why?
Did you guys try different ones before deciding to stick to X or Y?
If so, why?
Did you guys try different ones before deciding to stick to X or Y?
For further actions, you may consider blocking this person and/or reporting abuse
Timeless DEV post...
The most used technology by developers is not Javascript.
It's not Python or HTML.
It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.
I'm talking about Git and version control of course.
Jordi Henrique Silva -
Ben Halpern -
Ingo Steinke -
BekahHW -
Once suspended, chrisvasqm will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, chrisvasqm will be able to comment and publish posts again.
Once unpublished, all posts by chrisvasqm will become hidden and only accessible to themselves.
If chrisvasqm is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Christian Vasquez.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community π©βπ»π¨βπ» safe. Here is what you can do to flag chrisvasqm:
Unflagging chrisvasqm will restore default visibility to their posts.
Top comments (5)
rspec/Capybara. Our front end is currently only tested through rspec feature tests but that should change soon.
Any Continuous Integration tools like Jenkins/ CircleCI/TeamCity?
Yep, CodeShip. I'm pretty happy with our flow. Lots of trust in the test suite so it's easy to push confidently. Still room for improvement, but we're in a better place than ever.
Oh we also use CodeClimate to measure test coverage and do static analysis for quality. Both metrics play a role in our merging/deployment process.
GitLab + Jenkins + Ansible;