After the deprecation of Cloud9, VSCode remote seems a good alternative. Here is how we can quicly set it up on AWS.
Read More
A TLDR guide to address potential Log4Shell exposure
Read More
User and password is a way to authenticate to an application. Let's discover another way with mutual authentication.
Read More
User and password is a way to authenticate to an application. Let's discover another way with mutual authentication.
Read More
Sometimes your Java app stops serving requests, becoming unhealthy, and then being restarted by Kubernetes. Let's troubleshoot!
Read More
Disaster recovery is very often underestimated when building a project. Here is what you should know: we will talk
about RTO, RPO, backup and restore, etc...
Read More
When deploying a Nuxeo application, we often have some parameters that differ from one environment to another. We present
an elegant solutions to solve that problem.
Read More
Generating a ZIP server side can be challenging. This can be a long and blocking task
which put servers under pressure. With Vert.X we can make it asynchronous which allows to handle concurrency better.
Read More
Having immutable deployment artifact is a must have when you want to achieve repeatable
deployments. Let's see how to achieve that with Nuxeo.
Read More
A silly exploratory experience that leads to being able to run a Nuxeo repository in a Lambda
Read More
Nuxeo embraced SOA since its inception. Component are the base of Nuxeo and we often need to build some when wanting to introduce new features. This post exposes my way of building Nuxeo component in 2019.
Read More
SPA are just made of purely static files. However, they often
need at least the address of an API. This is typically a dynamic configuration
as the API endpoint may not be the same for pre-production and production
environments. This post exposes one solution to do overcome this problem.
Read More
In this third part, we will deploy our JAX-RS application in Google Appengine and use Google Datastore for storage.
Read More
In this second part, we will adapt the application to make it runnable in AWS as a serverless application. For that purpose, we will use the SAM framework, adapt our web application for AWS Lambda and finally use DynamoDB as a storage mechanism.
Read More
Concurrency has always been a problem in software development. As soon as you have several path of execution, some part of your program may access the same resource at the same time… and problem happen at that particular moment.
Read More
TL;DR; This post is the introl to a serie that will explore multicloud serverless development in coding in Java.
Read More