Tag: Cloud
-
Cost matters! The serverless edition
Posted on January 18, 2020, Level beginner Resource Length medium
An article by by Leon Stigter about serverless development model and how that model works on AWS Fargate, which allows you to run containers without having to manage servers or clusters.
Tags serverless cio aws cloud
-
How does Alibaba ensure performance of system components in a 10,000-node Kubernetes cluster?
Posted on January 3, 2020, Level advanced Resource Length long
The production environment of Alibaba consists of more than 10,000 containerized applications, with the entire network of Alibaba being a massive system using millions of containers running on more than 100,000 hosts. This is how they run it. By alibaba.com
Tags devops kubernetes cloud containers software-architecture
-
The many meanings of Open: Open Data, Open Source, and Open Standards
Posted on December 25, 2019, Level beginner Resource Length long
Anne Hale Miglarese wrote this explanation of various 'open' terms. Open data, open source, and open standards are not synonymous and should not be conflated.
Tags open-source miscellaneous cloud programming
-
How we 30x'd our Node parallelism
Posted on December 13, 2019, Level interemediate Resource Length long
What's the best way to safely increase parallelism in a production Node service? What if your application is a bank integration service? That's a question author's team needed to answer a couple of months ago. By Evan Limanto.
Tags software-architecture nodejs cloud cio containers kubernetes
-
8 common pen testing mistakes and how to avoid them
Posted on December 10, 2019, Level beginner Resource Length short
Penetration testing is vital, but are you doing it right? Here are some common mistakes and advice on how to avoid them. An article by Michelle Drolet.
Tags cloud infosec miscellaneous cio agile
-
Top 5 SD-WAN takeaways for 2019
Posted on December 5, 2019, Level beginner Resource Length medium
An article by Tobias Mann about key things related to SD-WAN in 2019. SD-WAN reached an inflection point in 2019.
Tags cloud infosec devops software linux
-
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 nosql infosec cloud app-development web-development
-
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 management agile teams miscellaneous cloud
-
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 software-architecture miscellaneous infosec
-
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 containers web-development cloud software-architecture infosec
-
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 google crypto blockchain fintech cloud
-
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 infosec