What strategy is best for your organisation to take for modernising legacy applications? In this post, we introduce 3 strategies, their benefits, and issues you may encounter.
A day in the remote life of a software engineer
More people are now being forced into a remote working lifestyle that they may be unprepared for. I’ve been a mostly remote worker for around two years and wanted to share some of my routine in the hope that some may find it helpful.
Prioritising your application transformation
After you have mapped your application ecosystem as best as you can, you should begin work on prioritising which applications to modernise first.
9 Benefits of Test Driven Development
Test Driven Development is the practice of writing a test for a piece of required functionality, before writing any implementation code. This test should fail when first run, and then, you write the code to get it to pass. It doesn’t have to be the most perfect code, just so long as the test passes. Once it does, you can then safely refactor your code.