Monthly Archives: March 2018
What Is Agile and What You Need to Know
Agile is a big game changer to how we develop software. Before Agile, most development projects were using some form of waterfall whether they realized it or not. What this means is that they were building software sequentially, going from one phase to the next. So, at this point, you’re […]
What Is Waterfall Methodology and What You Need to Know
There are many ways to organize the workflow of software development. You might have already encountered a few of them, but not realize it. Maybe you do, but don’t know what the name for it is.
Why You Should Use Version Control
Version control has a love-hate relationship with most developers. Regardless, it is safe to say most developers will agree with that version control is important for any complex software. There are numerous benefits to using version control that outweighs the negatives.
What You Should Probably Know About Testing
Many software developers have no clue about how testing is actually done. They write the code, make sure it builds, and hand it over to testers or QA (Quality Assurance). The testers put the application through a series of test and give the developers a report on the issues and bugs […]