-
How To Use JDBI In Your Spring Boot Application
In a world where Hibernate is very popular, JDBI comes as a pleasant alternative. It gives you full control of the queries and provides a useful abstraction of the entities. Unfortunately, Spring and JDBI don’t…
-
AWS EC2 Container Service — an overview
Amazon EC2 Container Service (ECS) is a container management service used to make it easier to install and operate Docker containers on AWS. It is designed to be highly scalable and to have high performance…
-
AWS Certified Solutions Architect — Direct Connect, CloudFront and Route 53
Direct Connect Some companies might need to transfer data from their data centers to AWS. Using a normal internet connection can raise some problems: Internet-based connections might be inconsistent over time: there is no guarantee…
-
AWS Certified Solutions Architect — VPC
Amazon Virtual Private Cloud (VPC) allows us to define our virtual network inside the cloud. To properly use EC2 instances we must have a VPC configured. AWS already comes with one by default, allowing users…