Categories
Software Development

A day in Software Development

Hi,

As a programmer, this is how my day starts when I start to write a new feature into an existing application.

The difference is, I am not a team, but a single person so I do it all alone.

If you are interested read further 🙂

Categories
Hard Skills

Review of “Learn TDD in 24 hours” on Udemy [2018]

What is Test-Driven Development (TDD)? Test-driven development is all about writing code that you trust, maintainable, and you won’t call it legacy code straight out of the box. It means you write the test first and then you start to write code. In contrast with common beliefs, you save time with this technique because you […]