Tag: Cloud
-
Enriching event-driven architectures with AWS event fork pipelines
Posted on April 1, 2019, Level intermediate Resource Length long
An article by Rachel Richardson and Otavio Ferreira about typical modern application architecture and how implement it using AWS tooling. Many customers are choosing to build event-driven applications in which subscriber services automatically perform work in response to events triggered by publisher services.
Tags aws software-architecture cloud devops
-
How to run HA MongoDB on IBM Cloud Kubernetes Service
Posted on March 19, 2019, Level beginner Resource Length medium
A tutorial by Janakiram MSV about running highly available MongoDB cluster on IBM Cloud Kubernetes Service. IBM Cloud Kubernetes Service is a managed Kubernetes offering running in IBM Cloud. It is designed to deliver powerful tools, intuitive user experience, and built-in security for rapid delivery of applications that can be bound to cloud services related to IBM Watson, IoT, DevOps and data analytics.
Tags cloud kubernetes nosql
-
Seven tips on Firebase security rules and the Admin SDK
Posted on March 14, 2019, Level beginner Resource Length long
Posted by Hiranya Jayathilaka and Rachel Myers this article focuses on Firebase offers security rules -- a powerful mechanism that helps enforce the security and logical correctness of your apps. The backend services use security rules to authorize and validate the requests made by client apps, and make sure they adhere to the policies that app developers have put in place.
Tags nosql infosec cloud app-development
-
Load balancing with HAProxy, Nginx and Keepalived in Linux
Posted on December 30, 2018, Level intermediate Resource Length medium
Tutorial by Rishi Raj Gautam on linuxhandbook.com focusing on load balancers. Having a proper set up of load balancer allows your web server to handle high traffic smoothly instead of crashing down. In this tutorial, he explains how to setup a load balancer with high availability.
Tags nginx web-development cloud software-architecture
-
The agile manager
Posted on December 23, 2018, Level beginner Resource Length medium
An article by Aaron De Smet focusing on the role od agile manager. He tries to explain these fundamental questions: who manages in an agile organization? And what exactly do they do?
Tags agile programming teams miscellaneous cloud
-
Understanding the potential of Artificial Intelligence
Posted on December 21, 2018, Level beginner Resource Length long
An interesting interview with Daniel Hulme, CEO of the AI solutions startup Satalia, offers other chief executives a primer on the technology that will shape the future of work and business. Published on strategy-business.com by Euan Cameron and Deborah Unger.
Tags big-data cloud data-science miscellaneous machine-learning
-
How to innovate in organisations that don't like failure
Posted on December 18, 2018, Level beginner Resource Length short
An article by James Gadsby Peet on topic of innovation in bigger organisation when change often happens slowly. In order to drive lasting and sustainable change, one needs to be curious about the people he is working with and explore their perspectives.
Tags miscellaneous cloud agile
-
How to manage storage on Linux with LVM
Posted on December 13, 2018, Level intermediate Resource Length long
An article by Seth Kenlon describing how to create, expand, and encrypt storage pools as needed with the Linux LVM utilities. There are lots of reasons to use it, especially in a data center or any place where storage requirements change over time.
Tags linux devops miscellaneous cloud open-source
-
Tutorial: Route network traffic with a route table using the Azure portal
Posted on December 12, 2018, Level intermediate Resource Length long
Tutorial focusing on routing between subnets in Azure cloud. Azure routes traffic between all subnets within a virtual network, by default. You can create your own routes to override Azure's default routing. The ability to create custom routes is helpful if, for example, you want to route traffic between subnets through a network virtual appliance (NVA).
Tags linux devops miscellaneous cloud azure
-
Migration to Google Cloud Platform (GCP)
Posted on November 30, 2018, Level intermediate Resource Length long
By Neeraj Khandelwal, Senior Engineering Manager-DevOps at Hike published series of blog posts about their growth journey and migration to Google Cloud Platform (GCP). They hit scaling challenges once they hit 100 million registered users and sent 40 billion messages every month.
Tags software-architecture gcp cloud startups google
-
How military-style training may enhance your cybersecurity strategy
Posted on November 22, 2018, Level beginner Resource Length medium
Article by Michael Kassner about the facility offering realistic cybersecurity training modeled on the approach used by the military and first responders.
Tags ibm cloud devops infosec servers
-
Connecting multiple OpenShift SDNs with a network tunnel
Posted on November 16, 2018, Level intermediate Resource Length long
Very interesting post by Raffaele Spazzoli published on OpenShift blog on topic of pod communication in multiple clusters. Istio, the upstream project for Red Hat OpenShift Mesh, has an interesting feature that allows you to extend the service mesh across multiple OpenShift clusters.
Tags programming cloud miscellaneous open-source software-architecture