Latest articles (2)

SOFTWARE DEVELOPMENT
App Deployment in 20 Minutes Using Serverless Containers on GCP
12.01.2021 - Read in 5 min.
In this article, we will deploy an example application using Express.js API with AdminBro auto-generated administration panel. I will use it as a demo site for an import/export feature for the admin panel.

SOFTWARE DEVELOPMENT
Functional programming in JavaScript
28.01.2020 - Read in 10 min.
JavaScript encourages and provides possibilities to write functional code. From this article you will learn how to write functional code in JavaScript.