Software Development

Category group

Category articles

  • Developer Driven Testing

    Developer Driven Testing

    Total views
    1,950 views
    Time to read
    3 min
    Published on
    The other side of the moon We’ve all heard about the Test-Driven Development, but how about the reversed approach – Developer Driven Testing (DDT)? What can we gain and what can we lose by writing our code before writing tests? Let’s explore this approach to software development, which implies setting up QA processes without a…
  • Test Driven Development

    What is Test Driven Development (TDD)?

    Total views
    6,698 views
    Time to read
    4 min
    Published on
    Test Driven Development (TDD) is a software development process in which a developer writes test of their code before writing the code itself. The test-first concept encourages repetition of very short development cycles with the writing of just enough code to pass the test. 
  • mean stack

    Introducing the MEAN stack

    Total views
    1,918 views
    Time to read
    4 min
    Published on
    The Disruption Technology disruption has already disrupted. Everything has changed with the pace of digital revolution, from our everyday lives to the way how we work and code. The fast moving and diverse environment of web development is no exception. During the recent years everybody in the web community speaks about the MEAN stack. What…