Skip to content

Noel Kamphoa

  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring TutorialsIn this series, you will find all the articles related to the Spring ecosystem, including Spring Framework and Spring Boot.
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
Menu Close
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources
  • Toggle website search
  • Home
  • Java
    • Start Here
      • Entry-level Tutorials
    • Common Java Exceptions
    • All Java Tutorials
  • Spring
    • All Spring Tutorials
  • DevOps
    • All DevOps Tutorials
  • About me
  • Resources

Yearly Archives: 2024

  1. Home>
  2. 2024
Read more about the article The Arrays Class In Java

The Arrays Class In Java

  • Post author:Noel Kamphoa
  • Post published:December 8, 2024
  • Post category:Arrays and Loops/Core Java Tutorials/Java Entry Level

Learn about the Arrays class in Java, its methods for sorting, searching, converting arrays to lists, and how to efficiently manipulate arrays

Continue ReadingThe Arrays Class In Java
Read more about the article Arrays and Loops in Java

Arrays and Loops in Java

  • Post author:Noel Kamphoa
  • Post published:December 8, 2024
  • Post category:Arrays and Loops/Core Java Tutorials/Java Entry Level

Discover how to use arrays and loops in Java to store, access, and process data efficiently, with practical examples and tips for beginners

Continue ReadingArrays and Loops in Java
Read more about the article Java 21 New Features

Java 21 New Features

  • Post author:Noel Kamphoa
  • Post published:November 25, 2024
  • Post category:Core Java Tutorials/Featured/Java LTS Series

Discover the exciting new features in Java 21, including virtual threads, record patterns, sequenced collections, KEM API, pattern matching..

Continue ReadingJava 21 New Features
Read more about the article How to Fix UnfinishedStubbingException  In Java

How to Fix UnfinishedStubbingException  In Java

  • Post author:Noel Kamphoa
  • Post published:November 16, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Learn what causes UnfinishedStubbingException in Java, how to identify improper mock usage, and best practices to avoid this Mockito error.

Continue ReadingHow to Fix UnfinishedStubbingException  In Java
Read more about the article How to Fix InvalidUseOfMatchersException In Java

How to Fix InvalidUseOfMatchersException In Java

  • Post author:Noel Kamphoa
  • Post published:November 16, 2024
  • Post category:Core Java Tutorials/Java Exceptions

Learn about the causes of InvalidUseOfMatchersException in Java, common mistakes with Mockito matchers, and how to fix them effectively

Continue ReadingHow to Fix InvalidUseOfMatchersException In Java
Read more about the article Disable Wildcard Import in IntelliJ IDE

Disable Wildcard Import in IntelliJ IDE

  • Post author:Noel Kamphoa
  • Post published:October 27, 2024
  • Post category:Core Java Tutorials/Java Miscellaneous

Disable wildcard imports in IntelliJ for cleaner code by adjusting import settings to show explicit classes.

Continue ReadingDisable Wildcard Import in IntelliJ IDE
Read more about the article Sealed Classes and Interfaces In Java

Sealed Classes and Interfaces In Java

  • Post author:Noel Kamphoa
  • Post published:October 27, 2024
  • Post category:Core Java Tutorials/Implement Inheritance and Use Records/Java Practitioner

Explore Java's sealed classes and interfaces, their uses, and how they enhance control over subclassing and improve code safety.

Continue ReadingSealed Classes and Interfaces In Java
Read more about the article Records In Java

Records In Java

  • Post author:Noel Kamphoa
  • Post published:September 20, 2024
  • Post category:Core Java Tutorials/Java Practitioner

Learn how to use Java Records to simplify data modeling with immutable data, automatic method generation, and concise syntax in your apps.

Continue ReadingRecords In Java
Read more about the article How to Install OpenTelemetry Collector Using Docker

How to Install OpenTelemetry Collector Using Docker

  • Post author:Noel Kamphoa
  • Post published:September 14, 2024
  • Post category:DevOps/Observability

Learn how to install and configure the OpenTelemetry Collector using Docker to gather and export telemetry data from your applications.

Continue ReadingHow to Install OpenTelemetry Collector Using Docker
Read more about the article How to Install Metricbeat Using Docker

How to Install Metricbeat Using Docker

  • Post author:Noel Kamphoa
  • Post published:September 6, 2024
  • Post category:DevOps/Observability

Learn how to install Metricbeat using Docker in a few simple steps. Monitor system metrics easily with this lightweight data shipper setup.

Continue ReadingHow to Install Metricbeat Using Docker
  • 1
  • 2
  • 3
  • 4
  • …
  • 7
  • Go to the next page

Tweets from @nkamphoa

Noel KAMPHOA Follow

#Java enthusiast ☕ | 10+ years coding wizard 🧙‍♂️ | #Blogging about Java at https://t.co/FUPJBD6fB1 | Start your own blog today https://t.co/LQej3RH51A

nkamphoa
nkamphoa Noel KAMPHOA @nkamphoa ·
1 Feb

🎯New Post: How to use the AtomicInteger class to ensure thread-safe operations without locks for high-performance concurrency.

https://nkamphoa.com/atomicinteger-class-in-java/

Reply on Twitter 1885706217395253413 Retweet on Twitter 1885706217395253413 Like on Twitter 1885706217395253413 Twitter 1885706217395253413
nkamphoa Noel KAMPHOA @nkamphoa ·
26 Jan

🎯New Post: Learn how to use multidimensional arrays in Java.

https://nkamphoa.com/multidimensional-arrays-in-java/

Reply on Twitter 1883461173674418179 Retweet on Twitter 1883461173674418179 Like on Twitter 1883461173674418179 Twitter 1883461173674418179
Load More
  • LinkedIn
  • Facebook
  • GitHub
  • Twitter

Archives

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024

Categories

  • Arrays and Loops
  • AWS Tutorials
  • Classes and Objects
  • Core Java Tutorials
  • DevOps
  • Featured
  • Implement Inheritance and Use Records
  • Introduction to Java
  • Java Entry Level
  • Java Exceptions
  • Java LTS Series
  • Java Miscellaneous
  • Java Practitioner
  • Observability
  • Primitive types, Operators, and Flow control statements
  • Spring Tutorials
  • Text, Date, Time, and Numeric Objects

Tutorials

  • Core Java Tutorials
  • Spring Tutorials
  • DevOps

Courses

  • Java Entry Level
  • Java Practitioner
  • Java Advanced
  • Java Expert

Tutorials

  • Core Java Tutorials
  • Spring Tutorials
  • DevOps

Courses

  • Java Entry Level
  • Java Practitioner
  • Java Advanced
  • Java Expert

Social Media

  • LinkedIn
  • Twitter
  • GitHub
  • Youtube

About

  • About me
  • Privacy Policy
  • Terms of Service
  • About me
  • Privacy Policy
  • Terms of Service
Copyright 2025 - by Noel Kamphoa
NK No Bg
Need a helping hand with your Code?

Subscribe with your email, and let's connect to understand your specific requirements. Your coding success starts here!

Enter your email address
Tell me what's your need