In this how-to, I will show how I implemented HMAC in a Cloud Function that acts as a webhook using the node Express application framework. The focus of this article is how I implemented HMAC and not on how to build a Cloud Function webhook. …
Category: Software Development
Torbjorn sharing his experience from software development, he is sharing code snippets, techniques
Now that lockdown is finally easing, it’s time for companies to start opening back up again, meaning that employees are heading back to work. If you are a business owner, then it is going to be …
Maintaining healthy lifestyles and paying attention to mental wellbeing have always been important aspects of daily living. However, with the world in crisis over the coronavirus pandemic, the concept of wellness has come under intense scrutiny …
This was a very interesting project that I worked on, the use case for the project was to make the maritime noon report data available in Google BigQuery, sounds simple enough. However there were a lot …
This short how-to will explain how I implemented a toggle function with Angular and Firestore, I had this user requirement to create a button and then by clicking the button the color of the button and …
There are times when you write a cloud function that you need to protect an API key, account information user id and password, or other sensitive data. In the Google Cloud Platform (GCP) you can use …
Bitcoin halving is expected to take place around May 12th, 2020, A bitcoin halving is an event when miners receive 50% fewer bitcoins for verifying transactions. Bitcoin halvings are scheduled to occur once every 210,000 blocks until the …
There are many CI/CO tools available in the market today like GitLab CI, CircleCI I’m not so much in favor of these CI/CO services even if they have some cool features. I have been a Google …
In this article, I will explain how you can create a Google Cloud Platform (GCP) Cloud Function that you can use to cap the cost if the cost is higher than the budget the billing will …
Someone asked me the other day what is Cloud Computing? I told the person that asked the question that clouds computing is the on-demand delivery of computing power, database storage, file storage, applications, and other IT …
I built a mobile app that is very basic in its functionality, it allows app users to take a picture, the picture that is taken is sent to the Google Vision API to determine if there …