Blog
Lees hier alle blogs geschreven voor onze collega’s.
The road to full deployment automation
As much as we like writing code and building cool solutions, our lines of code are worth nothing until they run in production. On the other hand, time spent putting things in production is time…
How to create great digital platforms for developers
The modern history of software development is one of platformization. By abstracting complexity behind self-service APIs, we make it possible for teams and organizations to move fast - and innovate even faster. When Amazon launched…
AWS deployments across regions and accounts with CDK
Infrastructure as Code has made it possible to consistently repeat deployments and keep track of the details in version control. AWS CDK, the Cloud Development Kit, is a native Infrastructure as Code solution by AWS…
How Infrastructure as Code empowers developers
Infrastructure as Code is a phrase that you might've heard regularly, without really understanding what it is. In this post, we will give a short introduction on various types of Infrastructure as Code.
What it feels like to sit on the other side of an AWS exam
Imagine, after an arduous exam sitting of three hours you push that final button to submit your answers. Even if you’re a calm person, you likely feel your nerves playing up.
Performance of Containerized Spring Boot on Lambda
During AWS Re:invent 2020 Container Image support for AWS Lambda was announced, giving us a new way to deploy our code to AWS Lambda.
Two level modeling and Data Oriented Programming
Data-Oriented Programming is a new programming paradigm which simplifies the design of software where information has the focus. Instead of creating classes/entities with code works on the instantiated objects, DOP encourages to separate code from…
Infrastructure-as-Code grows muscles on Azure
In Cloud development we have become accustomed to using the infrastructure-as-code (IaC) principle to define infrastructure and related configuration together with CI/CD pipelines to deploy the infrastructure to our favorite Public Cloud environment.
Tackling Lambda challenges #1: flaky latency
Serverless development is more popular than ever. No servers to maintain, out-of-the-box scalability and pay-as-you-go pricing make it an attractive platform for developers, but these advantages come with a unique set of challenges.
Java modules en jlink
Vanaf Java 9 is er een modulair systeem geintroduceerd om met packages om te gaan. In feite is een module een groep packages die verband houden met elkaar. Bij de release van java 9 kwam…
The unexpected risks of using wildcards in IAM policies
At Profit4Cloud, we’re a big fan of using AWS’ managed services to simplify the maintenance of the solutions we build.
Semantic Database Design largely off the shelf
I wrote parts of this story a few times, this is the last time I write about it. Maybe I am going to build this semantic database, which is not that hard, as you will…