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
Java logo

How to deal with the Java OutOfMemoryError or a Memory Leak

  • Java
February 13, 2020April 10, 2021 agamboa No comments

Last days I was working in analyzing some reported OutOfMemoryError in a JVM application, that’s why I decided to share some information about how to […]

Continue reading
Java logo

Maven Central Repository is moving to HTTPS and disablig HTTP access

  • Java
  • Maven
January 16, 2020April 10, 2021 agamboa 6 comments

Maven Central Repository is moving to https and http connections are disabled from January 15, 2020.
Here are the steps to fix any issue you can have.

Continue reading

Message Bar for Notifications in React

  • React
January 13, 2020April 10, 2021 agamboa 1 comment

It’s very common to need a Message Area in our applications to display information to the user: success actions, errors, and more. The following code […]

Continue reading
Java logo

Creating a Socket Client Pool in Java

  • Java
January 6, 2020September 1, 2022 agamboa 6 comments

Some time ago I needed to create a pool of Socket connections for a customer. First thing I tried to do was to google it […]

Continue reading
Duke - Hello

Welcome!

  • Personal
December 24, 2019April 10, 2021 agamboa No comments

This is the first entry in this blog. The idea of this blog is to keep publishing post related to Java or software development, from […]

Continue reading

Posts navigation

«Previous Posts 1 … 5 6 7

Languages

Social Links

  • Github
  • LinkedIn


Most Viewed Posts

  1. Switch expression on Java 17 (37,290)
  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,539)

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