Content Hub.

Discover tech community

Build, Deploy and Run Securely – DevSecOps Best Practices
DevSecOps best practices help teams automate and overcome challenges around building and deploying applications in a secure, agile way.

Setting up an AWS Landing Zone in China
AWS in China is somewhat different to AWS in other regions.

Accelerate resource tagging with PowerShell — Microsoft Azure Tag Report
Once, I prepared this script to quickly tag many resources deployed on the Microsoft Azure platform. There are many ways...

How to manage resources in the external tenant in Azure?
The case You want to manage resources in other tenants without additional workload around that, such as accounts creation for...

Analysing News Article Content with Google Cloud Natural Language API
In this post we take advantage of Google’s pre-trained AI models for NLP and use Cloud Natural Language API to analyse text.

Training PyTorch Transformers on Google Cloud AI Platform
Google Cloud is widely known for its great AI and machine learning capabilities and products. In fact, there are tons...

Passwordless ARM templates using Azure Key Vault
We at Nordcloud implement ARM templates on the Microsoft Azure platform regularly. In parameters, we sometimes operate with confidential data...

Migrating on-prem to AWS with ease, using CloudEndure
CloudEndure makes lift-and-shift migrations quite effortless, yet it is not as mature as other AWS services.

Extending CloudFormation with custom resource types
In this post I show how you can extend AWS CloudFormation with new resource types and use them in the...

Managing application incidents efficiently with alert instructions as code
In this post we describe application incident management, and how we handle it at Nordcloud.

Monitoring your home temperature – Part 3: Visualizing your data with Power BI
Finally, we have our infrastructure up and running and we can start visualizing it with Power BI. Just login to...

Monitoring your home temperature – Part 2: Setting up Azure
Now we need to setup the Azure side and for that you need an Azure subscription. You can get a...

Monitoring your home temperature – Part 1: Setting up RuuviTags and Raspberry Pi
We moved to a new house three years ago and since then, we have had issues with floor temperatures. It’s...

How can you architect Serverless SaaS Applications on AWS?
In my previous blog post I listed 6 key themes that separates successful SaaS vendors from the rest. In this...

Controlling lights with Ikea Trådfri, Raspberry Pi and AWS
One of our developers build a smart lights solution with Ikea Trådfri, Raspberry Pi and AWS for his home.

Minimizing AWS Lambda deployment package size in TypeScript
Our Senior Developer Vitalii explains how to significantly reduce the deployment package size of AWS Lambda functions written in TypeScript using webpack plugin. Described concepts can be applied to JavaScript functions as well.

Problems with DynamoDB Single Table Design
Single Table Design is a database design pattern for DynamoDB based applications. In this article we take a look at the complexity issues that emerge when applying it in practice.

Modular GraphQL server
Read about Kari's experiences with GraphQL modules!