DEV Community

Discussion on: What was your win this week?

Collapse
 
asperduti profile image
Ariel Sperduti

I did my first step in CI/CD. Finally, I learned about unittest with Python and I set up a pipeline on Bitbucket to automatically test my personal project! So I have my CI step completed, and I am ready to make better codes. Next step, Implement continuous deployment!

I'm very happy with this new tool in my toolbox. It improves development speed helping to focus on coding.

I don't know how many years I've been programming, I've always thought that in the next project I will implement it, but I never took the time to set up it until now!