
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: 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
Category: Software Engineering
“Alter table” Applied to a Large TableDo you have a large table and want to alter it? Only for InnoDB? It can be done!
Category: Software Engineering
Best Practices in Programming Based on SOLID, KISS and Personal ExperienceThe guidelines a programmer should follow on a day to day basis are just as important as they are in any field.