Solution Factory – How to get from idea to product in 9 weeks 07/01/19 by Mahdi Ebrahimi and Achim Nierbeck Solution Factory is a user-centric, fast, and reliable approach towards experimenting with new ideas and developing ground-breaking, innovative solutions. Read more Leave your thoughts
Assembling a cloud hosted application – Part 1: Cast a glance at the cloud 05/15/19 by Marco Berger Moving your application to the AWS Cloud is a challenge. I will show you how to assemble a cloud hosted... Read more Leave your thoughts
AWS CodeBuild: First Contact with Monorepo 05/11/19 by Marco Berger and Adrian Gacea Integrate a GitHub monorepo with the AWS CodePipeline and CodeBuild. We describe the challenges you might have. Even better, we also share our solution as Infrastructure as Code. Read more Leave your thoughts
Introducing Firebridge: Firebase Admin access anywhere 04/24/19 by David Hardy The wonderful world of serverless development brings us many gifts for a relatively low price, but as with everything there are also downsides. Read more Leave your thoughts
Serverless GCP functions – Look Ma, no servers! 04/15/19 by Elisabeth Schulz Serverless computing promises to provide easily scalable applications and provide a straightforward programming model that allows developers to focus on... Read more Leave your thoughts
Docker & Angular: Dockerizing your Angular app easily 03/06/19 by Milos Brdar Learn how to Docker-ize your Angular app by configuring it through the environment variables in a runtime through this step-by-step guide. Read more Leave your thoughts
Going serverless: How to move files from on-prem SFTP to AWS S3 02/26/19 by Milica Živkov It is not so rare that we as developers land in a project where the customer uses SFTP (SSH File Transfer Protocol) for exchanging data with their partners. Read more Leave your thoughts
The testable Lambda – A lightweight approach with Dependency Injection 02/08/19 by René Galle Use dependency injection as a lightweight approach to automated testing of JavaScript AWS Lambda applications in isolation from external components. Read more Leave your thoughts
AWS Lambda: Cold boot and mean response times in Scala vs. Java 02/01/19 by Andreas Muttscheller Benchmark the cold start and mean response times on AWS Lambda using Scala and Java with Gatling and serverless framework. Read more Leave your thoughts