Tag: Cloud
-
How to use Azure Durable Entities to see who's the strongest Avenger
Posted on August 19, 2020, Level intermediate Resource Length short
In the movies, Thor keeps saying that he "is the strongest Avenger". Some people say that it's actually Hulk, but I guess it's a matter of perspective. How can we find a solution to this riddle? By using Azure Durable Entities of course! By Davide Guida.
Tags serverless cloud azure machine-learning
-
Three tips for coding with Alexa SMAPI SDK
Posted on July 31, 2020, Level intermediate Resource Length medium
The SMAPI SDK makes it easier than ever to build Alexa skill management and reporting functions into web, mobile, and desktop apps using one of the supported languages (Node.js, Python, and Java). By Greg Bulmash.
Tags aws cloud miscellaneous robotics app-development bots
-
How to Build a chatbot for SAP Analytics Cloud with SAP Conversational AI
Posted on July 30, 2020, Level advanced Resource Length medium
In this straightforward tutorial, we'll learn how to create an SAP Analytics Cloud chatbot with SAP Conversational AI, and SAP Analytics Cloud (SAC) Custom Widget. By Ferry Djaja.
Tags cloud bots miscellaneous robotics app-development
-
What is DevSecOps? Why it's hard to do well
Posted on July 28, 2020, Level intermediate Resource Length long
DevSecOps is about introducing security earlier in the life cycle of application development, thus minimizing vulnerabilities and bringing security closer to IT and business objectives. By Lucian Constantin.
Tags app-development infosec open-source devops cloud
-
Firebase -- Short introduction for beginners
Posted on July 27, 2020, Level intermediate Resource Length long
In the current tech world, Firebase is one of the most trending technologies that help you to make a super cool web app or mobile apps in a short span of time. Firebase is a BaSS (backend as a service) provided by Google. By Sm0ke.
Tags app-development javascript open-source cloud
-
Generating UUIDs at scale on the Web
Posted on July 10, 2020, Level beginner Resource Length long
Can you trust every browser to generate globally unique identifiers at scale? At Teads, we have tried, and the answer is yes, with a few caveats. This article describes the experiments we've run and the discoveries we made along the way. By Matthieu Wipliez, senior software engineer @ Teads.
Tags web-development browsers cloud infosec crypto
-
Fastly edge compute explained
Posted on July 5, 2020, Level intermediate Resource Length long
Fastly (FSLY) has experienced an incredible run over the past several weeks. In this post author will spend time examining how Fastly has approached building new technologies in the past and what this might mean for their future edge compute offering. By softwarestackinvesting.com.
Tags cloud iot servers devops software-architecture
-
Working with Terraform and Kubernetes
Posted on July 3, 2020, Level intermediate Resource Length short
Philipp Strube form Kubestack put together this article about Kubestack provisions managed Kubernetes services like AKS, EKS and GKE using Terraform but also integrates cluster services from Kustomize bases into the GitOps workflow.
Tags devops cloud kubernetes javascript
-
Service mesh comparison: Istio vs Linkerd
Posted on June 29, 2020, Level intermediate Resource Length medium
From the latest CNCF annual survey, it is pretty clear that a lot of people are showing high interest in service mesh in their project and many are already using in Production. Nearly 69% are evaluating Istio, and 64% are evaluating Linkerd. By infracloud.io.
Tags software-architecture apis kubernetes distributed cloud containers devops
-
Host a static site using Linode Object Storage
Posted on June 28, 2020, Level beginner Resource Length medium
Static site generators are a popular solution for creating simple, fast, flexible, and attractive websites that are easy to update. Traditionally, these static HTML files would be served by a web server (like NGINX or Apache) running on a Linode. Using Object Storage to host your static site files means you do not have to worry about maintaining your site's infrastructure. By linode.com.
Tags distributed cloud containers cio web-development open-source
-
How to get big results with a small SRE team
Posted on June 27, 2020, Level beginner Resource Length medium
One responsibility of every site reliability engineering team is to help other engineers deliver changes quickly and safely to customers. By Pierre Vincent Head of Site Reliability Engineering, Glofox.
Tags devops cloud kubernetes distributed teams agile
-
How to reuse AWS S3 bucket for multiple serverless framework deployments
Posted on June 25, 2020, Level intermediate Resource Length medium
When using Serverless Framework, the default behaviour is the creation of a S3 bucket for each serverless.yml file, since they are treated as separated projects. By Eduardo Rabelo on serverlessguru.com.
Tags serverless functional-programming software-architecture cloud aws