DeCODE logo
Testing on NestJS mocks
Testing on NestJS mocks

The general idea of this package is to be able to create a Swagger server from the postman collection and to serve it

How to deploy from Gitlab to VPS 2022
How to deploy from Gitlab to VPS 2022

When working with the dynamically changing websites, it's crucical to have own CI/CD process. This way you can speed up the delivery of the product from development to the end customers. Nowadays, multiple Git hosting services are

Generating of DOCX from Markdown
Generating of DOCX from Markdown

Markdown is a format, which is usually used for communication and providing documentation for developers and technical products. Markdown supports a lot of necessary features, which help with organizing your documentation.

How to autogenerate the screenshots for web application and highlight elements
How to autogenerate the screenshots for web application and highlight elements

When working in the Agile team, it's necessary to keep the documentation up to date and monitor changes. It's especially important for those cases, when the team changes and there should be onboarding

How to generate sitemap for NodeJS blog
How to generate sitemap for NodeJS blog

In order to keep the content up to date, your sitemap should always be upgraded. In case of the Express Blog, this can be automated with...

7/31/2022
Webpack RAM plugin
Webpack RAM plugin

In order to fine-tune the builds of your frontend applications, you need to concentrate on analysis of the build process. One of such criteria is the usage of your system resources. To be able to find...