Tag: Architecture and apis
-
Working with AWS ECS to deploy docker containers
Posted on October 9, 2017, Level beginner Resource Length medium
Sriram Rajan article in which author looks at AWS ECS and how it can be used to deploy Docker containers. From a use-case perspective, ECS allows you to build a production-scale, auto-scaling and monitored platform for running these types of containers.
Tags cloud-and-infrastructure architecture-and-apis devops-and-ci-cd
-
Making mistakes with GraphQL and lessons learnt
Posted on October 8, 2017, Level beginner Resource Length long
Bertrand Dubaut article from presentation given at the Amsterdam Ruby meetup. Real life GraphQL in production implementation, mistakes made, corrections and lessons learnt. System supports multiple clients (mobile and web).
Tags data-and-analytics architecture-and-apis
-
Building a large-scale design system for government
Posted on October 7, 2017, Level beginner Resource Length long
Maya Benari long article describing design thoughts behind architecture for federal websites. Team unified a complex system with numerous rules to serve users from all corners of the country.
Tags architecture-and-apis software-engineering devops-and-ci-cd
-
Getting Started With Serverless PHP
Posted on September 3, 2017, Level intermediate Resource Length short
Rob Alen short article in which he takes a look at how to build a simple serverless PHP function. He is interested in Apache OpenWhisk and this article focuses on PHP runtime with IBM OpenWhisk.
Tags backend-development architecture-and-apis cloud-and-infrastructure
-
Local microservices development with Edward
Posted on August 19, 2017, Level intermediate Resource Length medium
Francesco Renzi neat tutorial exploring simple and easy local development based on kubernetes with edward - command line tool for managing microservices. Requires golang 1.6+.
Tags architecture-and-apis devops-and-ci-cd
-
The Observer Pattern In Javascript as Implemented By Redux
Posted on August 13, 2017, Level intermediate Resource Length short
James Buczkowski post on hot topic of Observer pattern in JavaScript. The observer pattern, also referred to as the publish/subscribe pattern, is a design pattern where an object (called the subject or observable), will maintain a list of "dependents" called observers. Upon a state change, this subject will notify any of the observers automatically.
Tags architecture-and-apis frontend-and-mobile
-
Deploying an NGINX Reverse Proxy Sidecar Container on Amazon ECS
Posted on August 8, 2017, Level beginner Resource Length short
Nathan Peck short article and tutorial on topic of high performing nginx reverse proxy in container. The post explains the benefits of a reverse proxy, and explains how to use nginx and Amazon EC2 Container Service (Amazon ECS) to easily implement and deploy a reverse proxy for your containerized application.
Tags devops-and-ci-cd architecture-and-apis
-
Practical Guide to Self-Contained Systems
Posted on August 5, 2017, Level beginner Resource Length medium
Sascha Grunert from quapona take on lief in a containerized world. Applications are getting larger and larger but still need to be as modular as possible.
Tags architecture-and-apis devops-and-ci-cd
-
Cloud Migration Checklist: The Enterprise Guide
Posted on August 1, 2017, Level beginner Resource Length long
Blog post from Sam solutions on topic of migration to cloud. Companies that employ more than 1,000 people assume that their spending on migration to the cloud will go up in 2017.
Tags cloud-and-infrastructure architecture-and-apis
-
Dealing With Storage Scale in Docker Environments – Project Longhorn Briefing Note
Posted on July 29, 2017, Level beginner Resource Length medium
George Crump wrote introduction blog post about scale-out storage - which provides data centers the ability to create infrastructures that can scale to meet the capacity demands of hyper-scale environments. He focuses on the challenge involving storage scale in docker environments.
Tags devops-and-ci-cd architecture-and-apis
-
Akka Streams for mission critical systems
Posted on July 22, 2017, Level beginner Resource Length short
@AshNuq from Lightbend posted about usage of akka streams in mission critical systems by large online payment industry leaders including PayPal, Credit Karma and Flipkart.
Tags architecture-and-apis software-engineering
-
What's new in Kubernetes 1.7, and should we care?
Posted on July 20, 2017, Level beginner Resource Length short
Nick Chase from Mirantis quick intro into what we can expect from Kubernets 1.7. This release focusing on production features such as security, extensibility, and stateful applications.
Tags devops-and-ci-cd architecture-and-apis