Let's get your dev skills to the next level

Access comprehensive articles and tutorials to boost your development skills

About us
logo
AWS EC2 Instance: How to Choose the Best Storage Option

AWS EC2 Instance: How to Choose the Best Storage Option

This guide will help you choosing the best storage option for your EC2 Instance, giving you details on EBS, EFS...

By Roberto, on
AWS EC2: Features to know for Solution Architect Associate certification

AWS EC2: Features to know for Solution Architect Associate certification

Learn about features that are needed for AWS SAA-C03 exam, like Elastic IPs, Placement Groups, EC2 Hibernate, Elastic Network Interfaces...

By Roberto, on
How to deploy a static website with S3 and CloudFront

How to deploy a static website with S3 and CloudFront

Learn how to deploy frontend in a cost efficient way on AWS, using a private/public S3 bucket and CloudFront for...

By Roberto, on
RESTful APIs and Dependency Injection - Learn Quarkus Part 3

RESTful APIs and Dependency Injection - Learn Quarkus Part 3

Start using dependency injection and create your first API using REST methods with Quarkus and RESTeasy

By Roberto, on
Building Your First Quarkus Application - Learn Quarkus Part 2

Building Your First Quarkus Application - Learn Quarkus Part 2

Build your first Quarkus application and test your first REST endpoint

By Roberto, on
Introduction to Quarkus - Learn Quarkus Part 1

Introduction to Quarkus - Learn Quarkus Part 1

Learn what is Quarkus and expore its capabilities in this introductory article

By Roberto, on
Creating a Lambda Function with Quarkus and GraalVM

Creating a Lambda Function with Quarkus and GraalVM

Learn how to create a native lambda function with GraalVM to reduce cold start times

By Roberto, on
Understanding the Pricing Differences: AWS S3 vs CloudFront

Understanding the Pricing Differences: AWS S3 vs CloudFront

AWS offers a wide range of services to cater to different use cases. Two of the most commonly used services...

By Roberto, on
Spring Data JPA Auditing: Tracking Entity Changes

Spring Data JPA Auditing: Tracking Entity Changes

How to use Spring Data JPA's auditing features to track and record changes to database entities

By Roberto, on
How to deploy a static website with CloudFront and a private S3 bucket

How to deploy a static website with CloudFront and a private S3 bucket

Use CloudFront instead of S3 hosting to reduce latency and save on cost

By Roberto, on
How to deploy a static website with CloudFront

How to deploy a static website with CloudFront

Use CloudFront on top of S3 to reduce latency

By Roberto, on
Redirect a subdomain to your S3 static website

Redirect a subdomain to your S3 static website

In this article we shown how to deploy a static website with S3. Here you will learn how to direct...

By Roberto, on
How to deploy a static website with S3

How to deploy a static website with S3

Deploy a website on AWS without managing any server

By Roberto, on
How to implement a retry strategy on your Jenkins pipeline

How to implement a retry strategy on your Jenkins pipeline

Implementing a retry strategy can be very easy if you use the Naginator plugin on Jenkins. It’s a bit trickier...

By Roberto, on
Building a pipeline used by multiple repositories with Jenkins and Artifactory

Building a pipeline used by multiple repositories with Jenkins and Artifactory

Automatize the creation of Jenkins jobs for multiple repositories by using a single Jenkinsfile

By Roberto, on