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 use Java Optional

  • Java
November 12, 2020December 18, 2022 agamboa No comments

Let’s see how to use the Java Optional class efficiently and introduce some functional programming to simplify our code.

Continue reading

Integrating Spring Framework in Dropwizard

  • Java
October 2, 2020April 10, 2021 agamboa No comments

A very simple way to integrate Spring DI instead of GUICE in a Dropwizard application. Then the application is able to use any other Spring Framework/Springboot technology, and at the same time take advantage of some of the dropwizard features like HealthChecks, Metrics, and more.

Continue reading
Java logo

From Java 9 to Java 14, What’s new? (Part 3)

  • Java
July 27, 2020April 10, 2021 agamboa No comments

A comparison between Java 8 code to Java 14 code using the latest features released by this programming language.

Code has been reduced and looks simpler than before.

Continue reading
Java logo

From Java 9 to Java 14, What’s new? (Part 2)

  • Java
July 11, 2020April 10, 2021 agamboa 2 comments

Part II. (Java 12-Java 14) At this moment, the latest Java 14 is the latest version. So, it’s not easy to keep in mind all the new features that are being added to Java with every release. The goal of this article is to provide a summary of the main features that a Java Developer should keep in mind from Java 9 to Java 14.

Continue reading
Java logo

From Java 9 to Java 14. What’s new? (Part 1)

  • Java
June 25, 2020April 10, 2021 agamboa 2 comments

At this moment, the latest Java 14 is the latest version. So, it’s not easy to keep in mind all the new features that are being added to Java with every release. The goal of this article is to provide a summary of the main features that a Java Developer should keep in mind from Java 9 to Java 14.

Continue reading
Java logo

Understanding JVM, JRE and JDK

  • Java
June 9, 2020April 10, 2021 agamboa No comments

JDK is for development purpose whereas JRE is for running the java programs.
JDK and JRE both contains JVM so that we can run our java program.
JVM is the heart of java programming language and provides platform independence.

Continue reading

Let’s meet Jakarta EE

  • Java
May 12, 2020April 10, 2021 agamboa No comments

The Eclipse Foundation is in charge of the EE specification in the Java world. So, let’s say Hello to Jakarta EE.

Continue reading
Java logo

Friendly URL in JSF with a simple “Rewrite-Url”

  • Java
May 3, 2020April 10, 2021 agamboa 2 comments

This is a very simple rewrite url library for JSF. It allows you to create friendly url in your JSF applications. It maps simple URL to its “nice to see” new urls in a 1:1 way, doesn´t have functionally for patterns or more complex ways to map the urls.

Continue reading
Java logo

Understanding JAX-RS Filters

  • Java
March 28, 2020April 10, 2021 agamboa No comments

Explaining how do Jax-RS Filters works and some of its main features.

Continue reading

GraalVM – One VM to rule them all (the programming languages)

  • Java
March 12, 2020April 10, 2021 agamboa 1 comment

GraalVM is a Virtual Machine that is able to execute code from different programing languages. If you are a Java Developer this might sound familiar to you, you can run application in Java, Scala, Kotlin, Clojure based in the JVM platform. But, GraalVM is able to run other languages like Java Script, Node JS, Ruby, Python, R, and even C++.

Continue reading

Posts navigation

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

Languages

Social Links

  • Github
  • LinkedIn


Most Viewed Posts

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