White Label Coders  /  Blog  /  Software Engineering  /  Page 3

Software Engineering

Why TypeScript
05.08.2019
2 min read

Category: Software Engineering

Why TypeScript?

Node JS is great for api development, we have used it for ages. We also have great web frameworks like express and koa, nice orms like sequelize, bookshelf, objection and mongoos, and we have a lot of other libraries and plugins that we love to use.

Teamwork
21.06.2019
2 min read

Category: Software Engineering

Code Reviews – Putting the “Team” in Teamwork

The quality of the code defines the final effect of the completed project for the client. Regardless of the complexity of the project, software development can be divided into specific pieces of functionality, which ultimately make up the whole – business effect recommended by the client: online store, website, order management platform, game creation system, application …

automating testing
07.03.2019
3 min read

Category: Software Engineering

Automatic Testing

Creating automated tests is a very important element of the software development process. This approach to creating tests utilizes TDD and BDD methodologies