White Label Coders  /  Blog  /  All Articles  /  Page 12

All Articles

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.

programming best praciticies
18.07.2019
7 min read

Category: Business Insights

Best Practices, Budgets and Deadlines – Have Your Cake and Eat it too

The subject of best practices has already been extensively described in the articles on SOLID, KISS and automatic testing. However, the question remains as to whether, and to what extent, the application of these procedures affects the timing and complexity of the order.

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