The Java Dev Profile
The Java Dev

@The_Java_Dev

Followers
5K
Following
0
Media
2
Statuses
3K

Tweeting out the best Java posts from https://t.co/lhcCPP1ReQ. Part of the @ThePracticalDev family ❤️

Joined September 2018
Don't wanna be here? Send us removal request.
@The_Java_Dev
The Java Dev
1 month
RT @VKazulkin: New blog post alert 🚨."@Quarkus 3 application on #AWS Lambda- Part 5 Measuring Lambda cold and warm starts with @graalvm Na….
0
3
0
@The_Java_Dev
The Java Dev
2 months
Implementing cdk-nag in Java CDK unit tests .🔹 Apply AwsSolutionsChecks in test setup .🔹 Use CDK Assertions to catch missing security rules. { author: @yvthepief } #DEVCommunity #Java.
0
0
1
@The_Java_Dev
The Java Dev
2 months
Day 1 of my 270-day coding journey: diving into Java with a clear roadmap to grow as a creator, thinker and builder. #DEVCommunity #Java.
0
0
13
@The_Java_Dev
The Java Dev
2 months
Walk through fixing a Java cdk-nag test in AWS CDK, using Amazon Q to surface EC23 warnings and enforce security best practices. { author: @yvthepief } #DEVCommunity #Java.
0
0
4
@The_Java_Dev
The Java Dev
2 months
✅ sync.WaitGroup basics: Add, Done, Wait .✅ memory layout tricks and atomic updates .✅ goroutine coordination internals #DEVCommunity #Java.
0
0
9
@The_Java_Dev
The Java Dev
2 months
Go’s sync.WaitGroup uses Add, Done and Wait to block main goroutine until subtasks complete, relying on atomic counters and semaphores. #DEVCommunity #Java.
0
0
10
@The_Java_Dev
The Java Dev
2 months
Insert and merge a new interval into a sorted, non overlapping list .• Single pass O(n), constant extra space .• Java code example. { author: @vazhathody } #DEVCommunity #Java.
0
2
30
@The_Java_Dev
The Java Dev
2 months
Explore 5 libraries for reading image EXIF data in code, including libheif, exiv2, ExifTool, Leadtools and JDeli. #DEVCommunity #Java.
0
0
23
@The_Java_Dev
The Java Dev
2 months
Learn how to cut cold starts in Quarkus 3 Lambdas by priming DynamoDB with AWS SnapStart. Startup median drops to ~650 ms. { author: @VKazulkin } #DEVCommunity #Java.
0
0
7
@The_Java_Dev
The Java Dev
2 months
Structured string parsing in Java can be brittle with regex or split. StringFormat uses templates for clear, compile-safe extraction. #DEVCommunity #Java.
1
3
27
@The_Java_Dev
The Java Dev
2 months
Jargon-free guide to the Prototype Pattern: clone complex objects instead of rebuilding them and manage deep vs shallow copies cleanly. #DEVCommunity #Java.
0
0
5
@The_Java_Dev
The Java Dev
2 months
Java data types in brief: primitive vs reference, literals, type conversion rules and wrappers. Essential refresher for interviews or quick review. #DEVCommunity #Java.
0
3
36
@The_Java_Dev
The Java Dev
2 months
Trace Java’s journey from Sun’s Oak experiment to today’s Write Once, Run Anywhere staple, driven by bytecode and the JVM. #DEVCommunity #Java.
0
3
32
@The_Java_Dev
The Java Dev
2 months
Java guide to creating a number-guessing game: pick a random 1–100 number, offer 10 attempts and give higher/lower hints. #DEVCommunity #Java.
0
0
4
@The_Java_Dev
The Java Dev
2 months
Add Spring Boot integration tests with MockMvc to go beyond unit tests. Learn when to choose @WebMvcTest or @SpringBootTest. #DEVCommunity #Java.
0
9
50
@The_Java_Dev
The Java Dev
2 months
SeaTunnel's HiveSink leak got fixed by wrapping close() in finally. Learn this and other Java resource management essentials. { author: @ASFSeaTunnel } #DEVCommunity #Java.
0
2
24
@The_Java_Dev
The Java Dev
2 months
Overview of OOP in Java with core principles, class vs object distinctions and practical benefits in real code examples. { author: @ayshriv } #DEVCommunity #Java.
0
7
80
@The_Java_Dev
The Java Dev
2 months
Add simple caching to your Spring Boot app with Redis in Docker .🔹 spring-boot-starter-redis .🔹 @EnableCaching for faster responses. { author: @ayshriv } #DEVCommunity #Java.
0
34
170
@The_Java_Dev
The Java Dev
2 months
Tired of off-by-ones in binary search? Explore a declarative Java API that handles loop details so you can focus on the predicate. #DEVCommunity #Java.
0
0
0
@The_Java_Dev
The Java Dev
2 months
Exploring deeper Java reflection: accessing private fields, invoking hidden methods and leveraging MethodHandles for safer introspection. #DEVCommunity #Java.
0
7
48