Direct link to the article A Continuous Integration and Deployment Setup with CircleCI and Coveralls

A Continuous Integration and Deployment Setup with CircleCI and Coveralls

Continuous Integration (CI) and Continuous Deployment (CD) are crucial development practices, especially for teams. Every project is prone to error, regardless of the size. But when there is a CI/CD process set up with well-written tests, those errors are a …

Henry Eze on
Direct link to the article How to Automate Project Versioning and Releases with Continuous Deployment

How to Automate Project Versioning and Releases with Continuous Deployment

Having a semantically versioned software will help you easily maintain and communicate changes in your software. Doing this is not easy. Even after manually merging the PR, tagging the commit, and pushing the release, you still have to write release …

Marko Ilic on