#programming
Read more stories on Hashnode
Articles with this tag
'When people elaborate on TDD they seem to stay focused on the first letter · I have observed quite a few articles lately that elaborate on issues with...
Code evolve and changes. Making sure we don't break things in a continuous · As we develop a product over time, changes need to be made as we need to...
How do you integrate code in the team matters, it will directly affect the · I have already written some other post on this topic. I will go straight to...
is testing enough to make sure our code works? · Before we enable code for our clients, we need to test and validate it does what is expected. This could...
How do we roll out features? What are some practices that can save us from · Now that we know where our code lives, we need to make sure our users get...
Where should we run our services? are there hidden consts on certain practices? · Our services need to run somewhere, so our users can access it. It's a...