Skip to content
Adam Gamboa G – Developer

Adam Gamboa G – Developer

Full Stack notes and tips for developers… Java, React, Kubernetes, Scala, and more…

  • Home
    • Java
    • Scala
    • React
    • Cheat Sheet
    • Kubernetes
    • Docker
    • Shell
  • About me
  • English
    • Español
  • Buy Adspace

Using collect in Scala

  • Scala
September 30, 2021September 30, 2021 agamboa No comments

An advantage of Scala to Java is the number of method to use on collections (List, Seq, Buffer, etc), and implement the functional programming approach simplifying our code. In this article, we will understand the usage of the collect method and its benefits.

Continue reading

Effective data load in JPA with Entity Graph

  • Java
August 21, 2021August 27, 2021 agamboa No comments

PA 2.1 has introduced the Entity Graph feature, and it’s a very useful when we need to load data from a relationship in the query, in a different way as the mapped in the entity.

Continue reading

Creating a Fat Jar using maven and gradle

  • Java
  • Maven
July 26, 2021August 23, 2021 agamboa No comments

It’s very common that we might need to create a Java application and generate the jar executable, but we need to use third-party libraries that […]

Continue reading
Java logo

Using jEnv to switch JDK versions

  • Java
June 17, 2021December 24, 2021 agamboa No comments

jEnv is a command line tool that help you to switch java versions. Let’s see how to install it correctly and use it.

Continue reading
Java logo

Using JPA CriteriaQuery to build Paginated Queries

  • Java
May 24, 2021March 31, 2023 agamboa 3 comments

Simple example of creating Pagination using JPA Criteria queries.

Continue reading
Prime faces

A Generic Pagination with Lazy Datamodel in Primefaces-JSF Datatable

  • Java
April 12, 2021April 12, 2021 agamboa 5 comments

When we have to display a large records in a data-table using pagination is the best approach to optimize memory and response time, so the […]

Continue reading

Java OCP 11 Certification on $25 and free learning courses

  • Java
March 2, 2021April 10, 2021 agamboa No comments

Useful information about how to get the free learning courses and discount on the OCP certification exam for a limited time.

Continue reading

Jakarta NoSQL

  • Java
January 23, 2021April 10, 2021 agamboa No comments

An introduction to understand the importance of Jakarta NoSQL API in the Java world, and example of how to use it.

Continue reading

Formatting Dates with Java Date/Time API

  • Java
January 17, 2021April 10, 2021 agamboa No comments

A summary of how to format and parse datetime and strings in the Java Date/Time API.

Continue reading
Java logo

Rest Client with Java 11+

  • Java
December 31, 2020June 30, 2023 agamboa No comments

A summary about how to create rest http client in Java. Focusing on the alternative previous Java 11 and then the new http client included in Java 11.

Continue reading

Posts navigation

«Previous Posts 1 … 3 4 5 6 7 Next Posts»

Languages

Social Links

  • Github
  • LinkedIn


Most Viewed Posts

  1. Switch expression on Java 17 (37,292)
  2. Maven Central Repository is moving to HTTPS and disablig HTTP access (32,806)
  3. Using JPA CriteriaQuery to build Paginated Queries (29,955)
  4. How to set environment variable in MacOS (27,981)
  5. Creating a Socket Client Pool in Java (22,540)

Categories

  • Architecture
  • Cheat Sheet
  • Docker
  • Java
  • Kubernetes
  • Maven
  • Personal
  • React
  • Scala
  • Shell
  • Spark

Recent Posts

  • Switch expression on Java 21
  • Scability with Docker Compose
  • Integrating dropwizard metrics with prometheus metrics
  • Moving data from Database to AWS S3 with Apache Spark
  • Docker Image Best Practices