Tag: Cloud
-
How event driven systems work in commerce
Posted on October 18, 2020, Level beginner Resource Length medium
The polling system acts like the impatient customer. In a commerce-related scenario, it keeps polling the system for new updates such as orders and payment authorizations while the event driven system relies on asynchronous event handlers to notify it of updates in the system. By Sajjad Heydari.
Tags cloud management event-driven miscellaneous
-
Full-Stack Flutter: Creating a backend for your app with AWS & serverless
Posted on October 11, 2020, Level intermediate Resource Length medium
Being such a popular language for new developers, many of those using Flutter don't know how or where to even begin when it comes to setting up a backend for their applications. By BleylDev.
Tags app-development javascript android cloud google
-
Bootstrapping Java Kubernetes apps with spring Initializr and K8s initializer
Posted on October 9, 2020, Level intermediate Resource Length medium
Build a Spring Boot app and deploy to K8s without writing a single line of YAML. By Daniel Bryant.
Tags cloud devops kubernetes java containers
-
Why I'm excited about Cloudflare's automatic platform optimization for WordPress
Posted on October 8, 2020, Level intermediate Resource Length medium
Cloudflare released "Automatic Platform Optimization" (APO), a new performance optimization service for WordPress sites. By Brian Li.
Tags cloud web-development performance code-refactoring
-
EKS vs GKE vs AKS: Evaluating Kubernetes in the cloud
Posted on October 3, 2020, Level beginner Resource Length long
We are now six years past the initial release of Kubernetes, and it continues to be one of the fastest-growing open-source projects to date. By Michael Foster.
Tags devops cloud aws containers azure kubernetes gcp
-
How do routers work, really?
Posted on September 21, 2020, Level intermediate Resource Length long
This is the inside view of how exactly a router operates. You only need to know this if you are poking inside a router implementation. If that is the case, my condolences. By Kamila Součková.
Tags cloud infosec miscellaneous learning servers browsers distributed
-
Rootless containers using Podman
Posted on September 18, 2020, Level intermediate Resource Length medium
Watch this two-part video series on understanding root inside and outside of containers and how user namespaces work. By Brian Smith (Red Hat).
Tags devops app-development containers cloud docker
-
What is Flutter? What makes it a good choice? And How does it Work?
Posted on September 17, 2020, Level beginner Resource Length medium
Flutter is based on Google's programming language called Dart. In fact, it is a typed and object-oriented programming language that can be compiled to machine code or transpiled to JavaScript. By Marwa Mejri – Mobile Software Developer @Proxym.
Tags app-development nodejs cloud javascript google
-
Istio OIDC authentication
Posted on September 16, 2020, Level intermediate Resource Length medium
A service mesh is an architectural pattern that provides common network services as a feature of the infrastructure. This typically includes features such as service discovery and policy enforcement to control how services within the mesh can communicate with each other. By Luke Addison.
Tags devops cloud kubernetes containers software-architecture
-
AWS NoSQL: Choosing the best option for you
Posted on September 15, 2020, Level intermediate Resource Length medium
NoSQL databases enable you to store data with flexible schema and a variety of data models. These databases are relatively easy for developers to use, and have the high performance and functionality needed for modern applications. NoSQL databases can hold large volumes of data while still providing low latency. By Yifat Perry.
Tags nosql cloud cio database software-architecture
-
Eight benefits of a cyber security policy
Posted on September 13, 2020, Level beginner Resource Length short
Learn what a cyber security policy is and why it's important for protecting your small business. Whilst many businesses have expanded into the world of ecommerce and online shopping in recent months, strong cyber security is essential to protect both you and your customers. By fsb.org.uk.
Tags infosec cloud devops cio
-
Multi-Cluster service mesh failover and fallback routing
Posted on September 10, 2020, Level intermediate Resource Length medium
In this blog series, we will dig into specific challenge areas for multi-cluster Kubernetes and service mesh architecture, considerations and approaches in solving them. In our first post, we looked at service discovery and in this post we'll look at failover and fallback routing across multiple clusters. By Denis Jannot.
Tags kubernetes containers cloud software-architecture containers