Category: Software Engineering
Testing of a website, our best practicies for testing before deploymentTesting a website or an app before it’s launch is like a rehearsal before the show. This is like the last wardrobe fitting before the gala.
Category: Software Engineering
Testing of a website, our best practicies for testing before deploymentTesting a website or an app before it’s launch is like a rehearsal before the show. This is like the last wardrobe fitting before the gala.
Category: Business Insights / Software Engineering
What are the benefits of standardizing structural design work?Around ten years ago, the market began to drive the speed and efficiency of customer service. It is ultimately affecting the quality of project implementation and business relations.
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
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: 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