Tag: Architecture and apis
-
linkerd: A service mesh for AWS ECS
Posted on July 9, 2017, Level beginner Resource Length medium
Dario Simonetti - Head of Core Engineering at Attest wrote nice article about service mesh for AWS EC2 Container Service (AWS ECS). There is very little content online that explains how to set it up.
Tags architecture-and-apis devops-and-ci-cd
-
Buildah - build your containers from the ground up!
Posted on June 24, 2017, Level intermediate Resource Length short
Tom Sweeney from Project Atomic wrote an article about the Buildah tool for building Open Container Initiative (OCI) complaint container images.
Tags devops-and-ci-cd architecture-and-apis
-
Development of a REST API in Spring Boot Framework
Posted on June 17, 2017, Level beginner Resource Length short
Dario Carrasque wrote post blog on topic of the evaluation of frameworks to develop REST APIs to satisfy requirements of modularity and availability.
Tags architecture-and-apis
-
A Roadmap to the Programmable World
Posted on May 27, 2017, Level beginner Resource Length long
Antero Taivalsaari and Tommi Mikkonen posted an article about emergence of millions of remotely programmable devices in our surroundings will pose significant challenges for software developers.
Tags business-and-emerging-tech software-engineering architecture-and-apis
-
Developing a Spring boot app on Docker: the AtSea demo app
Posted on May 20, 2017, Level beginner Resource Length short
Sophia Parafina short blog post - the first of a series of blog posts that demonstrates using Docker to develop a typical web application and deploying it in production.
Tags devops-and-ci-cd architecture-and-apis
-
gRPC-Web: Moving past REST+JSON towards type-safe Web APIs
Posted on May 11, 2017, Level intermediate Resource Length long
Michal Witkowski and Marcus Longmuir wrote blog post on their experiece with gRPC in order to create type safe web APIs.
Tags architecture-and-apis
-
Testing Microservices – A Beginner's Guide
Posted on May 8, 2017, Level beginner Resource Length medium
Amir Ghahrai's article aimed at microservices beginners and importance of testing.
Tags architecture-and-apis
-
Exposing OpenWhisk RESTful APIs with API Gateway
Posted on May 2, 2017, Level beginner Resource Length short
Andrew Trice's short blog post describing IBM's API Gateway - the incredibly powerful, scalable, event-driven programming model for building actions (functions) using serverless computing.
Tags architecture-and-apis frontend-and-mobile cloud-and-infrastructure
-
Hands-on: Create Your First Serverless Application in Apache OpenWhisk
Posted on February 3, 2017, Level beginner Resource Length medium
Janakiram MSV article about an open source serverless platform from IBM, OpenWhisk. OpenWhisk is available in two modes, hosted and on-premises. Developers can easily get started with it for implementing event-driven, loosely coupled functions.
Tags devops-and-ci-cd architecture-and-apis
-
Learn Why and How to Use Infrastructure as a Code
Posted on February 2, 2017, Level beginner Resource Length medium
In recent years, the term infrastructure has emerged as code in the software development terminology. In the modern sense, an infrastructure is considered as all elements of a project solution, but excluding the application. Configured web servers and operating systems among other components make up the infrastructure.
Tags architecture-and-apis devops-and-ci-cd
-
Token-Based Authentication With Flask
Posted on January 28, 2017, Level intermediate Resource Length long
This tutorial takes a test-first approach to implementing token-based authentication in a Flask app using JSON Web Tokens (JWTs).
Tags software-engineering backend-development architecture-and-apis
-
A Crash Course in Amazon Serverless Architecture
Posted on January 27, 2017, Level intermediate Resource Length long
Chandan Patra excellent article provides detailed look at the components of AWS Serverless Architecture and how anyone can make the most of it.
Tags cloud-and-infrastructure architecture-and-apis