Explore Topics
IntelliJ (1 post)
🔌 Restore IntelliJ Idea settings ⛽
After a long day trying to figure out how to reset all my IntelliJ settings, I decided to write this to document the obvious solution...
actions (1 post)
☕🚢 Maven Build in < 20 lines of yaml 🕟
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make...
api (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
aws (1 post)
Java 17 + AWS Lambda
AWS recently announced Java 17 support for Lambdas, In this blog post, we’ll explore how to create a Java 17 AWS Lambda Function without IDE,...
aws-lambda (1 post)
Java 17 + AWS Lambda
AWS recently announced Java 17 support for Lambdas, In this blog post, we’ll explore how to create a Java 17 AWS Lambda Function without IDE,...
best-practices (4 posts)
☕️ Immutables/AutoValue/Lombok 🔥 Which One?
In this article, we are going to compare some of the features of the Immutables.org library, Google AutoValue and Project Lombok: Generated the Builder pattern...
🎩 Immutability in Java 🔥 Made Easy
In Effective Java, Joshua Bloch makes the following recommendation: Classes should be immutable unless there’s a very good reason to make them mutable… If a...
💉 Inyección de Dependencias en Java ☕️
Read the English Version here Java es un lenguaje orientado a objetos con algunos aspectos funcionales incluidos en su núcleo. Al igual que cualquier otro...
💉 Dependency Injection in Java ☕️
Lee la versión en Español aquí Java is an object-oriented language with some functional aspects included in its core. Like any other object-oriented language, classes...
build (1 post)
☕🚢 Maven Build in < 20 lines of yaml 🕟
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make...
configuration (2 posts)
🏆 Default 🔗 Maven and ☕ Java settings per project
I generally use many different options on maven projects to set up things like memory lower and upper limits, fail at the end, the process...
Java 8 Type Safe Configuration with default methods
There is a common requirement in most of the Java/JavaEE projects related to how differentiate environment configurations like development, test, QA, production, etc. for that...
dependency-injection (2 posts)
💉 Inyección de Dependencias en Java ☕️
Read the English Version here Java es un lenguaje orientado a objetos con algunos aspectos funcionales incluidos en su núcleo. Al igual que cualquier otro...
💉 Dependency Injection in Java ☕️
Lee la versión en Español aquí Java is an object-oriented language with some functional aspects included in its core. Like any other object-oriented language, classes...
di (2 posts)
💉 Inyección de Dependencias en Java ☕️
Read the English Version here Java es un lenguaje orientado a objetos con algunos aspectos funcionales incluidos en su núcleo. Al igual que cualquier otro...
💉 Dependency Injection in Java ☕️
Lee la versión en Español aquí Java is an object-oriented language with some functional aspects included in its core. Like any other object-oriented language, classes...
frameworkless (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
github (1 post)
☕🚢 Maven Build in < 20 lines of yaml 🕟
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make...
github-actions (1 post)
ide (1 post)
🔌 Restore IntelliJ Idea settings ⛽
After a long day trying to figure out how to reset all my IntelliJ settings, I decided to write this to document the obvious solution...
idea (1 post)
🔌 Restore IntelliJ Idea settings ⛽
After a long day trying to figure out how to reset all my IntelliJ settings, I decided to write this to document the obvious solution...
immutability (3 posts)
🚀 Java 14 Records 💾 (Preview)
Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares...
☕️ Immutables/AutoValue/Lombok 🔥 Which One?
In this article, we are going to compare some of the features of the Immutables.org library, Google AutoValue and Project Lombok: Generated the Builder pattern...
🎩 Immutability in Java 🔥 Made Easy
In Effective Java, Joshua Bloch makes the following recommendation: Classes should be immutable unless there’s a very good reason to make them mutable… If a...
iterm2 (1 post)
🚀 Auto-Switch iTerm2 Modes, Day & Night! 🌞🌚
iTerm2 recently introduced a great feature: separate light and dark mode colors. This feature enhances the visual appeal of your terminal and keeps it in...
jackson (1 post)
💾 Java Records 💿 with Jackson 2.12
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
jakartaee (3 posts)
🌒 JakartaEE JSON-B 🐝 Retrofit2 Converter
Retrofit is pluggable allowing different serialization formats and their libraries to be used for converting Java types to their HTTP representation and parsing HTTP entities...
💾 Java 14 Records 🐞 with JakartaEE JSON-B
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
Java 8 Type Safe Configuration with default methods
There is a common requirement in most of the Java/JavaEE projects related to how differentiate environment configurations like development, test, QA, production, etc. for that...
java (11 posts)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
Java 17 + AWS Lambda
AWS recently announced Java 17 support for Lambdas, In this blog post, we’ll explore how to create a Java 17 AWS Lambda Function without IDE,...
🏆 Default 🔗 Maven and ☕ Java settings per project
I generally use many different options on maven projects to set up things like memory lower and upper limits, fail at the end, the process...
☕🚢 Maven Build in < 20 lines of yaml 🕟
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make...
🔌 Restore IntelliJ Idea settings ⛽
After a long day trying to figure out how to reset all my IntelliJ settings, I decided to write this to document the obvious solution...
🚀 Java 14 Records 💾 (Preview)
Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares...
☕️ Immutables/AutoValue/Lombok 🔥 Which One?
In this article, we are going to compare some of the features of the Immutables.org library, Google AutoValue and Project Lombok: Generated the Builder pattern...
🎩 Immutability in Java 🔥 Made Easy
In Effective Java, Joshua Bloch makes the following recommendation: Classes should be immutable unless there’s a very good reason to make them mutable… If a...
💉 Inyección de Dependencias en Java ☕️
Read the English Version here Java es un lenguaje orientado a objetos con algunos aspectos funcionales incluidos en su núcleo. Al igual que cualquier otro...
💉 Dependency Injection in Java ☕️
Lee la versión en Español aquí Java is an object-oriented language with some functional aspects included in its core. Like any other object-oriented language, classes...
Java 8 Type Safe Configuration with default methods
There is a common requirement in most of the Java/JavaEE projects related to how differentiate environment configurations like development, test, QA, production, etc. for that...
java14 (3 posts)
💾 Java Records 💿 with Jackson 2.12
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
💾 Java 14 Records 🐞 with JakartaEE JSON-B
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
🚀 Java 14 Records 💾 (Preview)
Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares...
java17 (1 post)
Java 17 + AWS Lambda
AWS recently announced Java 17 support for Lambdas, In this blog post, we’ll explore how to create a Java 17 AWS Lambda Function without IDE,...
javaee (1 post)
Java 8 Type Safe Configuration with default methods
There is a common requirement in most of the Java/JavaEE projects related to how differentiate environment configurations like development, test, QA, production, etc. for that...
jdbc (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
jdk (1 post)
🚀 Java 14 Records 💾 (Preview)
Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares...
jdk14 (1 post)
🚀 Java 14 Records 💾 (Preview)
Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares...
jsonb (2 posts)
🌒 JakartaEE JSON-B 🐝 Retrofit2 Converter
Retrofit is pluggable allowing different serialization formats and their libraries to be used for converting Java types to their HTTP representation and parsing HTTP entities...
💾 Java 14 Records 🐞 with JakartaEE JSON-B
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
jsr (1 post)
Java 8 Type Safe Configuration with default methods
There is a common requirement in most of the Java/JavaEE projects related to how differentiate environment configurations like development, test, QA, production, etc. for that...
lambda (1 post)
Java 17 + AWS Lambda
AWS recently announced Java 17 support for Lambdas, In this blog post, we’ll explore how to create a Java 17 AWS Lambda Function without IDE,...
macos (1 post)
🚀 Auto-Switch iTerm2 Modes, Day & Night! 🌞🌚
iTerm2 recently introduced a great feature: separate light and dark mode colors. This feature enhances the visual appeal of your terminal and keeps it in...
maven (2 posts)
🏆 Default 🔗 Maven and ☕ Java settings per project
I generally use many different options on maven projects to set up things like memory lower and upper limits, fail at the end, the process...
☕🚢 Maven Build in < 20 lines of yaml 🕟
GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make...
postgres (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
postgresql (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
productivity (1 post)
🚀 Auto-Switch iTerm2 Modes, Day & Night! 🌞🌚
iTerm2 recently introduced a great feature: separate light and dark mode colors. This feature enhances the visual appeal of your terminal and keeps it in...
records (3 posts)
💾 Java Records 💿 with Jackson 2.12
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
💾 Java 14 Records 🐞 with JakartaEE JSON-B
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
🚀 Java 14 Records 💾 (Preview)
Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares...
rest (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
retrofit (1 post)
🌒 JakartaEE JSON-B 🐝 Retrofit2 Converter
Retrofit is pluggable allowing different serialization formats and their libraries to be used for converting Java types to their HTTP representation and parsing HTTP entities...
serialization (3 posts)
💾 Java Records 💿 with Jackson 2.12
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
🌒 JakartaEE JSON-B 🐝 Retrofit2 Converter
Retrofit is pluggable allowing different serialization formats and their libraries to be used for converting Java types to their HTTP representation and parsing HTTP entities...
💾 Java 14 Records 🐞 with JakartaEE JSON-B
In the previous article about Java 14 Records, we saw how to start creating Records to avoid writing much boilerplate code that the compiler would...
servlets (1 post)
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson
Crea una REST API sin usar ningún Framework con Java Servlets, JDBC, PostgreSQL y Jackson En éste video, veremos como implementar una REST API sin...
settings (1 post)
🏆 Default 🔗 Maven and ☕ Java settings per project
I generally use many different options on maven projects to set up things like memory lower and upper limits, fail at the end, the process...
setup (1 post)
🏆 Default 🔗 Maven and ☕ Java settings per project
I generally use many different options on maven projects to set up things like memory lower and upper limits, fail at the end, the process...
terminal (1 post)
🚀 Auto-Switch iTerm2 Modes, Day & Night! 🌞🌚
iTerm2 recently introduced a great feature: separate light and dark mode colors. This feature enhances the visual appeal of your terminal and keeps it in...
tips-and-tricks (1 post)
🚀 Auto-Switch iTerm2 Modes, Day & Night! 🌞🌚
iTerm2 recently introduced a great feature: separate light and dark mode colors. This feature enhances the visual appeal of your terminal and keeps it in...
type-safe (1 post)
Java 8 Type Safe Configuration with default methods
There is a common requirement in most of the Java/JavaEE projects related to how differentiate environment configurations like development, test, QA, production, etc. for that...