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
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 5 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 … 4 5 6

Languages

Social Links

  • Github
  • LinkedIn


Most Viewed Posts

  1. Maven Central Repository is moving to HTTPS and disablig HTTP access (24,442)
  2. Switch expression on Java 17 (19,478)
  3. Using JPA CriteriaQuery to build Paginated Queries (18,055)
  4. How to set environment variable in MacOS (13,782)
  5. Spring Data JPA and the Specification Pattern (12,356)

Categories

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

Recent Posts

  • Finding IAM role used by a POD
  • DONT be afraid of using var in Java
  • Monolith vs MicroServices vs Serverless
  • Design Patterns in Modern Java
  • Docker – Fixing error storing credentials