A contribution in the category:backendDate: 07.12.2021Related topics: clouddevopsdeploymentHow to deploy a cloud functionCloud functions can be a great tool in modern web development. How to deploy these cost effective functions will be explained in this articleRead more
A contribution in the category:backendDate: 10.11.2020Related topics: securityhashingPassword SecurityPassword security is one of the most important and critical issues in the planning and development of backend services. To protect user accounts, passwords should never be stored in plain text in a database. Read more in the article.Read more
A contribution in the category:backendDate: 03.05.2020Related topics: deploymentclouddockerHow to deploy a node.js docker image on Google clouddocker can be scary. Containerizing a node.js app can be scary. Deploying on the google cloud can be scary as well. I will guide you through the deployment of a simple node.js application on the google cloud (with github repo)Read more