Etiqueta
#java
10 articulos

code
August 15, 2024
Java Security Best Practices: Preventing Vulnerabilities and Threats
Explore essential security strategies for Java applications, addressing common vulnerabilities identified by OWASP Top 10 with practical examples.

code
July 15, 2024
Circuit Breaking in Distributed Systems
An expert guide to understanding and implementing circuit breakers in distributed systems, with practical Java examples using Resilience4j and best practices.

code
June 15, 2024
Automating Java Builds with Maven and GitHub Actions CI/CD
Learn how to set up automated Java build pipelines using Maven and GitHub Actions, including practical examples and detailed instructions.

code
May 15, 2024
A Guide to Pattern Matching and Sealed Classes in Java 21
A comprehensive introduction to pattern matching and sealed classes in Java 21, including practical examples and best practices.

code
April 15, 2024
Asynchronous Programming in Java: CompletableFuture vs Reactive Streams
A deep dive into asynchronous programming in Java comparing CompletableFuture and Reactive Streams, with examples and output.

code
March 15, 2024
Mastering Concurrency in Java: Threads, Executors, and Virtual Threads
Exploring Java’s concurrency model with detailed insights into Threads, ExecutorService, and Virtual Threads from Project Loom.

code
January 15, 2024
Test-Driven Development (TDD) in Java with JUnit and Mockito
Understanding Test-Driven Development (TDD) in Java using JUnit and Mockito with practical examples.

code
October 8, 2023
Exploring Java 17's New Features
Exploring Java 17's New Features with examples

code
October 2, 2023
Introduction to Hexagonal Architecture
Introduction to Hexagonal Architecture

infrastructure
December 2, 2020
Bootstrap complete Java application infrastructure in AWS with Terraform
How to bootstrap a Java + MySql application infrastructure with terraform