Tag: Cloud and infrastructure
-
Web components
Posted on November 14, 2019, Level beginner Resource Length medium
Guide to web components by Vernes Pendić. Web components are one of the most useful, built-in, standardized (W3C), browser features added recently. This article will guide you through understanding what they are and how to use them.
Tags frontend-and-mobile miscellaneous cloud-and-infrastructure
-
GraphQL introduction and integrating GraphQL into your frontend stack
Posted on November 8, 2019, Level intermediate Resource Length long
GraphQL is becoming the new way to use APIs in modern web and mobile apps. Free and powerful, concise course that will introduce you to GraphQL and integrating GraphQL into your frontend stack, in the shortest amount of time possible. By hasura.io.
Tags leadership-and-career cloud-and-infrastructure data-and-analytics architecture-and-apis
-
How to build a custom Kubernetes Ingress Controller in Go
Posted on November 6, 2019, Level advanced Resource Length long
Tutorial written by Caleb Doxsey. It documents his journey to his own Kubernetes Ingress Controller.
Tags software-engineering devops-and-ci-cd frontend-and-mobile cloud-and-infrastructure backend-development
-
Use Kabanero, Appsody, and Codewind to build a Spring Boot application on Kubernetes
Posted on November 5, 2019, Level intermediate Resource Length short
An article about how to create a modern, cloud-native application. New open source tools from IBM - Kabanero, Appsody, and Codewind - were created to make it easier for developers to build and deploy cloud-native applications to Kubernetes. By Hafid Haddouti.
Tags devops-and-ci-cd architecture-and-apis software-engineering frontend-and-mobile cloud-and-infrastructure
-
Using SSH port forwarding on Fedora
Posted on October 26, 2019, Level intermediate Resource Length short
Posted by Paul W. Frields. The protocol behind ssh allows terminal input and output to flow through a secure channel. You can also use ssh to send and receive other data securely.
Tags cloud-and-infrastructure software-engineering security-and-privacy
-
Firebase: What is atomicity & how to accurately increment/decrement values in cloud Firestore
Posted on October 22, 2019, Level intermediate Resource Length short
In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties of database transactions intended to guarantee validity even in the event of errors, connection issues, power failure, and etc. An article by Jeff Lewis about atomicity in Firebase.
Tags data-and-analytics security-and-privacy cloud-and-infrastructure product-and-design frontend-and-mobile
-
It's on you: How to build an inclusive business
Posted on October 16, 2019, Level beginner Resource Length short
An interview with Atlasian head of diversity and belonging Aubrey Blanch about building an inclusive business. By Stephanie Palmer-Derrien.
Tags leadership-and-career miscellaneous cloud-and-infrastructure
-
Handling 'Failure at scale' in Azure Functions triggered by IoT Hub
Posted on October 15, 2019, Level intermediate Resource Length medium
An article by Stas(Stanislav) Lebedenko about how to tackle exceptions and re-run failed messages. One of the Serverless solution benefits is a performance at scale. As a result, you can get 'Failure at scale' if something goes wrong. Thus it's crucial to introduce error handling for your Azure Functions project early.
Tags architecture-and-apis frontend-and-mobile cloud-and-infrastructure devops-and-ci-cd
-
Why less is more is the secret to cloud-native computing
Posted on October 11, 2019, Level beginner Resource Length medium
Jason Bloomberg wrote this article about how it seems that the entire IT infrastructure landscape is advancing so quickly, it might as well be lava under our feet. It is imperative that we find some island, some core of stability, lest the shifting magma of innovation and disruption burn us to a crisp.
Tags cloud-and-infrastructure architecture-and-apis miscellaneous security-and-privacy
-
Best practices for running Buildah in a container
Posted on October 3, 2019, Level intermediate Resource Length long
One of the cool things about separating the container runtimes into different tools is that you can start to combine them to help secure one other. An article by Daniel Walsh.
Tags devops-and-ci-cd frontend-and-mobile cloud-and-infrastructure architecture-and-apis security-and-privacy
-
How to setup a free Beam node with Google Cloud Computing
Posted on September 24, 2019, Level intermediate Resource Length long
Wilke Trei wrote a piece about running an own node of the Beam MW network. An always-online own node allows you to connect to your wallets on all your devices to this trusted node.
Tags cloud-and-infrastructure business-and-emerging-tech
-
Adventures in the TCP stack: Uncovering performance regressions in TCP SACKs vulnerability fixes
Posted on September 20, 2019, Level advanced Resource Length long
Interesting article about diving into debugging of TCP stack by Chris Stevens, Michał Switakowski, Ivan Sadikov, Winglung Ngai and Evan Ye.
Tags miscellaneous how-to cloud-and-infrastructure security-and-privacy