排序
Logging unique IP addresses your Java code communicates with
Logging unique IP addresses your Java code communicates with,Recently I needed some utility that would log all unique IP addresses all the Java processes on a server communicated w...
What’s new in Java 15: Setup and Introduction
What's new in Java 15: Setup and Introduction, What's new in Java 15? (2 Part Series) 1 What's new in Java 15: Setup and Introduction 2 What's new in Java 15: Record Java 15 reache...
Using TomTom Maps with Java and Spring
Using TomTom Maps with Java and Spring,While the TomTom Maps SDK for Web is a JavaScript library, we’ll look at how to incorporate it into a Spring Boot application using the Spri...
Why is Integer i=5 valid statement in Java?
Why is Integer i=5 valid statement in Java?,This question came out when I was teaching some Java basics to my friend. In Java you have int and Integer. Integer is a wrapper class f...
Getting Started with Spring Cloud Stream using Spring Initializr
Getting Started with Spring Cloud Stream using Spring Initializr, Thanks to Spring Cloud Stream and Spring Initializr it is easier than ever to develop event-driven microservices. ...
What do You do When You’re Stuck?
What do You do When You're Stuck?,I just completed my second week of Java bootcamp at Tech Elevator. This week we learned more data structures than I thought my brain could handle ...
How to refresh/reload application properties runtime in spring boot ?
How to refresh/reload application properties runtime in spring boot ?,In this tutorial, we are going to learn how to reload application properties in spring boot. We have many opti...
Quora app clone using Android Studio and Firebase
Quora app clone using Android Studio and Firebase,Check out this ongoing series on how to make an app like quora, using android studio and firebase https://www.youtube.com/watch?v=...
The Ultimate Hadoop Installation Cheat Sheet
The Ultimate Hadoop Installation Cheat Sheet, 1. Install Java $ apt-get -y upgrade && apt-get -y update $ apt install -y default-jdk $ java --version 2. Create Dedicated Ha...
Selenium: Determining the effective background color
Selenium: Determining the effective background color,Recently I did some Selenium test bugfixes (basically trying to solve problems QA engineers were lost at). One of the problems ...
You Can Log Better – How to Implement Real-Time Application Monitoring
You Can Log Better - How to Implement Real-Time Application Monitoring,Just because we do something one way, doesn't always mean it is the right way ... or even the best way. As lo...
Parsing Outlook emails in Java
Parsing Outlook emails in Java,Recently I was in need to parse Outlook emails to extract some values so that automated tests can pass multifactor authentication. I was hoping for s...