
Category: Software Engineering
Practical Application of Design PatternsThe use of SOLID, KISS and other guidelines not only help maintain order in the code itself, but also in communication between programmers.
Category: Software Engineering
Practical Application of Design PatternsThe use of SOLID, KISS and other guidelines not only help maintain order in the code itself, but also in communication between programmers.
Category: Outsourcing
Outsourcing a Programming Team is About More than TechnologyAre you looking for an IT solution that will ensure the success and development of your business? Consider working with an external development team!
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.
Category: Business Insights
Best Practices, Budgets and Deadlines – Have Your Cake and Eat it tooThe 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.
Category: Software Engineering
Code Reviews – Putting the “Team” in TeamworkThe 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 …
Category: Software Engineering
Automatic TestingCreating automated tests is a very important element of the software development process. This approach to creating tests utilizes TDD and BDD methodologies