- A practical look at basic AWS Networking with Terraform – A conventional AWS Networking Tutorial out there using Terraform doesn't go around the concepts of AWS Networking. Check out how to provision an AWS VPC with multiple subnets and configure security groups using Terraform.
- [toread] Why and how do we build a Multi-Region, Active-Active Architecture? – This is the second part of my series on building a multi-region, active-active architectures. In the previous post, we talked about the Quest for Availability…
- [toread] Building custom Docker image using Dockerfile – ITMithran – We can build the docker images using Dockerfile Dockerfile is a text file containing command-line instructions. syntax for ‘docker build’: # docker build…
- [toread] Java with Docker in VS Code – Java with Docker in VS Code This 15 minutes tutorial will walk you through the process of building a Docker image for running a Java application in Visual…
- [toread] Build Java Web Apps with VS Code – Build Java Web Apps with VS Code This 5 minutes tutorial shows you how to create a simple Java web application with Visual Studio Code. You'll learn how to run…
- [toread] The Beginner’s Guide to Spring Cloud – About InfoQ InfoQ Writers Contribute About C4Media Exclusive updates on: The Beginner’s Guide to Spring Cloud Recorded at: | by Ryan Baxter Ryan Baxter 0…
- The Practical Test Pyramid – This article explores what a well-rounded test portfolio should look like to be responsive, reliable and maintainable – regardless of whether you're building a microservices architecture, mobile apps or IoT ecosystems.
- [toread] Docker with Gradle: Dockerizing a Spring Boot application – The use of Docker has become widespread among companies big and small for a variety scenarios. Executing Docker from the command line for simple tasks is easy…
- [toread] Building a Multi-region Serverless Application with Amazon API Gateway and AWS Lambda | Amazon Web Services – This post written by: Magnus Bjorkman – Solutions Architect Many customers are looking to run their services at global scale, deploying their backend to…
- Micrometer Application Monitoring – Vendor-neutral application metrics facade – Micrometer provides a simple facade over the instrumentation clients for the most popular monitoring systems, allowing you to instrument your JVM-based application code without vendor lock-in. Think SLF4J, but for metrics.